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

[lintian] 01/01: checks/debhelper.pm: perltidy -it=4 -b -bext='/' checks/debhelper.pm



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

lamby pushed a commit to branch master
in repository lintian.

commit e85f5a89547d771a806bc7ac85283a8f6b902a17
Author: Chris Lamb <lamby@debian.org>
Date:   Fri Sep 22 23:26:52 2017 +0100

    checks/debhelper.pm: perltidy -it=4 -b -bext='/' checks/debhelper.pm
---
 checks/debhelper.pm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/checks/debhelper.pm b/checks/debhelper.pm
index e8b70a9..a8f0383 100644
--- a/checks/debhelper.pm
+++ b/checks/debhelper.pm
@@ -434,8 +434,9 @@ sub run {
 
     while (my ($dep, $command) = each %missingbdeps) {
         next if $dep eq 'debhelper'; #handled above
-        next if $level >= 10 and any { $_ eq $dep }
-          qw(autotools-dev dh-strip-nondeterminism);
+        next
+          if $level >= 10
+          and any { $_ eq $dep } qw(autotools-dev dh-strip-nondeterminism);
         tag 'missing-build-dependency-for-dh_-command', "$command => $dep"
           unless ($bdepends_noarch->implies($dep));
     }

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


Reply to: