diff options
author | Sage Weil <sage@inktank.com> | 2013-02-27 09:45:02 -0800 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-02-27 09:45:02 -0800 |
commit | d9d075e976961799b1a641dd4d4cb0d328dfd971 (patch) | |
tree | aa37d53f5649d5c1701375244e7a4db2b7266013 /debian | |
parent | 0449c3ae6981bcac077fe97ef59fa4973d6f98a4 (diff) | |
download | ceph-d9d075e976961799b1a641dd4d4cb0d328dfd971.tar.gz |
debian: let dpkg calculate the shlibs dep for leveldb (if any)
Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 14b51505b4f..ea1a7524f5d 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Standards-Version: 3.9.3 Package: ceph Architecture: linux-any -Depends: ${shlibs:Depends}, ${misc:Depends}, sdparm | hdparm, binutils, ceph-common, uuid-runtime, python, xfsprogs, gdisk, parted, libleveldb1 +Depends: ${shlibs:Depends}, ${misc:Depends}, sdparm | hdparm, binutils, ceph-common, uuid-runtime, python, xfsprogs, gdisk, parted Recommends: ceph-mds, librados2, librbd1, btrfs-tools Description: distributed storage and file system Ceph is a distributed storage system designed to provide excellent |