From: mpmc Date: Wed, 25 Jul 2018 21:59:56 +0000 (+0100) Subject: debian: always use gzip compression for deb files (bintray issue) - fixes #5091 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b9ee6859be90fedb5d43ad1d770dfcdb8b1caf4;p=thirdparty%2Ftvheadend.git debian: always use gzip compression for deb files (bintray issue) - fixes #5091 --- diff --git a/debian/rules b/debian/rules index 200afc9a7..1208aafc3 100755 --- a/debian/rules +++ b/debian/rules @@ -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}