[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: Apply patch from Sven Joachim to prevent false-positives multiarch-foreign-static-library for non-multiarch packages. (Closes: #884655)



This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository lintian.

commit 1f82d4ddfe830caf4aace25a426dbb52ef651663
Author: Chris Lamb <lamby@debian.org>
Date:   Mon Dec 18 09:13:07 2017 +0000

    Apply patch from Sven Joachim to prevent false-positives multiarch-foreign-static-library for non-multiarch packages. (Closes: #884655)
---
 checks/files.pm  | 1 +
 debian/changelog | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/checks/files.pm b/checks/files.pm
index f275f13..b30c862 100644
--- a/checks/files.pm
+++ b/checks/files.pm
@@ -1129,6 +1129,7 @@ sub run {
             }
 
             if (defined($multiarch_dir)
+                and $multiarch eq 'foreign'
                 and $fname =~ m,^usr/lib/\Q$multiarch_dir\E/(.*)$,) {
                 my $tail = $1;
                 tag 'multiarch-foreign-cmake-file', $file
diff --git a/debian/changelog b/debian/changelog
index 7b15438..6d3462a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,11 @@ lintian (2.5.64) UNRELEASED; urgency=medium
 
   XXX: generate tag summary
 
+  * checks/files.pm:
+    + [CL] Apply patch from Sven Joachim to prevent false-positives
+      multiarch-foreign-static-library for non-multiarch packages.
+      (Closes: #884655)
+
  -- Chris Lamb <lamby@debian.org>  Sun, 17 Dec 2017 20:24:47 +0000
 
 lintian (2.5.63) unstable; urgency=medium

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: