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

[lintian] 01/01: checks/debhelper: Run perltidy



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

jwilk pushed a commit to branch master
in repository lintian.

commit 8ea79968854fd21440a462658bd8f3b6b93b43f4
Author: Jakub Wilk <jwilk@debian.org>
Date:   Sat Jul 30 21:55:10 2016 +0200

    checks/debhelper: Run perltidy
---
 checks/debhelper.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/checks/debhelper.pm b/checks/debhelper.pm
index 04394d9..7dffa72 100644
--- a/checks/debhelper.pm
+++ b/checks/debhelper.pm
@@ -186,7 +186,8 @@ sub run {
                 foreach my $x (sort $dh_commands_depends->all) {
                     if (distance($dhcommand, $x) < 3) {
                         tag 'typo-in-debhelper-override-target',
-                          "override_$dhcommand", '->', "override_$x", "(line $.)";
+                          "override_$dhcommand", '->', "override_$x",
+                          "(line $.)";
                         last; # Only emit a single match
                     }
                 }

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


Reply to: