[Pkg-ceph-commits] [ceph] 02/02: misc. control re-arrangements

Dmitry Smirnov onlyjob at moszumanska.debian.org
Sun Mar 30 07:43:24 UTC 2014


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

onlyjob pushed a commit to branch experimental
in repository ceph.

commit 2f4ab2a (experimental)
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Sun Mar 30 06:40:53 2014

    misc. control re-arrangements
---
 debian/control | 78 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

diff --git a/debian/control b/debian/control
index 8f314cf..9e6c981 100644
--- a/debian/control
+++ b/debian/control
@@ -85,6 +85,35 @@ Description: debugging symbols for ceph
  .
  This package contains the debugging symbols for ceph.
 
+Package: ceph-common
+Architecture: linux-any
+Depends: librbd1 (= ${binary:Version}),
+         python-ceph (= ${binary:Version}),
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
+Conflicts: ceph-client-tools
+Replaces: ceph-client-tools
+Suggests: ceph, ceph-mds
+Description: common utilities to mount and interact with a ceph storage cluster
+ Ceph is a distributed storage and file system designed to provide
+ excellent performance, reliability, and scalability.  This is a collection
+ of common tools that allow one to interact with and administer a Ceph cluster.
+
+Package: ceph-common-dbg
+Architecture: linux-any
+Section: debug
+Priority: extra
+Depends: ceph-common (= ${binary:Version}), ${misc:Depends}
+Conflicts: ceph-client-tools-dbg
+Replaces: ceph-client-tools-dbg
+Description: debugging symbols for ceph-common
+ Ceph is a distributed storage and file system designed to provide
+ excellent performance, reliability, and scalability.  This is a collection
+ of common tools that allow one to interact with and administer a Ceph cluster.
+ .
+ This package contains the debugging symbols for ceph-common.
+
 Package: ceph-mds
 Architecture: linux-any
 Depends: ceph, ${misc:Depends}, ${shlibs:Depends}
@@ -161,35 +190,6 @@ Description: debugging symbols for rbd-fuse
  .
  This package contains the debugging symbols for rbd-fuse.
 
-Package: ceph-common
-Architecture: linux-any
-Depends: librbd1 (= ${binary:Version}),
-         python-ceph (= ${binary:Version}),
-         ${misc:Depends},
-         ${python:Depends},
-         ${shlibs:Depends}
-Conflicts: ceph-client-tools
-Replaces: ceph-client-tools
-Suggests: ceph, ceph-mds
-Description: common utilities to mount and interact with a ceph storage cluster
- Ceph is a distributed storage and file system designed to provide
- excellent performance, reliability, and scalability.  This is a collection
- of common tools that allow one to interact with and administer a Ceph cluster.
-
-Package: ceph-common-dbg
-Architecture: linux-any
-Depends: ceph-common (= ${binary:Version}), ${misc:Depends}
-Conflicts: ceph-client-tools-dbg
-Replaces: ceph-client-tools-dbg
-Section: debug
-Priority: extra
-Description: debugging symbols for ceph-common
- Ceph is a distributed storage and file system designed to provide
- excellent performance, reliability, and scalability.  This is a collection
- of common tools that allow one to interact with and administer a Ceph cluster.
- .
- This package contains the debugging symbols for ceph-common.
-
 Package: ceph-fs-common
 Architecture: linux-any
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -205,11 +205,11 @@ Description: common utilities to mount and interact with a ceph file system
 
 Package: ceph-fs-common-dbg
 Architecture: linux-any
+Section: debug
+Priority: extra
 Depends: ceph-fs-common (= ${binary:Version}), ${misc:Depends}
 Conflicts: ceph-client-tools-dbg
 Replaces: ceph-client-tools-dbg
-Section: debug
-Priority: extra
 Description: debugging symbols for ceph-fs-common
  Ceph is a distributed network file system designed to provide
  excellent performance, reliability, and scalability.  This is a collection
@@ -220,8 +220,8 @@ Description: debugging symbols for ceph-fs-common
 
 Package: ceph-resource-agents
 Architecture: all
-Recommends: pacemaker
 Priority: extra
+Recommends: pacemaker
 Depends: ceph (>= ${binary:Version}), resource-agents, ${misc:Depends}
 Description: OCF-compliant resource agents for Ceph
  Ceph is a distributed storage and network file system designed to provide
@@ -232,10 +232,10 @@ Description: OCF-compliant resource agents for Ceph
  such as Pacemaker.
 
 Package: librados2
-Conflicts: libcrush, libcrush1, librados, librados1
-Replaces: libcrush, libcrush1, librados, librados1
 Architecture: linux-any
 Section: libs
+Conflicts: libcrush, libcrush1, librados, librados1
+Replaces: libcrush, libcrush1, librados, librados1
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Description: RADOS distributed object store client library
@@ -245,11 +245,11 @@ Description: RADOS distributed object store client library
  store using a simple file-like interface.
 
 Package: librados2-dbg
-Conflicts: libcrush1-dbg, librados1-dbg
-Replaces: libcrush1-dbg, librados1-dbg
 Architecture: linux-any
 Section: debug
 Priority: extra
+Conflicts: libcrush1-dbg, librados1-dbg
+Replaces: libcrush1-dbg, librados1-dbg
 Depends: librados2 (= ${binary:Version}), ${misc:Depends}
 Description: debugging symbols for librados2
  RADOS is a reliable, autonomic distributed object storage cluster
@@ -314,10 +314,10 @@ Description: RADOS block device client library (development files)
  link against librbd1.
 
 Package: libcephfs1
-Conflicts: libceph, libceph1, libcephfs
-Replaces: libceph, libceph1, libcephfs
 Architecture: linux-any
 Section: libs
+Conflicts: libceph, libceph1, libcephfs
+Replaces: libceph, libceph1, libcephfs
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Description: Ceph distributed file system client library
@@ -435,8 +435,8 @@ Description: Python libraries for the Ceph distributed filesystem
  RADOS object storage, and RBD (RADOS block device).
 
 Package: libcephfs-java
-Section: java
 Architecture: all
+Section: java
 Depends: libcephfs-jni (>= ${binary:Version}), ${java:Depends}, ${misc:Depends}
 Description: Java library for the Ceph File System
  Ceph is a distributed storage system designed to provide excellent

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list