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

[SCM] Debian package checker branch, master, updated. 2.5.3-234-g776233f



The following commit has been merged in the master branch:
commit 382cee0140f2ef698499e2ecef78e7249c71e7be
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Nov 20 18:12:17 2011 +0100

    Fixed weird indentation
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/fields b/checks/fields
index b3f5355..0a59d64 100644
--- a/checks/fields
+++ b/checks/fields
@@ -421,7 +421,7 @@ if (not defined $info->field('section')) {
 
     if ($type eq 'udeb') {
         unless ($section eq 'debian-installer') {
-        tag 'wrong-section-for-udeb', $section;
+            tag 'wrong-section-for-udeb', $section;
         }
     } else {
         my @parts = split /\//, $section, 2;

-- 
Debian package checker


Reply to: