From 05e88ee6b7f930cd16add72cb4e692892a68b37e Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 18 Jun 2015 13:10:27 +0200 Subject: [PATCH] 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 --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) 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 $@ -- 2.1.4