1
0
Fork 0
clzip/debian/rules
Daniel Baumann 14c6cd47d9
Using compression level 9 also for binary packages.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-17 20:05:43 +01:00

16 lines
280 B
Makefile
Executable file

#!/usr/bin/make -f
%:
dh ${@}
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/clzip
# removing unused files
rm -f debian/clzip/usr/share/info/dir*
override_dh_strip:
dh_strip --dbg-package=clzip-dbg
override_dh_builddeb:
dh_builddeb -- -Zgzip -z9