mirror of
https://github.com/Huluti/Curtail.git
synced 2024-11-05 06:35:23 +03:00
64f815d77a
* Files for Debian package * update README - PPA
11 lines
170 B
Makefile
Executable File
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
|