aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules3
-rw-r--r--debian/source/options1
3 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 968d86c..cbb7843 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ wallet (1.0-1) UNRELEASED; urgency=low
- New acl check command that returns whether the named ACL exists.
- New comments field for objects and wallet commands to set and
retrieve it.
+ * Switch to xz compression for the upstream and Debian tarballs.
* Move single-debian-patch to local-options and patch-header to
local-patch-header so that they only apply to the packages I build and
NMUs get regular version-numbered patches.
diff --git a/debian/rules b/debian/rules
index 87ae348..11d6e5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,3 +21,6 @@ override_dh_installchangelogs:
override_dh_compress:
dh_compress -X examples
+
+override_dh_builddeb:
+ dh_builddeb -- -Zxz
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..b7bc1f2
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+compression = "xz"