install: install libcephfs1[-dbg]

Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2013-02-20 16:27:52 -08:00
parent 28f11d037f
commit ecb563b221

View File

@ -157,9 +157,11 @@ def install(ctx, config):
'radosgw',
'radosgw-dbg',
'python-ceph',
'libcephfs1',
'libcephfs1-dbg',
]
# install lib deps (so we explicitly specify version), but do not
# uninstall them, as
# uninstall them, as other packages depend on them (e.g., kvm)
debs_install = debs + [
'librados2',
'librados2-dbg',