[Pkg-sysvinit-commits] r231 - sysvinit/trunk/debian

Thomas Hood jdthood-guest at costa.debian.org
Thu Nov 24 11:30:55 UTC 2005


Author: jdthood-guest
Date: 2005-11-24 11:30:54 +0000 (Thu, 24 Nov 2005)
New Revision: 231

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/control
Log:
Remove unneeded sysvinit Dependency on coreutils; Depend on debianutils >= 2.13.1

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2005-11-24 10:26:17 UTC (rev 230)
+++ sysvinit/trunk/debian/changelog	2005-11-24 11:30:54 UTC (rev 231)
@@ -16,20 +16,22 @@
     mess up single-line-format messages printed by the log_ functions.
     I asked at http://lists.debian.org/debian-devel/2005/11/msg01309.html
     how this should be dealt with.
-  * Clean up indentation and formatting of all initscripts
   * Eliminate use of dir_writable from checkroot.sh and mountvirtfs in
     order to try to please selinux  (Closes: #333836)
   * Improve skeleton initscript
   * Shorten motd header  (Closes: #340017)
   * pidof: If the program is specified with a path, don't match processes
     of programs run from different paths  (Closes: #160329)
-  * Rotate dmesg log  (Closes: #237074)
+  * Rotate dmesg log with savelog (Closes: #237074)
+  * Depend on debianutils >= 2.13.1 in order to prevent #295850
   * checkfs.sh: Implement FSCKTYPES  (Closes: #89481)
     FSCKTYPES="ext2,msdos" to fsck only file system types ext2 and msdos
     See fsck(8) for syntax.  FSCKTYPES="none" disables fsck of file
     systems (other than the root filesystem) altogether.
   * init.8: Mention that entering runlevel 1 kills all processes
     (Closes: #238861)
+  * Remove unneeded sysvinit Dependency on coreutils  (Closes: #316423)
+  * Clean up indentation and formatting of all initscripts
 
  -- Petter Reinholdtsen <pere at debian.org>  Sat, 19 Nov 2005 21:11:34 +0100
 

Modified: sysvinit/trunk/debian/control
===================================================================
--- sysvinit/trunk/debian/control	2005-11-24 10:26:17 UTC (rev 230)
+++ sysvinit/trunk/debian/control	2005-11-24 11:30:54 UTC (rev 231)
@@ -10,7 +10,6 @@
 Essential: yes
 Architecture: any
 Pre-Depends: ${shlibs:Depends}, initscripts, sysv-rc (>= 2.86.ds1-1.2) | file-rc (>> 0.7.0)
-Depends: coreutils
 Conflicts: last
 Replaces: last, bsdutils (<=2.0-2)
 Description: System-V like init
@@ -32,7 +31,7 @@
 
 Package: initscripts
 Architecture: any
-Depends: ${shlibs:Depends}, ${glibc:Depends}, dpkg (>= 1.9.0), ${mount:Depends}, util-linux (>= 2.9t-2), e2fsprogs (>= 1.19-1), coreutils (>= 5.0.91-2), lsb-base (>= 3.0-6)
+Depends: ${shlibs:Depends}, ${glibc:Depends}, dpkg (>= 1.9.0), ${mount:Depends}, util-linux (>= 2.9t-2), e2fsprogs (>= 1.19-1), coreutils (>= 5.0.91-2), debianutils (>= 2.13.1), lsb-base (>= 3.0-6)
 Replaces: sysvinit (<< 2.85-12), libc6, libc6.1, libc0.1, libc0.3
 Conflicts: kbd (<< 0.95-2), mdutils (<< 0.35-9), sysv-rc (<< 2.86.ds1-1.2) 
 Description: Standard scripts needed for booting and shutting down




More information about the Pkg-sysvinit-commits mailing list