#!/usr/bin/make -f #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ override_dh_installsystemd: dh_installsystemd --no-enable override_dh_auto_install: # Changing ownership has to be done in postinst rather than the installation # # Thus do not: # install -D -o root -g adm -m 4555 -c -p mbmon /usr/bin/mbmon # install -D -o root -g adm -m 4555 -c -p xmbmon /usr/bin/xmbmon