]> git.sur5r.net Git - i3/i3/commitdiff
debian: explicitly use gzip compression 3151/head
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 24 Feb 2018 07:55:57 +0000 (08:55 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 24 Feb 2018 07:57:35 +0000 (08:57 +0100)
fixes #3146

debian/rules

index e4da3db851845af34ca767d7dafafac37364cd21..d5c306867cd6e8f23a243690f6a63c570aa18db3 100755 (executable)
@@ -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