Files
foliate/debian/rules
2020-08-28 05:09:06 +00:00

11 lines
170 B
Makefile
Executable File

#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
override_dh_auto_install:
dh_auto_install
find ./debian -type f -name "LICENSE" -delete