aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/source/options1
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 140a2f2..e7c9b5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ wallet (1.3-1~ebp12.04+1) precise; urgency=medium
Perl core yet in precise.
* Disable the strictness test on the Perl libraries, since we don't have
all the dependencies to install.
+ * Re-add explicit configuration of xz as the source package compression
+ type, since Ubuntu precise didn't default to this.
* Update debian/gbp.conf to build the ubuntu/precise branch.
* Update Vcs-Git to point to the ubuntu/precise branch.
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"