This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit 5c3a83c050f65886bed6a0d477d5d6c794e4895d Author: Chris Lamb <[email protected]> Date: Fri Aug 4 12:26:00 2017 -0400 checks/python.pm: Don't mix high and low precedence operators to appease perlcritic. --- checks/python.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/python.pm b/checks/python.pm index 3e8bab3..11eadc4 100644 --- a/checks/python.pm +++ b/checks/python.pm @@ -49,7 +49,7 @@ sub run { my $build_all = $info->relation('build-depends-all'); tag 'build-depends-on-python-sphinx-only' if $build_all->implies('python-sphinx') - and !$build_all->implies('python3-sphinx'); + and not $build_all->implies('python3-sphinx'); return; } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

