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-24 03:52:11 +01:00
parent 5d26ecd952
commit eb7783060d
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 2 additions and 2 deletions

2
debian/rules vendored
View file

@ -17,7 +17,7 @@ override_dh_auto_test:
endif
override_dh_builddeb:
dh_builddeb -- -Zgzip -z9
dh_builddeb -- -Zxz -z9
override_dh_strip:
dh_strip --dbg-package=plzip-dbg

View file

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