From patchwork Fri Jul 30 07:50:19 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Mueller X-Patchwork-Id: 115423 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o6U7oXJQ023720 for ; Fri, 30 Jul 2010 07:50:33 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753391Ab0G3Hu3 (ORCPT ); Fri, 30 Jul 2010 03:50:29 -0400 Received: from mail.muellerit.ch ([92.51.129.153]:56858 "EHLO mail.muellerit.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750899Ab0G3Hu2 (ORCPT ); Fri, 30 Jul 2010 03:50:28 -0400 X-Virus-Scanned: amavisd-new at mail.muellerit.ch Received: from mail.muellerit.ch ([127.0.0.1]) by localhost (mail.muellerit.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id r63gfvR7sy0w for ; Fri, 30 Jul 2010 09:50:22 +0200 (CEST) Received: from gargelblaster.mit.local (zux221-125-110.adsl.green.ch [81.221.125.110]) by mail.muellerit.ch (Postfix) with ESMTPSA id 58B85792402E for ; Fri, 30 Jul 2010 09:50:22 +0200 (CEST) Received: by gargelblaster.mit.local (Postfix, from userid 1000) id 5C95720135E8; Fri, 30 Jul 2010 09:50:21 +0200 (CEST) From: Thomas Mueller To: ceph-devel@vger.kernel.org Cc: Thomas Mueller Subject: [PATCH] debian: create standalone client-tools package for mount.ceph Date: Fri, 30 Jul 2010 09:50:19 +0200 Message-Id: <1280476219-16538-1-git-send-email-thomas@chaschperli.ch> X-Mailer: git-send-email 1.7.1 Sender: ceph-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Fri, 30 Jul 2010 07:50:33 +0000 (UTC) diff --git a/debian/ceph-client-tools.install b/debian/ceph-client-tools.install new file mode 100644 index 0000000..49b5dd5 --- /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 e0dcf89..c8c7a2a 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 usr/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 53de537..38d4fac 100644 --- a/debian/control +++ b/debian/control @@ -56,6 +56,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