Merge pull request #3151 from stapelberg/gzip
debian: explicitly use gzip compression
This commit is contained in:
commit
3b48cf0fed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue