From 97f466394eb8fe0f874e9f734ee7ef178e229575 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 28 Oct 2009 03:42:47 -0400 Subject: [PATCH] debian: Fix pre-depends relation for util-linux-ng Commit 06807d9 had a typo; we need util-linux-ng >= 2.15~rc1-1, not << 2.15~rc1-1! Signed-off-by: "Theodore Ts'o" --- debian/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control.in b/debian/control.in index 842d5d0..2d4439f 100644 --- a/debian/control.in +++ b/debian/control.in @@ -229,7 +229,7 @@ Description: ext2/ext3/ext4 file system libraries - headers and static libraries Package: e2fsprogs Essential: yes ifdef(`UTIL_LINUX_NG', -``Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, util-linux (<< 2.15~rc1-1) +``Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, util-linux (>= 2.15~rc1-1) '', ``Pre-Depends: ${shlibs:Depends}, ${misc:Depends} '')dnl -- 1.8.3.1