The following commit has been merged in the master branch:
commit 5e997737edcfdb3426bb620e7e4bfda6e3c1096c
Author: Niels Thykier <[email protected]>
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
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]