[SCM] Debian package checker branch, master, updated. 2.5.13-30-g9f1bede
The following commit has been merged in the master branch:
commit 9f1bedea1e5d76a06f9620b91891b3564a4aed1e
Author: Bastien ROUCARIÈS <roucaries.bastien@gmail.com>
Date: Sat Jun 15 18:01:29 2013 +0200
Be not greedy for checking gfdl invariants
Fix a lot of invariants problem for instance in shorewall-doc
Signed-off-by: Niels Thykier <niels@thykier.net>
diff --git a/checks/cruft.pm b/checks/cruft.pm
index 7fc3c5a..46064e6 100644
--- a/checks/cruft.pm
+++ b/checks/cruft.pm
@@ -477,7 +477,7 @@ sub find_cruft {
#
# See cruft-gfdl-fp-sliding-win for the test case
when(index($_, 'license') > -1 && m/gnu (?:\s+|\s*<\/span>\s*|\s*\}\s+)? free \s+
- documentation \s+ license (?'gfdlsections'.{0,1024})
+ documentation \s+ license (?'gfdlsections'.{0,1024}?)
a \s+ copy \s+ of \s+ the \s+ license \s+ is \s+ included/xsm) {
if (!exists $licenseproblemhash{'gfdl-invariants'}) {
# local space
--
Debian package checker
Reply to: