As said in my last comment, here is the patch.
Regards, Raphael Pinson
--- /usr/bin/dget 2006-11-17 14:20:19.000000000 +0100
+++ dget.new 2008-01-22 14:57:08.000000000 +0100
@@ -203,7 +203,7 @@
open $fh, $file or die "$file: $!";
while (<$fh>) {
if (/^ ([0-9a-f]{32}) (?:\S+ )*(\S+)$/) {
- get_file($dir, $2, $1) or return;
+ get_file($dir, $2, $1) or next;
}
}
close $fh;

