X-Git-Url: https://git.deb.at/?a=blobdiff_plain;ds=sidebyside;f=bin%2Fparse-contents;h=50f5ee2982d9700e5ae5fae262770025e5b8ea1b;hb=9d463c289353df50118033b581bc60bd291c9d01;hp=b3caaefc186be15e068c33df0c37b0f08db8d58e;hpb=f22124f7d4071facbaa9ed54cfd64b8cce4bd0f5;p=deb%2Fpackages.git diff --git a/bin/parse-contents b/bin/parse-contents index b3caaef..50f5ee2 100755 --- a/bin/parse-contents +++ b/bin/parse-contents @@ -56,7 +56,7 @@ for my $archive (@archives) { for my $suite (@suites) { for my $arch (@archs) { my %data = (); chomp; print "Doing line $.\n" if $. % 10000 == 0; - /^(.+)\s+(\S+)$/; + /^(.+?)\s+(\S+)$/o; my ($file, $value) = ($1, $2); $value =~ s#[^,/]+/##og; my @packages = split /,/, $value;