summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-04-13 17:34:39 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-04-13 17:34:39 +0000
commit2fe3a96b09e98b775045107132136e135e4f51e6 (patch)
tree897bca1e22567648ce718cb6aea5e4d70fd8d761
parentef647e91360290586e4190dbb800573cfd1b5daf (diff)
Call dh_autoreconf_clean before dh_clean
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index e15c874..35cb9df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,6 +55,7 @@ clean:
dh_testroot
rm -f build-stamp configure-stamp
dh_auto_clean
+ dh_autoreconf_clean
dh_clean
install: build