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

lintian: r924 - in trunk: checks debian



Author: cjwatson
Date: 2007-07-19 10:26:40 +0200 (Thu, 19 Jul 2007)
New Revision: 924

Modified:
   trunk/checks/common_data.pm
   trunk/debian/changelog
Log:
* checks/common_data.pm:
  + [CW] Add automaken as a known virtual package.

Modified: trunk/checks/common_data.pm
===================================================================
--- trunk/checks/common_data.pm	2007-07-04 05:39:56 UTC (rev 923)
+++ trunk/checks/common_data.pm	2007-07-19 08:26:40 UTC (rev 924)
@@ -141,7 +141,8 @@
      'debconf-2.0',
      'aspell-dictionary',
      'radius-server',
-     'libgl-dev', 'libglu-dev'
+     'libgl-dev', 'libglu-dev',
+     'automaken'
     );
 
 %known_libstdcs = map { $_ => 1 }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-07-04 05:39:56 UTC (rev 923)
+++ trunk/debian/changelog	2007-07-19 08:26:40 UTC (rev 924)
@@ -1,5 +1,7 @@
 lintian (1.23.33) UNRELEASED; urgency=low
 
+  * checks/common_data.pm:
+    + [CW] Add automaken as a known virtual package.
   * checks/scripts:
     + [RA] If rm output is redirected to /dev/null, don't think that rm is
       removing /dev/null.  Thanks, Robert Luberda.  (Closes: #431259)



Reply to: