[Initscripts-ng-commits] r962 - in /trunk/src/insserv/debian: changelog control

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sat Aug 22 09:05:05 UTC 2009


Author: pere
Date: Sat Aug 22 09:05:04 2009
New Revision: 962

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=962
Log:
  Use Breaks: sysv-rc (<= 2.87dsf-2) to make sure sysv-rc is upgraded
  before insserv to avoid incorrect update-rc.d behaviour during
  upgrades.

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/control

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=962&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Sat Aug 22 09:05:04 2009
@@ -12,6 +12,9 @@
     behave the same way.  update-rc.d-insserv should be removed in
     Squeeze+1.  update-bootsystem-insserv could be removed when
     sysv-rc 2.87dsf-2 has been gone from unstable for 3 months.
+    Use Breaks: sysv-rc (<= 2.87dsf-2) to make sure sysv-rc is upgraded
+    before insserv to avoid incorrect update-rc.d behaviour during
+    upgrades.
   * Drop dependencies on sysv-rc, initscripts and sysvinit-utils, and
     leave it for sysv-rc to pull in the packages needed for dependency
     based boot sequencing to work properly.

Modified: trunk/src/insserv/debian/control
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/control?rev=962&op=diff
==============================================================================
--- trunk/src/insserv/debian/control (original)
+++ trunk/src/insserv/debian/control Sat Aug 22 09:05:04 2009
@@ -13,6 +13,7 @@
 Package: insserv
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: sysv-rc (<= 2.87dsf-2)
 Suggests: bootchart
 Description: Tool to organize boot sequence using LSB init.d script dependencies
  The insserv program is used to update the order of symlinks in /etc/rc?.d/ with




More information about the Initscripts-ng-commits mailing list