From: Frank Lichtenheld Date: Sun, 8 Feb 2009 17:19:10 +0000 (+0000) Subject: Merge commit 'alioth/debian-master' into debian-master X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=f199862788c8ad81dd559771b539930fdda871a9;hp=5e2289543a3358df734ff5235db02c380343a256;p=deb%2Fpackages.git Merge commit 'alioth/debian-master' into debian-master --- diff --git a/.gitignore b/.gitignore index ec46515..5204c11 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ tmp mirror *~ *.ttc +www-passwords diff --git a/bin/extract_files b/bin/extract_files index 269078c..79b9946 100755 --- a/bin/extract_files +++ b/bin/extract_files @@ -564,6 +564,10 @@ sub read_deb { } } $cache{$debname} ||= qx/dpkg-deb --info "$debname" control/; + unless ( $cache{$debname} ) { + do_warning( "extracting control information of file $debname failed" ); + return; + } my $control = $cache{$debname}; unless ( $raw_data = $parser->parse_mem( $control,