Whamcloud - gitweb
debian: Fix pre-depends relation for util-linux-ng
authorTheodore Ts'o <tytso@mit.edu>
Wed, 28 Oct 2009 07:42:47 +0000 (03:42 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 28 Oct 2009 07:42:47 +0000 (03:42 -0400)
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" <tytso@mit.edu>
debian/control.in

index 842d5d0..2d4439f 100644 (file)
@@ -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