#!/usr/bin/make -f # Add hardening build flags. We have to omit PIE because it breaks the Perl # module build (and probably the other interpretors as well). export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow %: dh $@ --parallel --with autoreconf override_dh_auto_configure: dh_auto_configure --parallel -- --enable-reduced-depends \ --with-cracklib override_dh_auto_test: -dh_auto_test --parallel echo '' echo 'TEST ERRORS TEMPORARILY IGNORED DUE TO #724570' echo '' override_dh_auto_install: dh_auto_install --parallel chmod 644 debian/tmp/usr/lib/*/krb5/plugins/pwqual/strength.so override_dh_installchangelogs: dh_installchangelogs NEWS