This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit 4ae30626ca78ae8948aaa8cd4e55350bf137b715 Author: Chris Lamb <[email protected]> Date: Thu Dec 7 12:44:45 2017 +0000 checks/source-copyright.pm: perltidy --- checks/source-copyright.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/source-copyright.pm b/checks/source-copyright.pm index b9587c6..a5f66db 100644 --- a/checks/source-copyright.pm +++ b/checks/source-copyright.pm @@ -634,7 +634,7 @@ sub check_files_excluded { for my $srcfile (@files) { next if $srcfile =~ m/^(?:debian|\.pc)\//; tag 'source-includes-file-in-files-excluded', $srcfile - if $srcfile =~ qr/^$wc_value/; + if $srcfile =~ qr/^$wc_value/; } } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

