r27319 - /trunk/dh-make-perl/dh-make-perl

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Nov 26 21:17:09 UTC 2008


Author: dmn
Date: Wed Nov 26 21:17:07 2008
New Revision: 27319

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27319
Log:
wenn parsing Contents, report each file parsed

Modified:
    trunk/dh-make-perl/dh-make-perl

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=27319&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Wed Nov 26 21:17:07 2008
@@ -156,12 +156,12 @@
     }
 
     unless ($cache) {
-        warn "Parsing apt-file Contents...\n";
         $cache->{stamp}          = time;
         $cache->{contents_files} = [];
         $cache->{apt_contents}   = {};
         for ( glob $contents_glob ) {
             push @{ $cache->{contents_files} }, $_;
+            warn "Parsing $_ ...\n";
             my $f         = IO::Uncompress::Gunzip->new($_);
             my $capturing = 0;
             while ( defined( $_ = $f->getline ) ) {




More information about the Pkg-perl-cvs-commits mailing list