#!/usr/bin/make -f # Use all hardening flags export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ override_dh_auto_configure: dh_auto_configure -- --auto-features=auto execute_after_dh_auto_build-indep: ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) find -name *.md5 -delete endif override_dh_auto_test-indep override_dh_auto_install-indep: # no tests and install for indep