This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit fe4db9f61420fca71848001862bd15fbaa0d0b32 Author: Chris Lamb <[email protected]> Date: Sat May 20 11:28:57 2017 +0200 c/checks.pm: perltidy --- checks/rules.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/checks/rules.pm b/checks/rules.pm index 8a8efb4..1a1a174 100644 --- a/checks/rules.pm +++ b/checks/rules.pm @@ -276,8 +276,9 @@ sub run { next; #.PHONY implies the rest will not match } - if (!$includes && m/dpkg-parsechangelog.*(?:Source|Version|Date|Timestamp)/s) { - tag 'debian-rules-parses-dpkg-parsechangelog', "(line $.)"; + if (!$includes + && m/dpkg-parsechangelog.*(?:Source|Version|Date|Timestamp)/s) { + tag 'debian-rules-parses-dpkg-parsechangelog', "(line $.)"; } if (!/^ifn?(?:eq|def)\s/ && m/^([^\s:][^:]*):+(.*)/s) { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

