From b280f103cf4d5690a404dd6b2c79c9760e4408f2 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 24 Feb 2018 08:55:57 +0100 Subject: [PATCH] debian: explicitly use gzip compression fixes #3146 --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index e4da3db8..d5c30686 100755 --- a/debian/rules +++ b/debian/rules @@ -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