fix(packaging): Specify compression format for dpkg-deb

This commit is contained in:
smizrahi
2023-02-27 22:02:17 +01:00
parent 189144c531
commit 63548a84cf

View File

@@ -135,7 +135,7 @@ binary-arch: build-arch install-arch
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
dh_builddeb -- -Zgzip
binary-indep: build install
# We have nothing to do by default.