X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=bin%2Fparse-packages;h=64c690de5dff0fc93cbbcd5df7be8d0b9513b5f7;hp=11e0ef0ef6a4579686ffe48591a776f371066678;hb=11fd4b5f87f668eeb33922c6f64823e40828d137;hpb=e134eab890484021deb906064246a9c17fcfc8a6 diff --git a/bin/parse-packages b/bin/parse-packages index 11e0ef0..64c690d 100755 --- a/bin/parse-packages +++ b/bin/parse-packages @@ -149,8 +149,6 @@ for my $suite (@SUITES) { my $subsection = $data{section} || '-'; if ($data{section} && ($data{section} =~ m=/=o)) { ($section, $subsection) = split m=/=o, $data{section}, 2; - ($subsection, $section) = split m=/=o, $data{section}, 2 - if $section eq 'non-US'; } $data{'section'} = $section; $data{'subsection'} = $subsection;