From 7909262f215b07f17e4d43c1a6b18c03d7b26a7a Mon Sep 17 00:00:00 2001 From: Mohammad Salehe Date: Wed, 2 Apr 2014 19:55:37 +0430 Subject: [PATCH] debian: fix control to allow upgrades Signed-off-by: Mohammad Salehe --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 68b8e75e05009..28848bd152a34 100644 --- a/debian/control +++ b/debian/control @@ -46,7 +46,7 @@ Standards-Version: 3.9.3 Package: ceph Architecture: linux-any Depends: binutils, - ceph-common (>= 0.67), + ceph-common (>= 0.78-500), cryptsetup-bin | cryptsetup, gdisk, parted, @@ -58,6 +58,7 @@ Depends: binutils, ${misc:Depends}, ${shlibs:Depends} Recommends: btrfs-tools, ceph-mds, librados2, librbd1 +Replaces: ceph-common (<< 0.78-500) X-Python-Version: >= 2.6 Description: distributed storage and file system Ceph is a distributed storage system designed to provide excellent @@ -160,7 +161,8 @@ Architecture: linux-any Depends: librbd1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, python-ceph (= ${binary:Version}), python-requests Conflicts: ceph-client-tools -Replaces: ceph-client-tools +Replaces: ceph-client-tools, ceph (<< 0.78-500) +Breaks: ceph (<< 0.78-500) 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 -- 2.39.5