summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLaszlo Boszormenyi <gcs@debian.hu>2011-11-01 12:55:17 -0700
committerSage Weil <sage@newdream.net>2011-11-02 08:44:32 -0700
commitee34e09c6129297b3c4e9405138a4e3807d47118 (patch)
tree69dc10986a0939d1ac211891db5f9d5d0681c782 /debian/control
parent26787ce3e1568e0b110367e8e7783c7c009cf5e3 (diff)
downloadceph-ee34e09c6129297b3c4e9405138a4e3807d47118.tar.gz
debian: fix libceph1 -> libcephfs1 rename
Signed-off-by: Laszlo Boszormenyi <gcs@debian.hu>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 10 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 966f98bbe99..6de1580ba85 100644
--- a/debian/control
+++ b/debian/control
@@ -88,6 +88,8 @@ Description: debugging symbols for ceph-fuse
Package: ceph-common
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, librbd1 (= ${binary:Version})
+Conflicts: ceph-client-tools
+Replaces: ceph-client-tools
Suggests: ceph
Description: common utilities to mount and interact with a ceph filesystem
Ceph is a distributed network file system designed to provide
@@ -98,6 +100,8 @@ Description: common utilities to mount and interact with a ceph filesystem
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
@@ -189,8 +193,8 @@ Description: RADOS block device client library (development files)
link against librbd1.
Package: libcephfs1
-Conflicts: libcephfs
-Replaces: libcephfs
+Conflicts: libcephfs, libceph, libceph1
+Replaces: libcephfs, libceph, libceph1
Architecture: linux-any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -205,6 +209,8 @@ Architecture: linux-any
Section: debug
Priority: extra
Depends: libcephfs1 (= ${binary:Version}), ${misc:Depends}
+Conflicts: libceph1-dbg
+Replaces: libceph1-dbg
Description: debugging symbols for libcephfs1
Ceph is a distributed network file system designed to provide
excellent performance, reliability, and scalability. This is a
@@ -217,8 +223,8 @@ Package: libcephfs-dev
Architecture: linux-any
Section: libdevel
Depends: ${misc:Depends}, libcephfs1 (= ${binary:Version})
-Conflicts: libcephfs1-dev
-Replaces: libcephfs1-dev
+Conflicts: libcephfs1-dev, libceph1-dev, libceph-dev
+Replaces: libcephfs1-dev, libceph1-dev, libceph-dev
Description: Ceph distributed file system client library (development files)
Ceph is a distributed network file system designed to provide
excellent performance, reliability, and scalability. This is a