summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2017-06-24 13:46:51 +0000
committerNiels Thykier <niels@thykier.net>2017-06-24 13:48:10 +0000
commit27061a0d6af7423da786b91a729654245fd69ff5 (patch)
tree0ef442b7661393a0446737d42f579397f97ae398 /debian
parentcdd4f3fa59e71af36d31ca5c1cf5af1f41c7d7ee (diff)
downloaddebhelper-27061a0d6af7423da786b91a729654245fd69ff5.tar.gz
Dh_Lib: Ignore empty dpkg-architecture ENV variables
dpkg-architecture ignores them and instead computes the expected value (as if the variable had not been set in the first place). Signed-off-by: Niels Thykier <niels@thykier.net>
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 a1fad553..d34b2181 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,8 @@ debhelper (10.5) UNRELEASED; urgency=medium
support policy of debhelper compat levels.
* Dh_Lib.pm: Pass ":unix" layer when using the ":gzip" layer due to
PerlIO-gzip bug RT#114557.
+ * Dh_Lib.pm: Ignore empty dpkg-architecture variables.
+ (Closes: #862844)
[ Iain Lane ]
* Dh_Lib: Re-add warning + exit 0 for the -i/-a shortcut that was