This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit 01b97ac77a839d32d04de7b42053d7ed65784400 Author: Chris Lamb <[email protected]> Date: Sun May 21 10:30:57 2017 +0200 c/files.pm: Perltidy again after perlcritic (but adding an extra space before '{') --- checks/files.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/checks/files.pm b/checks/files.pm index 9d65d0a..0f51425 100644 --- a/checks/files.pm +++ b/checks/files.pm @@ -748,8 +748,7 @@ sub run { elsif ($fname =~ m,^usr/lib/R/site-library/\S,) { if ( $file->is_file && $file =~ m,\.(?:rda|Rda|rdata|Rdata)$, - && !$info->index_resolved_path('debian/README.source')) - { + && !$info->index_resolved_path('debian/README.source')) { tag 'r-data-without-readme-source', $file; } } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

