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

lintian: r211 - branches/1.23.0/checks



Author: djpig
Date: 2004-04-23 01:55:26 +0200 (Fri, 23 Apr 2004)
New Revision: 211

Modified:
   branches/1.23.0/checks/fields
Log:
These were I: before the rewrite and should probably be it again
(not N: as they were labeled)


Modified: branches/1.23.0/checks/fields
===================================================================
--- branches/1.23.0/checks/fields	2004-04-22 23:28:55 UTC (rev 210)
+++ branches/1.23.0/checks/fields	2004-04-22 23:55:26 UTC (rev 211)
@@ -467,12 +467,10 @@
 	print "E: $pkg $type: obsolete-field $field\n"
 	    if $known_obsolete_fields{$field};
 
-# TODO: why N: here? --Jeroen
-	print "N: $pkg $type: unknown-field-in-dsc $field\n"
+	print "I: $pkg $type: unknown-field-in-dsc $field\n"
 	    if ($type eq "source" && ! $known_source_fields{$field} && ! $known_obsolete_fields{$field});
 
-# TODO: why N: here? --Jeroen
-	print "N: $pkg $type: unknown-field-in-changes $field\n"
+	print "I: $pkg $type: unknown-field-in-changes $field\n"
 	    if ($type eq "binary" && ! $known_binary_fields{$field} && ! $known_obsolete_fields{$field});
 }
 



Reply to: