From 59c7c406ddc6d5feee95bd05ada41c5d72d0eaea Mon Sep 17 00:00:00 2001 From: Torsten Werner Date: Thu, 19 Nov 2009 21:04:24 +0100 Subject: [PATCH] cruft-report: ignore duplicate source packages Signed-off-by: Torsten Werner --- dak/cruft_report.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dak/cruft_report.py b/dak/cruft_report.py index 80b28312..cc475f5d 100755 --- a/dak/cruft_report.py +++ b/dak/cruft_report.py @@ -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): -- 2.39.2