summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2018-02-26 19:38:26 +0000
committerNiels Thykier <niels@thykier.net>2018-02-26 19:38:26 +0000
commit7025d4f38f2d263634932cd5faf32442c41015f7 (patch)
tree8a103f05cde9cb56018e04aa8891a41e796693a2 /debian
parentfacf873493cebf4c31e60cb36b70d34bc54ecf40 (diff)
downloaddebhelper-7025d4f38f2d263634932cd5faf32442c41015f7.tar.gz
Dh_Lib: Fix invalid parameter for package_cross_type
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f37ef283..79fb5520 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+debhelper (11.1.6) UNRELEASED; urgency=medium
+
+ * Dh_Lib: Avoid passing invalid parameters to a function, which
+ caused tons of "package ARRAY(...) is not in control info"
+ warnings from dh in some cases. It triggers when dh thinks
+ the package might have architecture qualified debhelper config
+ files. The warning is harmless (besides the noise) for all
+ native builds and most cross builds, but it did invalidate
+ attempt to make pkgfile() use "DEB_TARGET_ARCH{,_OS}"
+ (see 11.1.5~alpha1). Thanks to Andreas Beckmann for reporting
+ the issue. (Closes: #891546)
+
+ -- Niels Thykier <niels@thykier.net> Mon, 26 Feb 2018 19:32:52 +0000
+
debhelper (11.1.5) unstable; urgency=medium
* Upload to unstable.