tags 551795 +pending
thanks

On Tue, Oct 20, 2009 at 08:32:32PM +0200, Sven Joachim wrote:
> Package: e2fsprogs
> Version: 1.41.9-1
> Severity: serious
> 
> Recently, the /sbin/fsck binary has moved from e2fsprogs to util-linux.
> While this is certainly correct in itself, e2fsprogs needs to
> (pre-)depend on a version of util-linux that contains the fsck program,
> otherwise it might get lost on partial upgrades breaking the system.
> 
> Looking at the util-linux changelog, 2.15~rc1-1 appears to be the first
> version to ship /sbin/fsck.

Thanks for pointing this out.  I've checked the following into my
source tree.

commit 06807d9fa62fe31525143b36fcff8f223e18829c
Author: Theodore Ts'o <ty...@mit.edu>
Date:   Sat Oct 24 15:04:54 2009 -0400

    debian: Add pre-depends for util-linux for util-linux-ng builds
    
    Addresses-Debian-Bug: #551795
    
    Signed-off-by: "Theodore Ts'o" <ty...@mit.edu>

diff --git a/debian/control.in b/debian/control.in
index 5d5142c..842d5d0 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -228,7 +228,11 @@ Description: ext2/ext3/ext4 file system libraries - 
headers and static libraries
 
 Package: e2fsprogs
 Essential: yes
-Pre-Depends: ${shlibs:Depends}, ${misc:Depends}
+ifdef(`UTIL_LINUX_NG',
+``Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, util-linux (<< 2.15~rc1-1)
+'',
+``Pre-Depends: ${shlibs:Depends}, ${misc:Depends}
+'')dnl
 Suggests: gpart, parted, e2fsck-static
 Conflicts: dump (<< 0.4b4-4), quota (<< 1.55-8.1), initscripts (<< 2.85-4), 
sysvinit (<< 2.85-4)
 Replaces: hurd (<= 20040301-1), libblkid1 (<< 1.38+1.39-WIP-2005.12.10-2), 
libuuid1 (<< 1.38+1.39-WIP-2005.12.10-2)




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to