From 8ba493c60ef273f2b3e6860715dee75560bb8649 Mon Sep 17 00:00:00 2001
From: kytv <kytv@mail.i2p>
Date: Thu, 1 Aug 2013 23:29:34 +0000
Subject: [PATCH] debian: compress package with xz

All currently supported distros support this format.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c8a877d837..98cbaab8cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+i2p (0.9.7-3) UNRELEASED; urgency=low
+
+  * debian/rules: compress with xz
+
+ -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 01 Aug 2013 23:26:52 +0000
+
 i2p (0.9.7-2) unstable; urgency=low
 
   * Bugfix: Add missing ; to i2prouter script.
diff --git a/debian/rules b/debian/rules
index eb2be31673..9cab2018ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -106,7 +106,7 @@ override_dh_dhlibdeps:
 #	dh_installinit -r
 
 override_dh_builddeb:
-	dh_builddeb -- -Zbzip2
+	dh_builddeb -- -Zxz
 
 get-orig-source:
 	uscan --verbose --rename --destdir $(CURDIR)/.. --watchfile debian/watch --force-download
-- 
GitLab