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

[lintian] 02/03: Run perltidy



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

broucaries-guest pushed a commit to branch master
in repository lintian.

commit a5bc23fc16c8487d24f0e8539f4910de17323523
Author: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
Date:   Sat Sep 13 20:04:05 2014 +0200

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

diff --git a/checks/fields.pm b/checks/fields.pm
index 519608d..a02df07 100644
--- a/checks/fields.pm
+++ b/checks/fields.pm
@@ -368,7 +368,8 @@ sub run {
     if ($type eq 'binary'){
         if ($pkg =~ /^fonts-/) {
             tag 'font-package-not-multi-arch-foreign'
-              unless $info->field('multi-arch', 'no') =~ m/^(?:foreign|allowed)$/o;
+              unless $info->field('multi-arch', 'no')
+              =~ m/^(?:foreign|allowed)$/o;
         }
     }
 

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


Reply to: