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

[lintian] 01/01: c/debhelper: Fix perltidy warning



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

nthykier pushed a commit to branch master
in repository lintian.

commit 945318855938fb9cb25e8fbbed15cc19e2eac58d
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Apr 23 11:53:44 2016 +0000

    c/debhelper: Fix perltidy warning
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/debhelper.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/debhelper.pm b/checks/debhelper.pm
index 1c0c589..f9e1251 100644
--- a/checks/debhelper.pm
+++ b/checks/debhelper.pm
@@ -486,7 +486,7 @@ sub _check_dh_exec {
                     $dhe_useless = 1;
                 }
             }
-            if ($dhe_useless && $path =~ /debian\/.*(install|manpages)/ ) {
+            if ($dhe_useless && $path =~ /debian\/.*(install|manpages)/) {
                 my $form = $_;
                 chomp($form);
                 $form = "\"$form\"";

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


Reply to: