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
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
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
 

Reply via email to