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

[lintian] 01/01: Add forgotten tidy



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

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

commit ca31fbdc7994b8d3d0017b2787752410a2beff97
Author: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
Date:   Thu May 8 17:53:06 2014 +0200

    Add forgotten tidy
    
    Signed-off-by: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
---
 checks/changelog-file.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/checks/changelog-file.pm b/checks/changelog-file.pm
index 1da60cc..82fac52 100644
--- a/checks/changelog-file.pm
+++ b/checks/changelog-file.pm
@@ -323,7 +323,8 @@ 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: