diff options
author | Russ Allbery <rra@dropbox.com> | 2016-02-03 12:47:11 -0800 |
---|---|---|
committer | Russ Allbery <rra@dropbox.com> | 2016-02-03 12:47:11 -0800 |
commit | 72e5b74345765d5f28b1c541254ccc5e8bb5c697 (patch) | |
tree | 3a03fadbae8baf5b3073bdca9a755c982a229501 | |
parent | 43e2b1abf4ec0700d5178f21193e0cae1d929a58 (diff) |
Set source compression to xz explicitlyubuntu
* Re-add explicit configuration of xz as the source package compression
type, since Ubuntu precise didn't default to this.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/source/options | 1 |
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" |