[Initscripts-ng-commits] r909 - in /trunk/src/insserv/debian: changelog control patches/11_debian_conf.patch

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sat Jun 27 17:29:24 UTC 2009


Author: pere
Date: Sat Jun 27 17:29:22 2009
New Revision: 909

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=909
Log:
* Improve package description to make it more obvious that insserv
  is not activated when installed.
* Depend on sysvinit-utils (>= 2.86.ds1-62) to get a version of
  startpar that keep working even when /dev/pts is not yet mounted.
* Depend on the initscripts version we want (>= 2.86.ds1-63)
  (instead of conflicting with the version we do not want which can
  give upgrade problems), to get one with the X-Interactive flags
  set in the scripts.  Drop hostname, mountkernfs, mountdevsubfs,
  checkroot and checkfs from the list of interactive scripts.

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/control
    trunk/src/insserv/debian/patches/11_debian_conf.patch

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=909&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Sat Jun 27 17:29:22 2009
@@ -3,6 +3,15 @@
   * Update standards-version from 3.8.1 to 3.8.2.  No changes needed.
   * Fix wrong quote char in insserv(8) manual page.
   * Add required trailing slash to Vcs-Browser URL.
+  * Improve package description to make it more obvious that insserv
+    is not activated when installed.
+  * Depend on sysvinit-utils (>= 2.86.ds1-62) to get a version of
+    startpar that keep working even when /dev/pts is not yet mounted.
+  * Depend on the initscripts version we want (>= 2.86.ds1-63)
+    (instead of conflicting with the version we do not want which can
+    give upgrade problems), to get one with the X-Interactive flags
+    set in the scripts.  Drop hostname, mountkernfs, mountdevsubfs,
+    checkroot and checkfs from the list of interactive scripts.
 
  -- Petter Reinholdtsen <pere at debian.org>  Fri, 26 Jun 2009 21:51:21 +0200
 

Modified: trunk/src/insserv/debian/control
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/control?rev=909&op=diff
==============================================================================
--- trunk/src/insserv/debian/control (original)
+++ trunk/src/insserv/debian/control Sat Jun 27 17:29:22 2009
@@ -12,13 +12,12 @@
 
 Package: insserv
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, sysv-rc
+Depends: ${shlibs:Depends}, ${misc:Depends}, sysv-rc, initscripts (>= 2.86.ds1-63), sysvinit-utils (>= 2.86.ds1-62)
 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
- included in this package or added in /etc/insserv.
+ When enabled, this utility reorders the init.d boot scripts based on
+ dependencies given in scripts' LSB comment headers, or in override
+ files included in this package or added in /etc/insserv.
  .
  This package should be used with care, as incorrect or missing dependencies
  can lead to an unbootable system.

Modified: trunk/src/insserv/debian/patches/11_debian_conf.patch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/11_debian_conf.patch?rev=909&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/11_debian_conf.patch (original)
+++ trunk/src/insserv/debian/patches/11_debian_conf.patch Sat Jun 27 17:29:22 2009
@@ -50,4 +50,4 @@
  # Services which need to be interactive
  #
 -<interactive>   boot.crypto boot.localfs boot.rootfsck apache apache2 kdump
-+<interactive>   glibc hostname mountkernfs udev mountdevsubfs checkroot checkfs console-screen keymap keyboard-setup console-setup cryptdisks cryptdisks-early checkfs-loop
++<interactive>   glibc udev console-screen keymap keyboard-setup console-setup cryptdisks cryptdisks-early checkfs-loop




More information about the Initscripts-ng-commits mailing list