#!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -flto -Werror export DEB_LDFLAGS_MAINT_APPEND = -flto %: dh $@ ifneq (, $(filter cross, $(DEB_BUILD_PROFILES))) # help2man does not work while cross building override_dh_clean: dh_clean -Xman/selint.1 endif