From 726c6a147a14c00cf12eb6c6561655475282419f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 6 Oct 2014 15:50:51 -0700 Subject: [PATCH] debian/control: fix python-ceph -> ceph file move to allow upgrades This is a backport of 5c6c366d2abe771c581690270c2d176ebb30c571 with the version numbers changed, to compensate for the change in fe3434f41cd09433975d7d0f9dbb2fae662e4a1b (backported in bf1933e5c184476a354664c42fec834e9f59067c). Tested-by: Tamil Muthamizhan Signed-off-by: Sage Weil --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c3902e6430825..73fdb55bc953c 100644 --- a/debian/control +++ b/debian/control @@ -59,7 +59,8 @@ Depends: binutils, ${misc:Depends}, ${shlibs:Depends} Recommends: btrfs-tools, ceph-mds, librados2, librbd1 -Replaces: ceph-common (<< 0.78-500) +Replaces: ceph-common (<< 0.78-500), python-ceph (<< 0.80.6) +Breaks: python-ceph (<< 0.80.6) X-Python-Version: >= 2.6 Description: distributed storage and file system Ceph is a massively scalable, open-source, distributed @@ -419,6 +420,7 @@ Package: python-ceph Architecture: linux-any Section: python Depends: librados2, librbd1, ${misc:Depends}, ${python:Depends} +Replaced: ceph (<< 0.80.6) X-Python-Version: >= 2.6 Description: Python libraries for the Ceph distributed filesystem Ceph is a massively scalable, open-source, distributed -- 2.39.5