summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kolesa <quaker66@gmail.com>2009-03-24 19:44:57 +0000
committerDaniel Kolesa <quaker66@gmail.com>2009-03-24 19:44:57 +0000
commit348a6a65cd5fae57323601b198a18955a746e986 (patch)
tree62ed076617fc06b510a61b908b0df2e06880dbf8
parent9686658a3cea3b81cbed60424cadc29374c2ed09 (diff)
downloadimlib2-348a6a65cd5fae57323601b198a18955a746e986.tar.gz
Updated debian stuff everywhere.
SVN revision: 39693
-rwxr-xr-xdebian/rules9
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index afad7ce..2ce41a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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)