Source: libvmime
Version: 0.9.1-6
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 db6fb79..73aeaf3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ DEB_CONFIGURE_EXTRA_ARGS := \
%:
dh $@ --parallel
-override_dh_autoclean:
+override_dh_auto_clean:
[ ! -f Makefile ] || $(MAKE) clean
rm -f Makefile src/Makefile vmime/Makefile vmime/config.hpp build-stamp
libtool config.guess config.log config.sub config.status config.h vmime.pc
stamp-h1
cd src ; rm -f `find . -type l`