[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.3.4-33-g4d7501e



The following commit has been merged in the master branch:
commit 2585b9aff10e3489bcfd80b60f3268ca4c429c1d
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Wed Jan 6 09:47:04 2010 +0000

    Add a missing single quote, fixing a syntax error

diff --git a/lib/Lintian/Collect/Changes.pm b/lib/Lintian/Collect/Changes.pm
index ffe777b..85b146a 100755
--- a/lib/Lintian/Collect/Changes.pm
+++ b/lib/Lintian/Collect/Changes.pm
@@ -67,7 +67,7 @@ sub files {
 	    
 	    my ($checksum, $size, $file) = split(/\s+/o, $_);
 	    $files{$file}{checksums}{$alg} = {
-		sum' => $checksum, 'filesize' => $size
+		'sum' => $checksum, 'filesize' => $size
 	    };
 	}
     }

-- 
Debian package checker


Reply to: