summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-10-10 14:48:40 +0200
committerGuillem Jover <guillem@debian.org>2014-10-12 06:08:00 +0200
commita8e036317bc203372949315519ed9474fb504a16 (patch)
tree5ac981ca332ab3f10fb36b8c2c26d9482c435605 /debian
parent0a2a1af94495be0b8204f827abc09e20a11dd447 (diff)
downloaddpkg-a8e036317bc203372949315519ed9474fb504a16.tar.gz
dpkg-architecture: Normalize ARGV parsing
This allows to accept «-ovalue», «-o value», «--option=value» and «--option value», which are the common option formats people expect.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1a856e207..89410debd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ dpkg (1.17.17) UNRELEASED; urgency=low
Missed in dpkg 1.17.14.
* Initialize DEB_TARGET_ARCH variable without requiring DEB_HOST_ARCH,
which is not being set at all when querying for DEB_TARGET_ variables.
+ * Normalize dpkg-architecture command-line parsing, so that «--option=value»
+ «--option value», «-ovalue» and «-o value» will all be accepted.
[ Updated programs translations ]
* German (Sven Joachim).