Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06807d9
)
debian: Fix pre-depends relation for util-linux-ng
author
Theodore Ts'o
<tytso@mit.edu>
Wed, 28 Oct 2009 07:42:47 +0000
(
03:42
-0400)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/debian/control.in
b/debian/control.in
index
842d5d0
..
2d4439f
100644
(file)
--- 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