[lintian] 01/01: Avoid a false positive for spelling-error-in-binary that was causing a FTBFS on armhf. (Closes: #888074)
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository lintian.
commit bfa3e1a33014307c9f37ff8e2d216b8ca112290c
Author: Chris Lamb <lamby@debian.org>
Date: Tue Jan 23 15:59:32 2018 +1100
Avoid a false positive for spelling-error-in-binary that was causing a FTBFS on armhf. (Closes: #888074)
---
checks/binaries.pm | 1 +
debian/changelog | 3 +++
2 files changed, 4 insertions(+)
diff --git a/checks/binaries.pm b/checks/binaries.pm
index cead9f1..269302c 100644
--- a/checks/binaries.pm
+++ b/checks/binaries.pm
@@ -393,6 +393,7 @@ sub run {
'writeN' => 1, # The Go stdlib text/tabwriter pkg contains "writeN"
'writeN' => 1, # The Go stdlib text/tabwriter pkg contains "writeN"
'ot' => 1, # The Go stdlib runtime/ package contains "ot"
+ 'cymK' => 1, # The Go runtime contains "cymK" (#888074)
};
my $tag_emitter
= spelling_tag_emitter('spelling-error-in-binary', $file);
diff --git a/debian/changelog b/debian/changelog
index 98ec83a..074a2dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ lintian (2.5.72) UNRELEASED; urgency=medium
XXX: generate tag summary
+ * checks/binaries.pm:
+ + [CL] Avoid a false positive for spelling-error-in-binary that was
+ causing a FTBFS on armhf. (Closes: #888074)
* checks/debhelper.{desc,pm}:
+ [CL] Warn about packages that use about dh_systemd_enable or
dh_systemd_start overrides whilst using debhelper compat level 11 as
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git
Reply to: