1
0
Fork 0

Switching to xz compression.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 20:08:15 +01:00
parent 6a021e9dc6
commit f5efc6357e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 4 additions and 4 deletions

6
debian/rules vendored
View file

@ -9,8 +9,8 @@ override_dh_auto_install:
# removing unused files # removing unused files
rm -f debian/clzip/usr/share/info/dir* rm -f debian/clzip/usr/share/info/dir*
override_dh_builddeb:
dh_builddeb -- -Zxz -z9
override_dh_strip: override_dh_strip:
dh_strip --dbg-package=clzip-dbg dh_strip --dbg-package=clzip-dbg
override_dh_builddeb:
dh_builddeb -- -Zgzip -z9

View file

@ -1,2 +1,2 @@
compression = gzip compression = xz
compression-level = 9 compression-level = 9