[SCM] Debian package checker branch, master, updated. 2.3.4-50-g7610c46
The following commit has been merged in the master branch:
commit fb423e877f786ff99e507eaf2d847af4799c1fe4
Author: Raphael Geissert <atomo64@gmail.com>
Date: Tue Mar 2 11:27:26 2010 -0600
override-file has Needs-Info, add it to the map too
Before the removal of the Unpack-Level 2, the override-file didn't
depend on any other collection script, therefore the code to add its
dependencies was missing.
diff --git a/frontend/lintian b/frontend/lintian
index 4b98001..6955d76 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -1165,6 +1165,10 @@ unless ($count) {
# {{{ Okay, now really processing the packages in one huge loop
$map->add('coll-override-file', {'type' => 'collection', 'name' => 'override-file'})
unless $no_override;
+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: