]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
debian: always use gzip compression for deb files (bintray issue) - fixes #5091
authormpmc <hello@markclarkstone.co.uk>
Wed, 25 Jul 2018 21:59:56 +0000 (22:59 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 26 Jul 2018 08:57:06 +0000 (10:57 +0200)
debian/rules

index 200afc9a72bde5f3b592691f8d19f82132441f9c..1208aafc357c04f78a8a95c84059a9e9c4aa22b0 100755 (executable)
@@ -4,6 +4,9 @@ export DH_VERBOSE=1
 %:
        dh $@ --with-systemd
 
+override_dh_builddeb:
+       dh_builddeb -- -Zgzip
+
 override_dh_auto_configure:
        dh_auto_configure -- ${AUTOBUILD_CONFIGURE_EXTRA} ${JOBSARGS}