summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2017-09-26 03:32:42 +0200
committerGuillem Jover <guillem@debian.org>2017-10-16 11:04:28 +0200
commitb95681f0ad831c2bacb25bd25ee220fb58f78466 (patch)
treeb0f22a1878e2ddce80fc79af03c191bbcb65af85 /debian/changelog
parent08c15e1b795d2468798c43330ca5426e10487cbc (diff)
downloaddpkg-b95681f0ad831c2bacb25bd25ee220fb58f78466.tar.gz
dpkg-deb: Make --uniform-compression the new default behavior
Add support for negating the option via --no-uniform-compression.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f562a8d89..e5c715660 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,8 @@ dpkg (1.19.0) UNRELEASED; urgency=medium
* Add new buildtools.mk make fragment to support build tools variable
setup, for both TOOL and TOOL_FOR_BUILD variables. Not included by
default from default.mk.
+ * Make --uniform-compression the new default dpkg-deb behavior. Add support
+ for negating the option via --no-uniform-compression.
* Perl modules:
- Switch from Dpkg::Util to List::Util, now that the module in the
new required Perl contains the needed functions.