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

Petter Reinholdtsen pere at alioth.debian.org
Wed Aug 26 14:26:57 UTC 2009


Author: pere
Date: 2009-08-26 14:26:57 +0000 (Wed, 26 Aug 2009)
New Revision: 1638

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/control
Log:
Make sysv-rc break insserv (<= 1.12.0-10) to try to force insserv to be upgraded first, if both are installed.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-08-26 14:04:35 UTC (rev 1637)
+++ sysvinit/trunk/debian/changelog	2009-08-26 14:26:57 UTC (rev 1638)
@@ -19,13 +19,15 @@
   * Dependency based boot sequencing is now the default.  Move the
     code to migrate to dependency based boot sequencing during
     upgrades from the insserv package to the sysv-rc package.  Depend
-    on insserv (>> 1.12.0-10) for this.  Migration is a one-way
-    process, enabled after a debconf question during upgrades 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.
+    on insserv (>> 1.12.0-10) for this, and Break insserv (<=
+    1.12.0-10) to make sure insserv is upgraded first when both
+    sysv-rc and insserv is installed.  Migration is a one-way process,
+    enabled after a debconf question during upgrades 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.
   * Rewrite initscripts postinst to always use the update-rc.d script
     instead of the legacy updatercd() function which was used as a
     speed optimization no longer relevant when dependency based boot

Modified: sysvinit/trunk/debian/control
===================================================================
--- sysvinit/trunk/debian/control	2009-08-26 14:04:35 UTC (rev 1637)
+++ sysvinit/trunk/debian/control	2009-08-26 14:26:57 UTC (rev 1638)
@@ -43,6 +43,7 @@
 Replaces: file-rc
 Suggests: sysv-rc-conf, bum
 Depends:  ${misc:Depends}, sysvinit-utils (>= 2.86.ds1-62), insserv (>> 1.12.0-10), initscripts (>= 2.86.ds1-63)
+Breaks: insserv (<= 1.12.0-10)
 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