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

lintian: r264 - trunk/frontend



Author: djpig
Date: 2004-05-09 02:43:13 +0200 (Sun, 09 May 2004)
New Revision: 264

Modified:
   trunk/frontend/lintian
Log:
s/get_md5_file/get_file_md5/


Modified: trunk/frontend/lintian
===================================================================
--- trunk/frontend/lintian	2004-05-09 00:39:32 UTC (rev 263)
+++ trunk/frontend/lintian	2004-05-09 00:43:13 UTC (rev 264)
@@ -658,7 +658,7 @@
 	
 		# check md5sums
 		if ($check_md5sums or $file =~ /\.dsc$/) {
-		    my $real_md5sum = get_md5_file($filename);
+		    my $real_md5sum = get_file_md5($filename);
 
 		    if ($real_md5sum ne $md5sum) {
 			print "E: $arg_name: md5sum-mismatch-in-changes-file $file\n";



Reply to: