use xz compression

This commit is contained in:
Konstantin Zangerle
2022-08-26 11:30:41 +02:00
parent a98e649eb8
commit 471b8884dc

3
debian/rules vendored
View File

@ -17,6 +17,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
# need this for ubuntu, they use zstd, but reprepro does not support that
override_dh_builddeb:
dh_builddeb -- -Zxz
# dh_make generated override targets
# This is example for Cmake (See https://bugs.debian.org/641051 )