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

[lintian] 03/04: c/cruft.pm: Remove the last word in a regex



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

nthykier pushed a commit to branch master
in repository lintian.

commit 0d0808bd95684f5cabfe3797fd91b1bb66abf4d2
Author: Bastien ROUCARIÈS <roucaries.bastien@gmail.com>
Date:   Tue Sep 3 22:19:51 2013 +0200

    c/cruft.pm: Remove the last word in a regex
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/cruft.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/cruft.pm b/checks/cruft.pm
index 4154463..2a9e3b0 100644
--- a/checks/cruft.pm
+++ b/checks/cruft.pm
@@ -506,7 +506,7 @@ sub find_cruft {
                 index($block, 'license') > -1
                 && $block =~ m/gnu (?:\s+|\s*<\/span>\s*|\s*\}\s+)? free \s+
                      documentation \s+ license (?'rawgfdlsections'.{0,1024}?)
-                     a \s+ copy \s+ of \s+ the \s+ license \s+ is \s+ included/xsm
+                     a \s+ copy \s+ of \s+ the \s+ license \s+ is/xsm
               ) {
                 if (!exists $licenseproblemhash{'gfdl-invariants'}) {
                     my $rawgfdlsections = $+{rawgfdlsections};

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


Reply to: