#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # this name is just too long AIF=arno-iptables-firewall # one ring to rule them all ... %: dh $@ --without single-binary # nothing to build nothing to do override_dh_auto_configure: override_dh_auto_build: override_dh_auto_clean: override_dh_auto_install: override_dh_auto_test: # start and restart is handled by d/postinst override_dh_installinit: dh_installinit --no-start --no-stop-on-upgrade # start and restart is handled by d/postinst override_dh_installsystemd: dh_installsystemd --no-start --no-stop-on-upgrade # fix up and remove duplicate plugin changelogs execute_after_dh_installchangelogs: rm debian/$(AIF)/usr/share/$(AIF)/plugins/*.CHANGELOG