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

[SCM] Debian package checker branch, master, updated. 2.4.3-205-g7267d71



The following commit has been merged in the master branch:
commit 5e997737edcfdb3426bb620e7e4bfda6e3c1096c
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Jan 29 22:14:38 2011 +0100

    Renamed a variable to avoid shadowing another variable

diff --git a/checks/files b/checks/files
index dd49c3f..7d5ba38 100644
--- a/checks/files
+++ b/checks/files
@@ -963,8 +963,8 @@ foreach my $file (@{$info->sorted_index}) {
 
 	# ---------------- .gz files
 	if ($file =~ m/\.gz$/) {
-	    my $info = $info->file_info->{$file} || '';
-	    if ($info !~ m/gzip compressed/) {
+	    my $finfo = $info->file_info->{$file} || '';
+	    if ($finfo !~ m/gzip compressed/) {
 		tag 'gz-file-not-gzip', $file;
 	    }
 	}

-- 
Debian package checker


Reply to: