From: Frank Lichtenheld Date: Sun, 11 May 2008 20:23:23 +0000 (+0200) Subject: [ARCHIVE] Ignore some broken .debs from bo X-Git-Url: https://git.deb.at/?a=commitdiff_plain;ds=inline;h=d6db372df2a79ece12cce05f2be8fa473a6eb4d2;p=deb%2Fpackages.git [ARCHIVE] Ignore some broken .debs from bo --- diff --git a/bin/parse-packages b/bin/parse-packages index 97edffc..3f282a1 100755 --- a/bin/parse-packages +++ b/bin/parse-packages @@ -85,6 +85,8 @@ for my $suite (@SUITES) { $key =~ tr [A-Z] [a-z]; $data{$key} = $value; } + # Skip broken debs + next unless $data{architecture}; # Skip double package next if exists($packages_all_db{"$data{'package'} $data{'architecture'} $data{'version'}"}); # Skip arch:all for amd64 & debports, any non-redundancy is