This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository lintian.

commit 4b29e24735a812a27acb923548de816296b395c2
Author: Chris Lamb <la...@debian.org>
Date:   Thu Feb 8 08:07:25 2018 +0000

    checks/patch-systems.pm: Drop surrounding parens so that we leak $1 
correctly and appease perltidy.
---
 checks/patch-systems.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/patch-systems.pm b/checks/patch-systems.pm
index 0b74d59..a54e80f 100644
--- a/checks/patch-systems.pm
+++ b/checks/patch-systems.pm
@@ -126,7 +126,7 @@ sub run {
                           if (/^\#+\s*DP:\s*(\S.*)$/
                             && $1 !~ /^no description\.?$/i);
                         $description .= $1
-                          if (/^\# (?:Description|Subject): (.*)/);
+                          if /^\# (?:Description|Subject): (.*)/;
                     }
                     close($fd);
                     unless ($description) {

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/lintian/lintian.git

Reply via email to