[whatmaps] Bug#834665: whatmaps: typo in debian/rules (override_dh_autoclean -> override_dh_auto_clean)

Chris Lamb lamby at debian.org
Wed Aug 17 23:38:33 CEST 2016


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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
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


More information about the whatmaps mailing list