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

[lintian] 04/05: Check for v5 in SO package name (GCC-5 transition)



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

nthykier pushed a commit to branch master
in repository lintian.

commit f22bc5142e9d2bf81deb42952d4667acf1a55edb
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Jul 3 18:40:04 2015 +0200

    Check for v5 in SO package name (GCC-5 transition)
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/binaries.pm | 1 +
 debian/changelog   | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/checks/binaries.pm b/checks/binaries.pm
index 8134475..f2607fc 100644
--- a/checks/binaries.pm
+++ b/checks/binaries.pm
@@ -225,6 +225,7 @@ sub run {
     $base_pkg =~ s/c2a?\b//o;
     $base_pkg =~ s/\dg$//o;
     $base_pkg =~ s/gf$//o;
+    $base_pkg =~ s/v5$//o; # GCC-5 / libstdc++6 C11 ABI breakage
     $base_pkg =~ s/-udeb$//o;
     $base_pkg =~ s/^lib64/lib/o;
 
diff --git a/debian/changelog b/debian/changelog
index 4d0f0f7..b5fd8b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,11 @@ lintian (2.5.33) UNRELEASED; urgency=medium
 
   XXX: generate tag summary
 
+  * checks/binaries.pm:
+    + [NT] Ignore "v5" suffixes in package names when matching
+      SONAMES with package names.  The "v5" suffix is the
+      recommended suffix for packages affected by the GCC-5
+      libstc++6 C11 ABI breakage.
   * checks/description.desc:
     + [NT] Clarify that the empty-line control statement " ."
       permits no other characters on the same line. Thanks

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


Reply to: