The following commit has been merged in the master branch:
commit fb423e877f786ff99e507eaf2d847af4799c1fe4
Author: Raphael Geissert <atom...@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


-- 
To UNSUBSCRIBE, email to debian-lint-maint-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nuwqv-0001ho...@alioth.debian.org

Reply via email to