1
0
Fork 0

Dropping dpkg-source compression levels.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 20:13:35 +01:00
parent 18646b4883
commit 4376ac169d
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 1 additions and 2 deletions

2
debian/rules vendored
View file

@ -10,7 +10,7 @@ override_dh_auto_install:
rm -f debian/clzip/usr/share/info/dir*
override_dh_builddeb:
dh_builddeb -- -Zxz -z9
dh_builddeb -- -Zxz
override_dh_strip:
dh_strip --dbg-package=clzip-dbg

View file

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