[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: checks/rules.pm: Revert overzealaous perltidying.



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

lamby pushed a commit to branch master
in repository lintian.

commit 40f3b7d7fb1883f0723655c95edadf95d1621388
Author: Chris Lamb <lamby@debian.org>
Date:   Tue Feb 6 19:58:01 2018 +0000

    checks/rules.pm: Revert overzealaous perltidying.
---
 checks/rules.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/rules.pm b/checks/rules.pm
index 4312823..6144ab3 100644
--- a/checks/rules.pm
+++ b/checks/rules.pm
@@ -447,7 +447,7 @@ sub run {
                   $_ !~ m/^\t\s*\:/
               and $_ !~ m/\bdh_auto_test\b/
               and $_ !~ m/^\t\s*[-@]?(?:cp|echo|mkdir)/
-        }@{$rules_per_target{'override_dh_auto_test'}};
+        } @{$rules_per_target{'override_dh_auto_test'}};
         tag 'override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS',
           "(line $line)"
           if @lines and none { m/(DEB_BUILD_OPTIONS|nocheck)/ } @conditionals;

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


Reply to: