Curtail/debian/rules
Archisman Panigrahi 64f815d77a
Created PPA and update README (#75)
* Files for Debian package

* update README - PPA
2021-05-11 19:32:07 +02: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