Source: whatmaps
Version: 0.0.10-1
Severity: normal
Tags: patch
Hi,
I believe there is a typo in your debian/rules (override_dh_autoclean ->
override_dh_auto_clean).
Patch attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff --git a/debian/rules b/debian/rules
index 5ce9e1c..4f80dca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,6 @@ override_dh_auto_test:
python setup.py nosetests
dh_auto_test
-override_dh_autoclean:
+override_dh_auto_clean:
rm -f man/whatmaps.8
- dh_autoclean
+ dh_auto_clean