summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-08-18 07:27:40 +0200
committerGuido Günther <agx@sigxcpu.org>2016-08-18 07:30:28 +0200
commit59180ffc0eb960e64aca169afb5d890bffead52e (patch)
treeaaf611a69f26ce8cac351c385016bd52909777f8
parent0159d49860e9f9fefc1b45de9ffb1bfd645812f6 (diff)
It's dh_auto_clean not dh_autoclean
Closes: #834665 Thanks: Chris Lamb
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 9620d32..f387774 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,6 @@ override_dh_auto_test:
python3 setup.py nosetests
dh_auto_test
-override_dh_autoclean:
+override_dh_auto_clean:
rm -f man/whatmaps.8
- dh_autoclean
+ dh_auto_clean