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

lintian: r849 - in trunk: checks debian



Author: rra
Date: 2007-04-22 02:46:34 +0200 (Sun, 22 Apr 2007)
New Revision: 849

Modified:
   trunk/checks/common_data.pm
   trunk/debian/changelog
Log:
* checks/common_data.pm:
  + [RA] Add mktemp and sysvinit-utils as known essential packages.

Modified: trunk/checks/common_data.pm
===================================================================
--- trunk/checks/common_data.pm	2007-04-11 04:18:10 UTC (rev 848)
+++ trunk/checks/common_data.pm	2007-04-22 00:46:34 UTC (rev 849)
@@ -103,8 +103,8 @@
 %known_essential = map { $_ => 1 }
     ('base-files', 'base-passwd', 'bash', 'bsdutils', 'coreutils',
      'debianutils', 'diff', 'dpkg', 'e2fsprogs', 'findutils', 'grep', 'gzip',
-     'hostname', 'login', 'mount', 'ncurses-base', 'ncurses-bin',
-     'perl-base', 'sed', 'sysvinit', 'tar', 'util-linux');
+     'hostname', 'login', 'mktemp', 'mount', 'ncurses-base', 'ncurses-bin',
+     'perl-base', 'sed', 'sysvinit', 'sysvinit-utils', 'tar', 'util-linux');
 
 %known_build_essential = map { $_ => 1 }
     ('libc6-dev', 'libc-dev', 'gcc', 'g++', 'make', 'dpkg-dev');

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-04-11 04:18:10 UTC (rev 848)
+++ trunk/debian/changelog	2007-04-22 00:46:34 UTC (rev 849)
@@ -1,3 +1,10 @@
+lintian (1.23.30) UNRELEASED; urgency=low
+
+  * checks/common_data.pm:
+    + [RA] Add mktemp and sysvinit-utils as known essential packages.
+
+ -- Russ Allbery <rra@debian.org>  Sat, 21 Apr 2007 17:46:14 -0700
+
 lintian (1.23.29) unstable; urgency=low
 
   The "look at all the stuff that accumulated during the etch freeze"



Reply to: