diff options
author | Russ Allbery <eagle@eyrie.org> | 2016-01-17 20:09:08 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2016-01-17 20:09:08 -0800 |
commit | 53ff962cb340a3e67401e711810b5c8fea98dd3a (patch) | |
tree | 4455266637828d6e25349c151f71078b51ca9b55 | |
parent | 775d3241ce64d5f53466485e7a27a042e97c9795 (diff) |
Remove explicit setting of xz compression for source package
* Remove explicit setting of xz as the Debian source package compression
type. This is now the default.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/source/options | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 374678c..e6ffe43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,8 @@ wallet (1.3-1) UNRELEASED; urgency=medium - Displays of ACLs and ACL entries are now sorted correctly. * Change the branch layout to follow DEP-14. * Run wrap-and-sort -ast on the package. + * Remove explicit setting of xz as the Debian source package compression + type. This is now the default. -- Russ Allbery <rra@debian.org> Sun, 17 Jan 2016 19:40:54 -0800 diff --git a/debian/source/options b/debian/source/options deleted file mode 100644 index b7bc1f2..0000000 --- a/debian/source/options +++ /dev/null @@ -1 +0,0 @@ -compression = "xz" |