From: Sage Weil Date: Mon, 14 Jul 2014 21:16:43 +0000 (-0700) Subject: debian: move ceph-dencoder to ceph from ceph-common X-Git-Tag: v0.80.5~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f4e9e0ef2eab3174584f1695122b114549feff57;p=ceph.git debian: move ceph-dencoder to ceph from ceph-common It links against the world currently (notably leveldb). Not nice for the client-side lib. Signed-off-by: Sage Weil (cherry picked from commit b37e3bde3bd31287b11c069062280258666df7c5) --- diff --git a/debian/ceph-common.install b/debian/ceph-common.install index d49b4d790b93..c0fad777490b 100644 --- a/debian/ceph-common.install +++ b/debian/ceph-common.install @@ -3,7 +3,6 @@ etc/bash_completion.d/rbd usr/bin/ceph usr/bin/ceph-authtool usr/bin/ceph-conf -usr/bin/ceph-dencoder usr/bin/ceph-syn usr/bin/ceph-crush-location usr/bin/rados @@ -12,7 +11,6 @@ usr/bin/ceph-post-file usr/bin/ceph-brag usr/share/man/man8/ceph-authtool.8 usr/share/man/man8/ceph-conf.8 -usr/share/man/man8/ceph-dencoder.8 usr/share/man/man8/ceph-syn.8 usr/share/man/man8/ceph-post-file.8 usr/share/man/man8/ceph.8 diff --git a/debian/ceph.install b/debian/ceph.install index a0647a5f51e0..7bc60c01b9d3 100644 --- a/debian/ceph.install +++ b/debian/ceph.install @@ -12,6 +12,7 @@ usr/bin/ceph-mon usr/bin/ceph-osd usr/bin/ceph-run usr/bin/ceph-rest-api +usr/bin/ceph-dencoder usr/bin/ceph_mon_store_converter usr/bin/crushtool usr/bin/monmaptool @@ -31,3 +32,4 @@ usr/share/man/man8/crushtool.8 usr/share/man/man8/mkcephfs.8 usr/share/man/man8/monmaptool.8 usr/share/man/man8/osdmaptool.8 +usr/share/man/man8/ceph-dencoder.8