Bug#834657: proftpd-mod-autohost: typo in debian/rules (override_dh_autoclean -> override_dh_auto_clean)

Chris Lamb lamby at debian.org
Wed Aug 17 21:26:01 UTC 2016


Source: proftpd-mod-autohost
Version: 0.4-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 36b03f2..bff7e82 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,5 +18,5 @@ override_dh_gencontrol:
 	cat /usr/share/proftpd/proftpd-substvars >> $(CURDIR)/debian/$(DEBNAME).substvars
 	dh_gencontrol
 
-override_dh_autoclean:
+override_dh_auto_clean:
 	DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -d $(MODULE_NAME).c


More information about the Pkg-proftpd-maintainers mailing list