nooo. debian/changelog is meant to be in MAINTAINERCLEANFILES - because make

maintainer-clean is something the maintainer of the source does to clean out
auto-generated files that are gerenated BY configure, autoconf etc. etc. so
the tree looks basically like what is committed to cvs only and nothing else.
once done you need to re-run autogen.sh to build. package building should
have no business running make maintainer-clean. package builds should only be
doing:

(set up environment)
configure (options)
make (options)
make install (options)
(extract files into package)


SVN revision: 21303
This commit is contained in:
Carsten Haitzler 2006-03-14 23:45:08 +00:00
parent 03a1396ea0
commit 80aef40315
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
evas.pc \
evas.spec \
evas.oe evas-native.oe \
evas.bb evasXnative.bb
evas.bb evasXnative.bb \
debian/changelog
bin_SCRIPTS = evas-config