From: Thomas Mueller Date: Mon, 2 Aug 2010 16:25:20 +0000 (-0700) Subject: debian: move mount.ceph to ceph-client-tools X-Git-Tag: v0.22~349 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c61a6c32f3ff1d318624215fac9fbaf1a73c17f9;p=ceph.git debian: move mount.ceph to ceph-client-tools Signed-off-by: Thomas Mueller Signed-off-by: Sage Weil --- diff --git a/debian/ceph-client-tools.install b/debian/ceph-client-tools.install new file mode 100644 index 000000000000..49b5dd571bac --- /dev/null +++ b/debian/ceph-client-tools.install @@ -0,0 +1,2 @@ +sbin/mount.ceph +usr/share/man/man8/mount.ceph.8 diff --git a/debian/ceph.install b/debian/ceph.install index dba002778e17..f20ac32cfc7a 100644 --- a/debian/ceph.install +++ b/debian/ceph.install @@ -13,7 +13,6 @@ usr/bin/cosd usr/bin/cauthtool usr/bin/rados usr/bin/rbd -sbin/mount.ceph sbin/mkcephfs usr/lib/ceph/ceph_common.sh usr/lib/rados-classes/* @@ -30,7 +29,6 @@ usr/share/man/man8/osdmaptool.8 usr/share/man/man8/monmaptool.8 usr/share/man/man8/cconf.8 usr/share/man/man8/ceph.8 -usr/share/man/man8/mount.ceph.8 usr/share/man/man8/cauthtool.8 usr/share/man/man8/rados.8 usr/share/man/man8/rbd.8 diff --git a/debian/control b/debian/control index f692baf22072..b8d4e7e441df 100644 --- a/debian/control +++ b/debian/control @@ -57,6 +57,26 @@ Description: debugging symbols for ceph-fuse . This package contains the debugging symbols for ceph-fuse. +Package: ceph-client-tools +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: ceph +Description: utilities to mount a ceph filesystem with the kernel client + Ceph is a distributed network file system designed to provide + excellent performance, reliability, and scalability. This is the mount + utility, that allows to mount the ceph fs with the kernel client. + +Package: ceph-client-tools-dbg +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: ceph +Description: utilities for mount ceph filesystem with kernel client + Ceph is a distributed network file system designed to provide + excellent performance, reliability, and scalability. This is the mount + utility, that allows to mount the ceph fs with the kernel client. + . + This package contains the debugging symbols for ceph-client-tools + Package: libcrush1 Conflicts: libcrush Replaces: libcrush