The following commit has been merged in the master branch:
commit 8e0bc978f952c9e93a8aaab0e4f9082134a2a807
Author: Niels Thykier <[email protected]>
Date:   Sun Mar 25 12:28:56 2012 +0200

    coll/file-info: Remove v1 file-info files
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/collection/file-info b/collection/file-info
index 32b82fb..21482cc 100755
--- a/collection/file-info
+++ b/collection/file-info
@@ -35,8 +35,12 @@ my $last = '';
 my $helper = realpath("$0-helper");
 my $outfile = "$dir/file-info.gz";
 
+if ( -e "$dir/file-info" ) {
+    unlink ("$dir/file-info") or fail "unlink file-info: $!";
+}
+
 if ( -e $outfile ) {
-    unlink($outfile) or fail "unlink file-info: $!";
+    unlink ($outfile) or fail "unlink file-info.gz: $!";
 }
 
 open INDEX, '<', "$dir/index"

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to