X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;h=ba664ea82bfd6c1d4d19d768d0e1d58e29a3205e;hb=9663a5b6a8a216033d8ee3d5c64fc72b9fcb6972;hp=8004c6d4056d8577b21cc7702e8752508a113241;hpb=1a13de003b1a90d0058ed32d639617a232c769d5;p=deb_pkgs%2Fspamass-milter.git diff --git a/debian/rules b/debian/rules index 8004c6d..ba664ea 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f DH_VERBOSE = 1 +# enable hardening +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --parallel --with autotools_dev @@ -11,7 +13,7 @@ override_dh_auto_configure: override_dh_auto_clean: dh_auto_clean; - rm -f config.log config.status config.h Makefile stamp-h1 + rm -f config.log config.status config.h Makefile stamp-h1 spamass-milter.1 # PREFIX=$(shell pwd)/debian/spamass-milter/usr #