debian: explicitly use gzip compression

fixes #3146
next
Michael Stapelberg 2018-02-24 08:55:57 +01:00
parent d2e86da84f
commit b280f103cf
1 changed files with 4 additions and 0 deletions

4
debian/rules vendored
View File

@ -17,5 +17,9 @@ override_dh_auto_configure:
# The default is /usr/share/doc/i3
dh_auto_configure -- --docdir=/usr/share/doc/i3-wm
override_dh_builddeb:
# bintray does not support xz currently.
dh_builddeb -- -Zgzip
%:
dh $@ --parallel --builddirectory=build --with=autoreconf