From: Sage Weil Date: Fri, 3 Oct 2014 23:22:57 +0000 (-0700) Subject: debian/control: fix python-ceph -> ceph file move to allow upgrades X-Git-Tag: v0.86~2^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5c6c366d2abe771c581690270c2d176ebb30c571;p=ceph.git debian/control: fix python-ceph -> ceph file move to allow upgrades See fe3434f41cd09433975d7d0f9dbb2fae662e4a1b. Signed-off-by: Sage Weil --- diff --git a/debian/control b/debian/control index 8a6bee09ee90..f0db89d4475e 100644 --- a/debian/control +++ b/debian/control @@ -65,7 +65,8 @@ Depends: binutils, ${misc:Depends}, ${shlibs:Depends} Recommends: btrfs-tools, ceph-mds, librados2, libradosstriper1, librbd1 -Replaces: ceph-common (<< 0.78-500) +Replaces: ceph-common (<< 0.78-500), python-ceph (<< 0.85-979) +Breaks: python-ceph (<< 0.85-979) X-Python-Version: >= 2.6 Description: distributed storage and file system Ceph is a massively scalable, open-source, distributed @@ -458,6 +459,7 @@ Package: python-ceph Architecture: linux-any Section: python Depends: librados2, librbd1, libcephfs1, ${misc:Depends}, ${python:Depends} +Replaces: ceph (<< 0.85-979) X-Python-Version: >= 2.6 Description: Python libraries for the Ceph distributed filesystem Ceph is a massively scalable, open-source, distributed