aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiretart@tauware.de <>2011-04-29 18:10:02 +0200
committersiretart@tauware.de <>2011-04-29 18:10:02 +0200
commit4c2ec32d985419e17b75a08fbac451564c737d79 (patch)
tree9e039ceb39af45f72f1559ef26477ea03352e5e7
parentb23edfc0e54fe59ddb490387257b1d90cd8ffbe1 (diff)
downloadlcd4linux-4c2ec32d985419e17b75a08fbac451564c737d79.tar.gz
fix order of calling dh_autoreconf_clean
avoids leftover debhelper log file
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 37d7ca6..99ee92c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,8 +53,8 @@ clean:
dh_testdir
dh_testroot
[ ! -f Makefile ] || $(MAKE) distclean
- dh_clean build-stamp m4
dh_autoreconf_clean
+ dh_clean build-stamp m4
install: build
dh_testdir