From: Michael Prokop Date: Thu, 18 Jun 2015 11:10:27 +0000 (+0200) Subject: Force gzip compression for lenny support X-Git-Tag: v2015.06.18~1 X-Git-Url: http://git.grml.org/?p=grml-debian-keyring.git;a=commitdiff_plain;h=05e88ee6b7f930cd16add72cb4e692892a68b37e Force gzip compression for lenny support Fixes: | dpkg-deb: file `grml-debian-keyring_2015.06.18_all.deb' contains ununderstood data member data.tar.xz , giving up Thanks: Christoph Berg for the hint --- diff --git a/debian/rules b/debian/rules index a90b0bc..51b8f9c 100755 --- a/debian/rules +++ b/debian/rules @@ -4,5 +4,10 @@ override_dh_auto_build: md5sum -c md5sums.txt +# package should work also on older releases like lenny, which +# don't have support for xz yet +override_dh_builddeb: + dh_builddeb -- -Zgzip + %: dh $@