[Pkg-ceph-commits] [ceph] 13/14: Disable rbd-mirror package build until actually present in source code.

James Downing Page jamespage at moszumanska.debian.org
Mon Feb 29 09:26:50 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 0f5dc6f8d0c4f54b2fa94ca46614ecd49743ee20
Author: James Page <james.page at ubuntu.com>
Date:   Mon Feb 29 09:25:31 2016 +0000

    Disable rbd-mirror package build until actually present in source code.
---
 debian/control                                     | 48 +++++++++++-----------
 .../{rocksdb-ftbfs.patch => rocksdb-flags.patch}   |  0
 debian/rules                                       |  2 +-
 3 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/debian/control b/debian/control
index f63bddc..1237d6d 100644
--- a/debian/control
+++ b/debian/control
@@ -110,30 +110,30 @@ 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-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/patches/rocksdb-ftbfs.patch b/debian/patches/rocksdb-flags.patch
similarity index 100%
rename from debian/patches/rocksdb-ftbfs.patch
rename to debian/patches/rocksdb-flags.patch
diff --git a/debian/rules b/debian/rules
index 7a00f15..3f62d98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -142,7 +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-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