The following commit has been merged in the master branch:
commit 6ad8811c2f06664676371b3a51b18f194887fd8f
Author: Raphael Geissert <[email protected]>
Date: Sun Mar 21 20:10:05 2010 -0600
Correct the name of a variable
diff --git a/checks/files b/checks/files
index 3946c88..5f286be 100644
--- a/checks/files
+++ b/checks/files
@@ -691,7 +691,7 @@ foreach my $file (sort keys %{$info->index}) {
if ($file =~ m,^(?:usr/)lib/([^/]+)/$,) {
my $subdir = $1;
$TRIPLETS = Lintian::Data->new('files/triplets', '\s+')
- unless defined($FONT_PACKAGES);
+ unless defined($TRIPLETS);
if ($TRIPLETS->known($subdir)) {
tag 'triplet-dir-and-architecture-mismatch', "$file is for",
$TRIPLETS->value($subdir)
if ($info->field('architecture') ne $TRIPLETS->value($subdir));
--
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]