- Autogenerate the debian changelog

- Add basic docs to the package
 - Ignore generated stuff in debian/


SVN revision: 17485
This commit is contained in:
shadoi 2005-10-13 02:16:01 +00:00 committed by shadoi
parent 22560fc6d3
commit 8128b2d048
5 changed files with 13 additions and 3 deletions

View File

@ -3,11 +3,15 @@ SUBDIRS = src data doc po intl
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
config.h.in config.sub configure install-sh \
ltconfig ltmain.sh missing mkinstalldirs \
stamp-h.in acconfig.h
stamp-h.in acconfig.h debian/changelog
bin_SCRIPTS = enlightenment-config
EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN enlightenment.spec
EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN enlightenment.spec \
debian/changelog debian/changelog.in debian/copyright \
debian/rules debian/enlightenment.install debian/enlightenment.docs \
debian/enlightenment-data.install debian/libe.install \
debian/libe-dev.install
filesdir = $(datadir)/enlightenment/
files_DATA = AUTHORS COPYING

View File

@ -307,6 +307,7 @@ doc/Makefile
po/Makefile
intl/Makefile
enlightenment-config
debian/changelog
],[
chmod +x enlightenment-config
])

1
debian/.cvsignore vendored Normal file
View File

@ -0,0 +1 @@
changelog

2
debian/changelog.in vendored
View File

@ -1,4 +1,4 @@
enlightenment (0.16.999.003-0cvs20050325) unstable; urgency=low
enlightenment (@VERSION@-1) unstable; urgency=low
* a CVS snapshot release.

4
debian/enlightenment.docs vendored Normal file
View File

@ -0,0 +1,4 @@
README
TODO
NEWS
AUTHORS