diff options
author | Gary Lowell <glowell@inktank.com> | 2013-04-18 08:47:49 -0700 |
---|---|---|
committer | Gary Lowell <glowell@inktank.com> | 2013-04-18 08:47:49 -0700 |
commit | fd678eab782fb566d9dda30b8cb84e1d97ed469c (patch) | |
tree | a0176de3a9d217283da7ed9a37a13c7df25022e6 | |
parent | 69974a4dbd37eaafaf6e60542063e85454fb4f1c (diff) | |
download | ceph-fd678eab782fb566d9dda30b8cb84e1d97ed469c.tar.gz |
debian/control: Fix typo in libboost version number
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
-rw-r--r-- | debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index ddaf96b9f0a..98d0b37ffc1 100644 --- a/debian/control +++ b/debian/control @@ -16,10 +16,10 @@ Build-Depends: autoconf, junit4, libaio-dev, libatomic-ops-dev, - libboost-dev (>= 1.42~), - libboost-program-options-dev (>= 1.42~), - libboost-thread-dev (>= 1.42~), - libboost-system-dev (>= 1.42~), + libboost-dev (>= 1.42), + libboost-program-options-dev (>= 1.42), + libboost-thread-dev (>= 1.42), + libboost-system-dev (>= 1.42), libcurl4-gnutls-dev, libedit-dev, libexpat1-dev, |