[Pkg-ceph-commits] [ceph] 16/43: Add rbd-mirror package

Gaudenz Steinlin gaudenz at moszumanska.debian.org
Mon Aug 15 21:41:43 UTC 2016


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

gaudenz pushed a commit to branch jewel-gaudenz
in repository ceph.

commit 9f6f3bec42e6f6d456c6633e02c04ee77dd12cfe
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 39b3565..ed76b25 100644
--- a/debian/control
+++ b/debian/control
@@ -111,6 +111,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 1d51a47..b09d96d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -143,6 +143,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