Skip to content

Commit

Permalink
Force compression type xz
Browse files Browse the repository at this point in the history
As zstd type (since dpkg 1.19.0.5ubuntu2) is not available on
server hosting apt repository.
  • Loading branch information
adamdickmeiss committed Oct 17, 2021
1 parent a5f3d35 commit 7646264
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ export DH_VERBOSE=1
%:
dh $@ --parallel --without python-support

override_dh_builddeb:
dh_builddeb -- -Zxz

override_dh_auto_configure:
dh_auto_configure -- \
--enable-tcpd --with-xslt --with-gnutls --with-icu \
Expand Down

0 comments on commit 7646264

Please sign in to comment.