]> git.decadent.org.uk Git - dak.git/commitdiff
cruft-report: ignore duplicate source packages
authorTorsten Werner <twerner@debian.org>
Thu, 19 Nov 2009 20:04:24 +0000 (21:04 +0100)
committerTorsten Werner <twerner@debian.org>
Thu, 19 Nov 2009 20:04:24 +0000 (21:04 +0100)
Signed-off-by: Torsten Werner <twerner@debian.org>
dak/cruft_report.py

index 80b28312470ee321b527ee5b7a602d1708b60240..cc475f5dcabb45a1f4845308b0aad9a78b79e0bc 100755 (executable)
@@ -419,8 +419,8 @@ def main ():
 
             # Check for duplicated packages and build indices for checking "no source" later
             source_index = component + '/' + source
-            if src_pkgs.has_key(source):
-                print " %s is a duplicated source package (%s and %s)" % (source, source_index, src_pkgs[source])
+            #if src_pkgs.has_key(source):
+            #    print " %s is a duplicated source package (%s and %s)" % (source, source_index, src_pkgs[source])
             src_pkgs[source] = source_index
             for binary in binaries_list:
                 if bin_pkgs.has_key(binary):