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

Petter Reinholdtsen pere at alioth.debian.org
Sat Aug 1 19:26:06 UTC 2009


Author: pere
Date: 2009-08-01 19:26:06 +0000 (Sat, 01 Aug 2009)
New Revision: 1583

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/control
Log:
Make sysv-rc provide insserv to make it possible to drop the old insserv package.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-08-01 19:17:55 UTC (rev 1582)
+++ sysvinit/trunk/debian/changelog	2009-08-01 19:26:06 UTC (rev 1583)
@@ -14,13 +14,16 @@
     rcS.d/, no longer valid with dependency based boot sequencing.
   * 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
-    insserv to sysv-rc.  Make sysv-rc depend on insserv (>> 1.12.0-10)
-    for this.  Migration is now a one-way process.  Check previously
-    done by update-bootsystem-insserv is 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.
+  * Migrate the insserv binary and the code to enable dependency based
+    boot sequencing from the insserv package to sysv-rc, making the
+    insserv package obsolete.  Provide, replace and conflict with the
+    insserv package 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-01 19:17:55 UTC (rev 1582)
+++ sysvinit/trunk/debian/control	2009-08-01 19:26:06 UTC (rev 1583)
@@ -39,6 +39,7 @@
 Package: sysv-rc
 Architecture: any
 Recommends: lsb-base (>= 3.0-6)
+Provides: insserv
 Conflicts: file-rc, insserv
 Replaces: file-rc, insserv
 Suggests: sysv-rc-conf, bum




More information about the Pkg-sysvinit-commits mailing list