Switching DEB build to XZ

This commit is contained in:
Marat Fayzullin 2022-12-29 00:05:40 -05:00
parent f1e6c4b625
commit e149997d49
2 changed files with 5 additions and 0 deletions

3
debian/rules vendored
View File

@ -6,3 +6,6 @@ export PYBUILD_NAME=openwebrx
override_dh_strip_nondeterminism:
dh_strip_nondeterminism -X.png
override_dh_builddeb:
dh_builddeb -- -Zxz

2
debian/source/options vendored Normal file
View File

@ -0,0 +1,2 @@
# Use xz instead of zstd
compression = "xz"