The following commit has been merged in the master branch:
commit 9df66bc607e8fbcce14b89b2d0b7c443c8d96000
Author: Niels Thykier <[email protected]>
Date:   Mon Jun 25 17:44:21 2012 +0200

    lintian: Also check for $prefix_all.changes files
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/frontend/lintian b/frontend/lintian
index aa88654..36310d4 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -1742,7 +1742,7 @@ sub _find_changes {
         }
         close $foreign;
     }
-    foreach my $a (qw(multi source)) {
+    foreach my $a (qw(multi all source)) {
         $changes = "../${source}_${version}_${a}.changes";
         return $changes if -f $changes;
         push @archs, $a;

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to