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

Thomas Hood jdthood-guest at costa.debian.org
Fri Jan 6 10:35:05 UTC 2006


Author: jdthood-guest
Date: 2006-01-06 10:35:04 +0000 (Fri, 06 Jan 2006)
New Revision: 537

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/control
Log:
For swapon the dependency has to be on mount, not util-linux

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-01-06 10:24:54 UTC (rev 536)
+++ sysvinit/trunk/debian/changelog	2006-01-06 10:35:04 UTC (rev 537)
@@ -24,7 +24,7 @@
   * /etc/default/rcS: Make VERBOSE and DELAYLOGIN default to "no"
   * /etc/default/rcS: Clean up and correct description of UTC variable
   * Remove obsolete docs
-  * Make initscripts Depend on util-linux >= 2.11x-1  (Closes: #345968)
+  * Make initscripts Depend on mount >= 2.11x-1  (Closes: #345968)
   * Remove obsolete dependencies on bsdutils, coreutils, dpkg, kbd and
     util-linux: the versions in question are older than oldstable, so
     any newly installed system and any system that has upgraded to

Modified: sysvinit/trunk/debian/control
===================================================================
--- sysvinit/trunk/debian/control	2006-01-06 10:24:54 UTC (rev 536)
+++ sysvinit/trunk/debian/control	2006-01-06 10:35:04 UTC (rev 537)
@@ -34,7 +34,7 @@
 
 Package: initscripts
 Architecture: any
-Depends: ${shlibs:Depends}, ${glibc:Depends}, ${mount:Depends}, e2fsprogs (>= 1.32+1.33-WIP-2003.04.14-1), debianutils (>= 2.13.1), lsb-base (>= 3.0-6), util-linux (>= 2.11x-1)
+Depends: ${shlibs:Depends}, ${glibc:Depends}, ${mount:Depends}, e2fsprogs (>= 1.32+1.33-WIP-2003.04.14-1), debianutils (>= 2.13.1), lsb-base (>= 3.0-6), mount (>= 2.11x-1)
 Conflicts: mdutils, sysv-rc (<< 2.86.ds1-1.2) 
 Replaces: mdutils, sysvinit (<< 2.85-12), libc6, libc6.1, libc0.1, libc0.3
 Description: Scripts for initializing and shutting down the system




More information about the Pkg-sysvinit-commits mailing list