* Run autogen.sh when building CVS snapshots, but not for dist tarballs

* Don't include evas-config in the bin package (it's in -dev)


SVN revision: 21340
This commit is contained in:
shadoi 2006-03-16 16:06:20 +00:00 committed by shadoi
parent 8edc435a2b
commit 4265a9237c
2 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,3 @@
debian/tmp/usr/bin/*
debian/tmp/usr/bin/*test
debian/tmp/usr/bin/*load
debian/tmp/usr/share/evas/*

View File

@ -4,3 +4,8 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_MAKE_CLEAN_TARGET := clean
clean::
if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr; fi