Updated debian stuff everywhere.

SVN revision: 39693
This commit is contained in:
Daniel Kolesa 2009-03-24 19:44:57 +00:00
parent 9686658a3c
commit 348a6a65cd
1 changed files with 5 additions and 4 deletions

9
debian/rules vendored
View File

@ -3,11 +3,12 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_MAKE_CLEAN_TARGET := clean
DEB_CONFIGURE_SCRIPT := ./autogen.sh
DEB_MAKE_CLEAN_TARGET := distclean
DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
clean::
[ ! -f Makefile ] || make distclean
debian/stamp-autotools-files:
touch debian/stamp-autotools-files
clean::
./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS)