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

lintian: r873 - in trunk: checks debian



Author: rra
Date: 2007-04-28 07:46:15 +0200 (Sat, 28 Apr 2007)
New Revision: 873

Modified:
   trunk/checks/common_data.pm
   trunk/debian/changelog
Log:
  + [RA] Add Kernel-Version to known udeb control fields.

Modified: trunk/checks/common_data.pm
===================================================================
--- trunk/checks/common_data.pm	2007-04-28 05:41:48 UTC (rev 872)
+++ trunk/checks/common_data.pm	2007-04-28 05:46:15 UTC (rev 873)
@@ -95,7 +95,7 @@
     ('package', 'version', 'architecture', 'subarchitecture', 'depends',
      'recommends', 'enhances', 'provides', 'installer-menu-item',
      'replaces', 'maintainer', 'section', 'priority',
-     'source', 'description', 'installed-size');
+     'source', 'description', 'installed-size', 'kernel-version');
 
 %known_obsolete_fields = map { $_ => 1 }
     ('revision', 'package-revision', 'package_revision',

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-04-28 05:41:48 UTC (rev 872)
+++ trunk/debian/changelog	2007-04-28 05:46:15 UTC (rev 873)
@@ -4,6 +4,7 @@
     + [RA] Add mktemp and sysvinit-utils as known essential packages.
     + [RA] Add Vcs-Mtn and Vcs-Browser to the known source package
       fields.
+    + [RA] Add Kernel-Version to known udeb control fields.
   * checks/control-files:
     + [RA] Allow clilibs, but don't try to check the syntax of it yet.
       Thanks, Sebastian Dröge.  (Closes: #378088)
@@ -89,7 +90,7 @@
       file that cannot be satisfied by that package (including via
       Provides).  (Closes: #56440)
 
- -- Russ Allbery <rra@debian.org>  Fri, 27 Apr 2007 22:41:38 -0700
+ -- Russ Allbery <rra@debian.org>  Fri, 27 Apr 2007 22:46:06 -0700
 
 lintian (1.23.29) unstable; urgency=low
 



Reply to: