From: Sage Weil Date: Tue, 3 Mar 2009 17:32:01 +0000 (-0800) Subject: debian: fix dependencies X-Git-Tag: v0.7~66 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2f3a19e9fdbf7a91cc2fa7cc355f00d18b2ecd41;p=ceph.git debian: fix dependencies --- diff --git a/debian/control b/debian/control index 0c56ddf8b2d..61ac3b3b679 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.7.2 Package: ceph Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libedit, libboost +Depends: ${shlibs:Depends}, ${misc:Depends}, libedit2 Recommends: fuse-utils, ceph-fuse, ceph-kclient-source Description: Ceph distributed file system Ceph is a distributed network file system designed to provide @@ -15,7 +15,7 @@ Description: Ceph distributed file system Package: ceph-fuse Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libfuse +Depends: ${shlibs:Depends}, ${misc:Depends}, libfuse2 Description: Ceph distributed file system Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability.