Merge pull request #22985 from rycks/14_fix_debian_build_package

fix #20894: debian package (compress options)
This commit is contained in:
Laurent Destailleur 2022-11-26 00:47:11 +01:00 committed by GitHub
commit 659bee1c94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,3 @@
# Use bzip2 instead of gzip
compression = "bzip2"
compression-level = 9