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

[SCM] Debian package checker branch, master, updated. 2.5.11-192-g75535ab



The following commit has been merged in the master branch:
commit 75535abe2c34cbb349b5f31a936f36cc53e99b4c
Author: Evgeni Golov <evgeni@debian.org>
Date:   Tue Mar 26 21:27:11 2013 +0100

    c/cpy-right: Avoid F-P tag with the MPL-2.0 license
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/copyright-file b/checks/copyright-file
index 51cb61f..6ae188e 100644
--- a/checks/copyright-file
+++ b/checks/copyright-file
@@ -208,6 +208,7 @@ if (m,/usr/share/common-licenses,
     || m/compatible\s+with\s+(?:the\s+)?(?:GNU\s+)?GPL/
     || m/(?:GNU\s+)?GPL\W+compatible/
     || m/was\s+previously\s+(?:distributed\s+)?under\s+the\s+GNU/
+    || m/means\s+either\s+the\s+GNU\s+General\s+Public\s+License/
     || $wrong_directory_detected) {
     # False positive or correct reference.  Ignore.
 } elsif (m/GNU Free Documentation License/i or m/\bGFDL\b/) {
diff --git a/debian/changelog b/debian/changelog
index cba6a83..a04a413 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -45,6 +45,10 @@ lintian (2.5.12) UNRELEASED; urgency=low
     + [NT] Apply patch from Samuel Bronson to bump severity
       (but decrease certainty) of the "not linked against
       libc" tags.  (Closes: #698720)
+  * checks/copyright:
+    + [NT] Apply patch from Evgeni Golov to avoid false
+      positive tag when the MPL-2.0 license appears in the
+      copyright file.  (See #626454)
   * checks/cruft{,.desc}:
     + [NT] Do not emit the license-problem-json-evil tag for
       non-free packages.

-- 
Debian package checker


Reply to: