X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=bin%2Fparse-sources;h=5a9073a4620c17342060496a78631fcdddad1cba;hb=058db44300c769533fcac662d9b9b88b588ce988;hp=8ec35dbb94d4cdeb7071564eb3dc7a25f7693f1d;hpb=e178006b4cca636a5aa78b526e35753895b885b3;p=deb%2Fpackages.git diff --git a/bin/parse-sources b/bin/parse-sources index 8ec35db..5a9073a 100755 --- a/bin/parse-sources +++ b/bin/parse-sources @@ -77,8 +77,6 @@ for my $archive (@ARCHIVES) { 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;