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

lintian: r322 - trunk/checks



Author: jeroen
Date: 2004-07-04 14:19:58 +0200 (Sun, 04 Jul 2004)
New Revision: 322

Modified:
   trunk/checks/debconf
Log:
Remove superfluous whitespace in 'tag' command.


Modified: trunk/checks/debconf
===================================================================
--- trunk/checks/debconf	2004-07-04 12:12:28 UTC (rev 321)
+++ trunk/checks/debconf	2004-07-04 12:19:58 UTC (rev 322)
@@ -151,8 +151,8 @@
     } elsif ($template->{description}=~m/^\s*(.*?)\s*?\n\s*\1\s*$/) {
 	# Check for duplication. Should all this be folded into the
 	# description checks?
-	tag "duplicate-long-description-in-template ",
-	      "$template->{template}\n";
+	tag "duplicate-long-description-in-template",
+	      "$template->{template}";
     }
 
     my %languages;
@@ -161,8 +161,8 @@
 	my ($mainfield, $lang) = split m/-/, $field, 2;
 	if (defined $lang) {
 	    if ($isselect and $mainfield eq 'default') {
-	        tag "select-with-translated-default-field ",
-	              "$template->{template} $lang\n";
+	        tag "select-with-translated-default-field",
+	              "$template->{template} $lang";
 	    }
 	    $languages{$lang}{$mainfield}=1;
 	}



Reply to: