Merge pull request #3151 from stapelberg/gzip

debian: explicitly use gzip compression
This commit is contained in:
Ingo Bürk 2018-02-24 09:41:49 +01:00 committed by GitHub
commit 3b48cf0fed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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