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

[SCM] Debian package checker branch, master, updated. 2.5.12-119-g4561ccc



The following commit has been merged in the master branch:
commit 4561ccc0adbeed77eeb2f44fa458c1234cd4be4b
Author: Bastien ROUCARIÈS <roucaries.bastien@gmail.com>
Date:   Sun May 26 13:09:45 2013 +0200

    c/cruft: Do not warn for license string in debian changelog
    
    If they are some bad license in this file it is for documentation
    purpose of changelog.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/cruft b/checks/cruft
index 8cef84b..f25dcf3 100644
--- a/checks/cruft
+++ b/checks/cruft
@@ -445,6 +445,7 @@ sub find_cruft {
     }
 
     return if $info->is_non_free; # (license issue does not apply to non-free)
+    return if $basename eq 'debian/changelog'; # (license string in debian/changelog are changelog)
 
     # test license problem is source file (only text file)
     if (-T $basename) {
diff --git a/debian/changelog b/debian/changelog
index 724f3b4..713f655 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,7 +43,8 @@ lintian (2.5.13) UNRELEASED; urgency=low
       report and the patch.  (Closes: #707742)
     + [NT] Add a series of patches from Bastien Roucariès to
       reduce the number of false positives and negatives in the
-      GDFL related checks.  (Closes: #708957, #708881, #709379)
+      GDFL related checks.  (Closes: #708957, #708881, #709379,
+      #709886)
   * checks/debhelper{,.desc}:
     + [NT] Retire some tags that is no longer relevant in the
       Jessie development cycle.

-- 
Debian package checker


Reply to: