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

Petter Reinholdtsen pere at alioth.debian.org
Mon Aug 3 21:58:14 UTC 2009


Author: pere
Date: 2009-08-03 21:58:13 +0000 (Mon, 03 Aug 2009)
New Revision: 1603

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/control
Log:
Correct and document the insserv dependency.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-08-03 21:56:38 UTC (rev 1602)
+++ sysvinit/trunk/debian/changelog	2009-08-03 21:58:13 UTC (rev 1603)
@@ -15,13 +15,14 @@
   * Make sysv-rc depend on initscripts (>= 2.86.ds1-63) to make sure we
     get scripts working with makefile style concurrent booting.
   * Migrate the code to enable dependency based boot sequencing from
-    the insserv package to sysv-rc.  Depend on insserv (>> ) for this.
-    Migration to dependency based boot sequencing is now a one-way
-    process, enabled when it is safe to do so.  Checks previously done
-    by update-bootsystem-insserv are now only done once in sysv-rc
-    postinst (Closes: #538934).  The change make it possible to remove
-    both sysv-rc and insserv (Closes: #538959) if other packages want
-    to take over the boot sequencing resposibility.
+    the insserv package to sysv-rc.  Depend on insserv (>> 1.12.0-10)
+    for this.  Migration to dependency based boot sequencing is now a
+    one-way process, enabled when it is safe to do so.  Checks
+    previously done by update-bootsystem-insserv are now only done
+    once in sysv-rc postinst (Closes: #538934).  The change make it
+    possible to remove both sysv-rc and insserv (Closes: #538959) if
+    other packages want to take over the boot sequencing
+    resposibility.
 
   [ Kel Modderman ]
   * Migrate from dpatch to quilt for patch management:

Modified: sysvinit/trunk/debian/control
===================================================================
--- sysvinit/trunk/debian/control	2009-08-03 21:56:38 UTC (rev 1602)
+++ sysvinit/trunk/debian/control	2009-08-03 21:58:13 UTC (rev 1603)
@@ -42,7 +42,7 @@
 Conflicts: file-rc
 Replaces: file-rc
 Suggests: sysv-rc-conf, bum
-Depends: sysvinit-utils (>= 2.86.ds1-62), insserv (>= 1.12.0-10), initscripts (>= 2.86.ds1-63)
+Depends: sysvinit-utils (>= 2.86.ds1-62), insserv (>> 1.12.0-10), initscripts (>= 2.86.ds1-63)
 Description: System-V-like runlevel change mechanism
  This package provides support for the System-V like system
  for booting, shutting down and changing runlevels,




More information about the Pkg-sysvinit-commits mailing list