From 72e5b74345765d5f28b1c541254ccc5e8bb5c697 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 3 Feb 2016 12:47:11 -0800 Subject: Set source compression to xz explicitly * Re-add explicit configuration of xz as the source package compression type, since Ubuntu precise didn't default to this. --- debian/changelog | 2 ++ debian/source/options | 1 + 2 files changed, 3 insertions(+) create mode 100644 debian/source/options 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" -- cgit v1.2.3