Skip to content

Commit

Permalink
fix(packaging): Specify compression format for dpkg-deb
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodySlum committed Feb 27, 2023
1 parent 189144c commit 63548a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 63548a8

Please sign in to comment.