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

[lintian] 01/01: perltidy



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

lamby pushed a commit to branch master
in repository lintian.

commit 7114adcfd3fd717c1f89c17b1cc487b7e1e57210
Author: Chris Lamb <lamby@debian.org>
Date:   Fri Oct 27 17:07:56 2017 +0100

    perltidy
---
 checks/scripts.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/checks/scripts.pm b/checks/scripts.pm
index efa27b3..c9922c5 100644
--- a/checks/scripts.pm
+++ b/checks/scripts.pm
@@ -247,8 +247,8 @@ sub run {
     my $all_parsed = Lintian::Relation->and($info->relation('all'),
         $info->relation('provides'),$pkg);
     my $str_deps = $info->relation('strong');
-    my $has_sensible_utils =
-      Lintian::Relation->and( $str_deps, $info->relation('recommends') )
+    my $has_sensible_utils
+      =Lintian::Relation->and($str_deps, $info->relation('recommends'))
       ->implies('sensible-utils');
 
     for my $filename (sort keys %{$info->scripts}) {

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


Reply to: