]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blobdiff - debian/rules
revert to upstream versions of config.sub and config.guess; switch to autotools_dev
[deb_pkgs/spamass-milter.git] / debian / rules
index 949977e147569629752a2e15680a67eceace131d..8004c6d4056d8577b21cc7702e8752508a113241 100755 (executable)
@@ -3,7 +3,7 @@
 DH_VERBOSE = 1
 
 %: 
-       dh $@ --parallel
+       dh $@ --parallel --with autotools_dev
 
 override_dh_auto_configure:
         SPAMC="/usr/bin/spamc" SENDMAIL="/usr/sbin/sendmail" \
@@ -11,7 +11,7 @@ override_dh_auto_configure:
 
 override_dh_auto_clean:
        dh_auto_clean;
-       rm -f config.log config.status config.h Makefile
+       rm -f config.log config.status config.h Makefile stamp-h1
 
 # PREFIX=$(shell pwd)/debian/spamass-milter/usr
 #