X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=bin%2Fparse-packages;h=3f282a16a97fbd6702e2b76cfdfbfcbccd822020;hb=ba6fa55e176be2e079c8a46a8c6fdd5e06184e21;hp=97edffcd19666bc4a438c7b1bfe1108a4ecfd132;hpb=b84419b2f87cf3c43b83fca71486be4fae81375e;p=deb%2Fpackages.git 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