Updated debian stuff everywhere.

SVN revision: 39693
This commit is contained in:
Daniel Kolesa 2009-03-24 19:44:57 +00:00
parent 69c4c4d43e
commit f6bc5a6936
1 changed files with 3 additions and 2 deletions

5
debian/rules vendored
View File

@ -3,8 +3,9 @@
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::
./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS)
[ ! -f Makefile ] || make distclean