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

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Wed Oct 29 11:29:26 UTC 2008


Author: kelmo-guest
Date: Wed Oct 29 11:29:26 2008
New Revision: 871

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=871
Log:
revert r869 and r870, it is not conclusive that there is a problem with the Conflicts dependency.

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=871&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Wed Oct 29 11:29:26 2008
@@ -1,11 +1,3 @@
-insserv (1.12.0-5) unstable; urgency=low
-
-  * Depend on initscripts (>= 2.86.ds1-48) instead of conflicting with older
-    versions to avoid upgrade trouble but ensure the core system LSB scripts
-    have sane dependencies. (Closes: 501855)
-
- -- Kel Modderman <kel at otaku42.de>  Wed, 29 Oct 2008 21:02:34 +1000
-
 insserv (1.12.0-4) unstable; urgency=low
 
   [ Petter Reinholdtsen ]

Modified: trunk/src/insserv/debian/control
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/control?rev=871&op=diff
==============================================================================
--- trunk/src/insserv/debian/control (original)
+++ trunk/src/insserv/debian/control Wed Oct 29 11:29:26 2008
@@ -10,8 +10,9 @@
 
 Package: insserv
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, sysv-rc, initscripts (>= 2.86.ds1-48)
+Depends: ${shlibs:Depends}, ${misc:Depends}, sysv-rc
 Suggests: bootchart
+Conflicts: initscripts (<< 2.86.ds1-48)
 Description: boot sequence organizer using LSB init.d script dependencies
  This utility reorders the init.d boot scripts based on dependencies
  given in scripts' LSB comment headers, or in override files




More information about the Initscripts-ng-commits mailing list