The following commit has been merged in the debian-master branch:
commit 6bb33bd0eab35eb41ca7135d0988a6873bf27e01
Author: Frank Lichtenheld <[email protected]>
Date: Sun Feb 8 17:16:15 2009 +0000
extract_files: improve error reporting a bit
diff --git a/bin/extract_files b/bin/extract_files
index 3bfc559..1d3ce91 100755
--- a/bin/extract_files
+++ b/bin/extract_files
@@ -557,6 +557,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,
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]