Raw File
rules
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

execute_after_dh_auto_install:
	-rm --verbose debian/*/usr/share/man/man1/logo.1
back to top