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

[SCM] Debian package checker branch, master, updated. 2.5.11-24-g03d24e7



The following commit has been merged in the master branch:
commit 03d24e7dbd301eb29dfa76c9e5bb71c76808468b
Author: Bastien ROUCARIÈS <roucaries.bastien@gmail.com>
Date:   Sun Dec 30 19:14:05 2012 +0100

    Add more variant for good text
    
    autogen is known to use the following good formulation:
    "with no Invariant Sections, with no Front-Cover Texts,
    and with no Back-Cover Texts"
    Allow it and avoid a false positive

diff --git a/checks/cruft b/checks/cruft
index 5dd0153..be04906 100644
--- a/checks/cruft
+++ b/checks/cruft
@@ -452,8 +452,8 @@ sub find_cruft {
                     # GFDL license, assume it is bad unless it
                     # explicitly states it has no "bad sections".
                     unless ($1 =~m/with \s+ no \s+ Invariant \s+ Sections,?
-                                       \s+ no \s+ Front-Cover \s+ Texts,? \s+ and
-                                       \s+ no \s+ Back-Cover \s+ Texts/xis) {
+                                       \s+ (?:with\s+)? no \s+ Front-Cover \s+ Texts,? \s+ and
+                                       \s+ (?:with\s+)? no \s+ Back-Cover \s+ Texts/xis) {
                         tag 'license-problem-gfdl-invariants', $name;
                         $licenseproblemhash{'gfdl-invariants'} = 1;
                     }

-- 
Debian package checker


Reply to: