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

[SCM] Debian package checker branch, master, updated. 2.3.3-70-gddd3bed



The following commit has been merged in the master branch:
commit 6ad8811c2f06664676371b3a51b18f194887fd8f
Author: Raphael Geissert <atomo64@gmail.com>
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


Reply to: