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

[SCM] Debian package checker branch, infra-513663, updated. 2.4.3-137-g510aa4f



The following commit has been merged in the infra-513663 branch:
commit 50746bebb52fb2cec72c2cad37f660520ea11bfa
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Jan 8 11:35:51 2011 +0100

    Relocated some code to a more logical location

diff --git a/frontend/lintian b/frontend/lintian
index 06c0a27..8553ce5 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -969,6 +969,13 @@ if ($action eq 'unpack') {
 	}
     }
 }
+unless ($no_override) {
+    $map->add('coll-override-file', {'type' => 'collection', 'name' =>  'override-file'});
+    if (exists $collection_info{'override-file'}{'needs-info'}) {
+	$map->addp('coll-override-file', 'coll-',
+		   @{$collection_info{'override-file'}{'needs-info'}});
+    }
+}
 # }}}
 
 # {{{ add the collection scripts to the dependencies tree
@@ -1038,13 +1045,6 @@ unless ($count) {
 # }}}
 
 # {{{ Okay, now really processing the packages in one huge loop
-unless ($no_override) {
-    $map->add('coll-override-file', {'type' => 'collection', 'name' =>  'override-file'});
-    if (exists $collection_info{'override-file'}{'needs-info'}) {
-	$map->addp('coll-override-file', 'coll-',
-		@{$collection_info{'override-file'}{'needs-info'}});
-    }
-}
 v_msg(sprintf("Processing %d packages...", $count));
 debug_msg(1,
 	  "Selected action: $action",

-- 
Debian package checker


Reply to: