From 5c6c366d2abe771c581690270c2d176ebb30c571 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 3 Oct 2014 16:22:57 -0700 Subject: [PATCH] debian/control: fix python-ceph -> ceph file move to allow upgrades See fe3434f41cd09433975d7d0f9dbb2fae662e4a1b. Signed-off-by: Sage Weil --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8a6bee09ee90b..f0db89d4475e4 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 -- 2.39.5