[Pkg-sysvinit-commits] r525 - in sysvinit/trunk/debian: . patches

Thomas Hood jdthood-guest at costa.debian.org
Wed Jan 4 15:53:54 UTC 2006


Author: jdthood-guest
Date: 2006-01-04 15:53:53 +0000 (Wed, 04 Jan 2006)
New Revision: 525

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/control
   sysvinit/trunk/debian/patches/91_sulogin_lockedpw.dpatch
Log:
Fix #345968

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-01-04 15:45:20 UTC (rev 524)
+++ sysvinit/trunk/debian/changelog	2006-01-04 15:53:53 UTC (rev 525)
@@ -21,6 +21,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)
   * 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-04 15:45:20 UTC (rev 524)
+++ sysvinit/trunk/debian/control	2006-01-04 15:53:53 UTC (rev 525)
@@ -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)
+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)
 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

Modified: sysvinit/trunk/debian/patches/91_sulogin_lockedpw.dpatch
===================================================================
--- sysvinit/trunk/debian/patches/91_sulogin_lockedpw.dpatch	2006-01-04 15:45:20 UTC (rev 524)
+++ sysvinit/trunk/debian/patches/91_sulogin_lockedpw.dpatch	2006-01-04 15:53:53 UTC (rev 525)
@@ -3,7 +3,7 @@
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Make sure file systems can be fixed on machines with locked
-## DP: root accounts too, by pressenting a shell in these cases.
+## DP: root accounts too, by presenting a shell in these cases.
 ## DP: Patch from Ubuntu and Thom May.  Fixes debian bug #326678.
 
 @DPATCH@




More information about the Pkg-sysvinit-commits mailing list