This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit 103b47600a5e5f60c00082d205cab7591a6ab73e Author: Niels Thykier <[email protected]> Date: Wed Feb 12 22:17:32 2014 +0100 c/cruft: Apply perltidy Signed-off-by: Niels Thykier <[email protected]> --- checks/cruft.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/cruft.pm b/checks/cruft.pm index bdeea65..0334b41 100644 --- a/checks/cruft.pm +++ b/checks/cruft.pm @@ -712,7 +712,7 @@ sub license_check { # $gfdlpattern on the unclean block. my $cleanedblock = _clean_block($trimmed_block); - if ( index($cleanedblock, 'gnu free documentation license') > -1 + if (index($cleanedblock, 'gnu free documentation license') > -1 && $trimmed_block =~ $gfdlpattern) { 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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

