1
0
Fork 0
lunzip/debian/rules
Daniel Baumann 35b91aaaf0
Using compression level 9 also for binary packages.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-17 21:59:58 +01:00

13 lines
216 B
Makefile
Executable file

#!/usr/bin/make -f
%:
dh ${@}
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lunzip
override_dh_strip:
dh_strip --dbg-package=lunzip-dbg
override_dh_builddeb:
dh_builddeb -- -Zgzip -z9