[Pkg-ceph-commits] [ceph] 06/14: Add rbd-mirror package

James Downing Page jamespage at moszumanska.debian.org
Mon Feb 29 09:26:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch ubuntu-xenial
in repository ceph.

commit e2ec176d51d98b3c464db5e810112a731babcb9b
Author: James Page <james.page at ubuntu.com>
Date:   Fri Feb 26 21:56:20 2016 +0000

    Add rbd-mirror package
---
 debian/control            | 23 +++++++++++++++++++++++
 debian/rbd-mirror.install |  2 ++
 debian/rules              |  1 +
 3 files changed, 26 insertions(+)

diff --git a/debian/control b/debian/control
index 246e55c..4b06214 100644
--- a/debian/control
+++ b/debian/control
@@ -110,6 +110,29 @@ Description: debugging symbols for ceph
  .
  This package contains the debugging symbols for ceph.
 
+Package: rbd-mirror
+Architecture: linux-any
+Depends: ceph-common (= ${binary:Version}),
+         librados2 (= ${binary:Version}),
+         ${misc:Depends}, ${shlibs:Depends}
+Description: Ceph daemon for mirroring RBD images
+ Ceph is a distributed storage system designed to provide excellent
+ performance, reliability, and scalability.
+ .
+ This package provides a daemon for mirroring RBD images between
+ Ceph clusters, streaming changes asynchronously.
+
+Package: rbd-mirror-dbg
+Architecture: linux-any
+Section: debug
+Priority: extra
+Depends: rbd-mirror (= ${binary:Version}), ${misc:Depends}
+Description: debugging symbols for rbd-mirror
+ Ceph is a distributed storage system designed to provide excellent
+ performance, reliability, and scalability.
+ .
+ This package contains the debugging symbols for rbd-mirror.
+
 Package: rbd-nbd
 Architecture: linux-any
 Depends: ${misc:Depends}, ${shlibs:Depends}
diff --git a/debian/rbd-mirror.install b/debian/rbd-mirror.install
new file mode 100644
index 0000000..80f8210
--- /dev/null
+++ b/debian/rbd-mirror.install
@@ -0,0 +1,2 @@
+usr/bin/rbd-mirror
+usr/share/man/man8/rbd-mirror.8
diff --git a/debian/rules b/debian/rules
index bf98406..a36130a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -142,6 +142,7 @@ override_dh_strip:
 	dh_strip -pceph-mds --dbg-package=ceph-mds-dbg
 	dh_strip -pceph-fuse --dbg-package=ceph-fuse-dbg
 	dh_strip -prbd-fuse --dbg-package=rbd-fuse-dbg
+	dh_strip -prbd-mirror --dbg-package=rbd-mirror-dbg
 	dh_strip -prbd-nbd --dbg-package=rbd-nbd-dbg
 	dh_strip -pceph-common --dbg-package=ceph-common-dbg
 	dh_strip -pceph-fs-common --dbg-package=ceph-fs-common-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list