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

[lintian] 01/01: Really 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 e53aa5c6e8abf4d7a1402923af505f5df5cb2bdf
Author: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
Date:   Thu May 8 19:28:18 2014 +0200

    Really run perltidy
    
    Signed-off-by: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
---
 checks/changelog-file.pm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/checks/changelog-file.pm b/checks/changelog-file.pm
index 82fac52..61110af 100644
--- a/checks/changelog-file.pm
+++ b/checks/changelog-file.pm
@@ -323,8 +323,7 @@ sub run {
             my $first_dist = lc $entries[0]->Distribution;
             my $second_dist = lc $entries[1]->Distribution;
             if ($first_dist eq 'unstable' and $second_dist eq 'experimental') {
-                unless ($entries[0]->Changes =~ /\bto\s+(?:unstable|sid)\b/im)
-                {
+                unless ($entries[0]->Changes =~ /\bto\s+(?:unstable|sid)\b/im){
                     tag 'experimental-to-unstable-without-comment';
                 }
             }

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


Reply to: