diff options
author | Gary Lowell <glowell@inktank.com> | 2013-04-18 08:47:49 -0700 |
---|---|---|
committer | Gary Lowell <glowell@inktank.com> | 2013-04-18 10:41:38 -0700 |
commit | 7e4f80b12e86d0da9cedc1569c63d78cd27bb8ed (patch) | |
tree | c8a031fad5d4c56ca8b83ae85e5e99b264e4b294 /debian | |
parent | f4bc760776f6163f4109bb77b46bc0f1261f8800 (diff) | |
download | ceph-7e4f80b12e86d0da9cedc1569c63d78cd27bb8ed.tar.gz |
debian/control: Fix typo in libboost version number
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
Diffstat (limited to 'debian')
-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, |