X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=bin%2Fparse-contents;h=ef5c09ce2b4645395371392f5f3a732dd913cae6;hp=b8cc8e4158a2b7cffb1566f09d674ac7f560796d;hb=f7b85516f73e6a06d309e42be07c9f3def2877b5;hpb=1d5445e23377a5abf5fb55886f8107a94c3acf40 diff --git a/bin/parse-contents b/bin/parse-contents index b8cc8e4..ef5c09c 100755 --- a/bin/parse-contents +++ b/bin/parse-contents @@ -91,7 +91,7 @@ for my $suite (@suites) { my $data = ""; my %data = (); chomp; - print "Doing line ".($./1000)."k (out of approx 1.5M)\n" if $. % 250000 == 0; + print "Doing line ".($./1000)."k (out of approx 2.0M)\n" if $. % 250000 == 0; /^(.+?)\s+(\S+)$/o; my ($file, $value) = ($1, $2); $value =~ s#[^,/]+/##og; @@ -162,7 +162,7 @@ for my $suite (@suites) { my $lastpath = my $lastcasepath = my $lastfile = ""; my %matches = (); while () { - print "Doing line ".($./1000000)."M (out of approx. 16M)\n" + print "Doing line ".($./1000000)."M (out of approx. 20M)\n" if $. % 1000000 == 0; chomp; my @line = split /\0/o, $_;