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

lintian: r224 - branches/1.23.0/checks



Author: jeroen
Date: 2004-04-26 00:39:12 +0200 (Mon, 26 Apr 2004)
New Revision: 224

Modified:
   branches/1.23.0/checks/common_data.pm
   branches/1.23.0/checks/fields.desc
Log:
'Bugs' isn't listed as obsolete... Fix that, and description a little bit more
verbose for obsolete-field


Modified: branches/1.23.0/checks/common_data.pm
===================================================================
--- branches/1.23.0/checks/common_data.pm	2004-04-25 21:03:25 UTC (rev 223)
+++ branches/1.23.0/checks/common_data.pm	2004-04-25 22:39:12 UTC (rev 224)
@@ -52,7 +52,7 @@
 
 %known_obsolete_fields = map { $_ => 1 }
     ('revision', 'package-revision', 'package_revision',
-     'recommended', 'optional', 'class', 'bugs');
+     'recommended', 'optional', 'class');
 
 %known_essential = map { $_ => 1 }
     ('base-files', 'base-passwd', 'bash', 'bsdutils', 'coreutils',

Modified: branches/1.23.0/checks/fields.desc
===================================================================
--- branches/1.23.0/checks/fields.desc	2004-04-25 21:03:25 UTC (rev 223)
+++ branches/1.23.0/checks/fields.desc	2004-04-25 22:39:12 UTC (rev 224)
@@ -247,7 +247,8 @@
 
 Tag: obsolete-field
 Type: error
-Info: This is one of the fields listed in Policy Manual as obsolete.
+Info: This field is listed in the Policy Manual as obsolete and
+ not-to-be-present in any package.
 Ref: policy D.2.6
 
 Tag: unknown-field-in-dsc



Reply to: