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

[SCM] Debian package checker branch, master, updated. 2.5.4-32-g6dba6ff



The following commit has been merged in the master branch:
commit 6dba6ff0fba4db7d559ac7139caf28079cba6d4a
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Dec 4 23:11:09 2011 +0100

    lintian-info: readability changes
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/frontend/lintian-info b/frontend/lintian-info
index adfa3db..aba6bc4 100755
--- a/frontend/lintian-info
+++ b/frontend/lintian-info
@@ -132,10 +132,10 @@ while (<>) {
     if ($annotate) {
         my $tagdata;
         next unless m/^(?:                         # start optional part
-                  (?:\S+)                 ?        # Optionally starts with package name
-                  (?: \s*+ \[[^\]]+?\])?           # optionally followed by an [arch-list] (like in B-D)
-                  (?: \s*+ $type_re)?              # optionally followed by the type
-                :\s++)?                            # end optional part
+                    (?:\S+)?                       # Optionally starts with package name
+                    (?: \s*+ \[[^\]]+?\])?         # optionally followed by an [arch-list] (like in B-D)
+                    (?: \s*+ $type_re)?            # optionally followed by the type
+                  :\s++)?                          # end optional part
                 ([\-\.a-zA-Z_0-9]+ (?:\s.+)?)$/ox; # <tag-name> [extra] -> $1
         $tagdata = $1;
         ($tag, undef) = split m/ /o, $tagdata, 2;

-- 
Debian package checker


Reply to: