Author: kelmo-guest
Date: Wed Oct 29 11:04:59 2008
New Revision: 869

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=869
Log:
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.

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=869&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Wed Oct 29 11:04:59 2008
@@ -1,3 +1,11 @@
+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.
+
+ -- Kel Modderman <[EMAIL PROTECTED]>  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=869&op=diff
==============================================================================
--- trunk/src/insserv/debian/control (original)
+++ trunk/src/insserv/debian/control Wed Oct 29 11:04:59 2008
@@ -10,9 +10,8 @@
 
 Package: insserv
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, sysv-rc
+Depends: ${shlibs:Depends}, ${misc:Depends}, sysv-rc, initscripts (>= 
2.86.ds1-48)
 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


_______________________________________________
Initscripts-ng-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/initscripts-ng-commits

Reply via email to