Bug#834658: proftpd-mod-clamav: typo in debian/rules (override_dh_autoclean -> override_dh_auto_clean)
Chris Lamb
lamby at debian.org
Wed Aug 17 21:27:10 UTC 2016
Source: proftpd-mod-clamav
Version: 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 2b8d29a..11c5b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,6 @@ 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