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

Thomas Hood jdthood-guest at costa.debian.org
Sun Jan 1 22:05:00 UTC 2006


Author: jdthood-guest
Date: 2006-01-01 22:04:59 +0000 (Sun, 01 Jan 2006)
New Revision: 493

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/control
Log:
Depend on libc6 rather than Pre-Depending on it

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-01-01 22:01:21 UTC (rev 492)
+++ sysvinit/trunk/debian/changelog	2006-01-01 22:04:59 UTC (rev 493)
@@ -18,6 +18,7 @@
   * Remove obsolete docs
   * Remove obsolete dependencies on last, bsdutils, dpkg, util-linux,
     coreutils, kbd, mdutils, libc0.1
+  * sysvinit: Depend on libc6 rather than Pre-Depending on it
   * Previous release also closes: #227540
 
   [ Petter Reinholdtsen ]

Modified: sysvinit/trunk/debian/control
===================================================================
--- sysvinit/trunk/debian/control	2006-01-01 22:01:21 UTC (rev 492)
+++ sysvinit/trunk/debian/control	2006-01-01 22:04:59 UTC (rev 493)
@@ -9,7 +9,8 @@
 Package: sysvinit
 Essential: yes
 Architecture: any
-Pre-Depends: ${shlibs:Depends}, initscripts, sysv-rc (>= 2.86.ds1-1.2) | file-rc (>> 0.7.0)
+Pre-Depends: initscripts, sysv-rc (>= 2.86.ds1-1.2) | file-rc (>> 0.7.0)
+Depends: ${shlibs:Depends}
 Description: System-V like init utilities
  The init program is the first process that runs when the
  system is booted. It continues to run as process number 1




More information about the Pkg-sysvinit-commits mailing list