X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;h=ba664ea82bfd6c1d4d19d768d0e1d58e29a3205e;hb=9663a5b6a8a216033d8ee3d5c64fc72b9fcb6972;hp=949977e147569629752a2e15680a67eceace131d;hpb=aed8c6a961f0907bc1f1768ed77ff6c4eaea6d70;p=deb_pkgs%2Fspamass-milter.git diff --git a/debian/rules b/debian/rules index 949977e..ba664ea 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,11 @@ #!/usr/bin/make -f DH_VERBOSE = 1 +# enable hardening +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --parallel + dh $@ --parallel --with autotools_dev override_dh_auto_configure: SPAMC="/usr/bin/spamc" SENDMAIL="/usr/sbin/sendmail" \ @@ -11,7 +13,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 spamass-milter.1 # PREFIX=$(shell pwd)/debian/spamass-milter/usr #