summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGary Lowell <glowell@inktank.com>2013-04-16 21:14:18 -0700
committerGary Lowell <glowell@inktank.com>2013-04-18 10:41:20 -0700
commitf4bc760776f6163f4109bb77b46bc0f1261f8800 (patch)
tree33f55caa445a7cfd194b112d73cbc558d5b2e951 /debian
parenta0e457ae18624cc1bf0e48ec5060aec98fd94764 (diff)
downloadceph-f4bc760776f6163f4109bb77b46bc0f1261f8800.tar.gz
build: Add new package dependencies
Add libboost-system-dev (bug #4725). Add hdparm to rpm installation requirements. The hdparm command is used to determin if write-caching is enabled on the journal device. Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/control7
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 4a0d0ce9bc3..ddaf96b9f0a 100644
--- a/debian/control
+++ b/debian/control
@@ -16,9 +16,10 @@ Build-Depends: autoconf,
junit4,
libaio-dev,
libatomic-ops-dev,
- libboost-dev (>= 1.42),
- libboost-program-options-dev,
- libboost-thread-dev,
+ 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,