#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ .PHONY: override_dh_auto_build override_dh_auto_build: dh_auto_build cp scripts/debian/etc/init.d/mumudvb debian/mumudvb.init ${MAKE} doc .PHONY: override_dh_installdocs override_dh_installdocs: dh_installdocs -XMakefile -X.8 -- doc/* override_dh_auto_clean:: dh_auto_clean - rm -r doc/html