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

lintian: r357 - trunk/checks



Author: jeroen
Date: 2004-10-13 02:51:43 +0200 (Wed, 13 Oct 2004)
New Revision: 357

Modified:
   trunk/checks/debconf
Log:
Oops, I 'fixed' the wrong case of the partially-translated-question...
We really need a debconf package in our testset...


Modified: trunk/checks/debconf
===================================================================
--- trunk/checks/debconf	2004-10-13 00:46:15 UTC (rev 356)
+++ trunk/checks/debconf	2004-10-13 00:51:43 UTC (rev 357)
@@ -173,7 +173,7 @@
     if (exists $template->{choices}
 	&& $template->{choices} !~ m/^\s*\$\{\w+\}\s*$/) {
 	foreach my $lang (sort keys %languages) {
-	    if (not $languages{$lang}{choices} and $languages{$lang}{description}) {
+	    if ($languages{$lang}{choices} and not $languages{$lang}{description}) {
 		tag "partially-translated-question", "$template->{template} $lang";
 	    }
 	}



Reply to: