]> 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:26 +0000 (10:57 +0200)
debian/rules

index e586a2ffa626ef1a77bc1d868f2f4da13123cc6c..9eee1972c762a1065f7bd999c70040861776d33e 100755 (executable)
@@ -4,6 +4,9 @@ export DH_VERBOSE=1
 %:
        dh $@
 
+override_dh_builddeb:
+       dh_builddeb -- -Zgzip
+
 override_dh_auto_configure:
        dh_auto_configure -- ${AUTOBUILD_CONFIGURE_EXTRA} ${JOBSARGS}