]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: fix control to allow upgrades 1581/head
authorMohammad Salehe <salehe+dev@gmail.com>
Wed, 2 Apr 2014 15:25:37 +0000 (19:55 +0430)
committerSage Weil <sage@inktank.com>
Wed, 2 Apr 2014 18:29:38 +0000 (11:29 -0700)
Signed-off-by: Mohammad Salehe <salehe+dev@gmail.com>
debian/control

index 68b8e75e05009592f76130656e60c6da3359d4f1..28848bd152a347a39dbfc82aa6b435871b356296 100644 (file)
@@ -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