From: Hector Martin Date: Tue, 1 Dec 2015 14:28:17 +0000 (+0900) Subject: debian/control: make python-rbd depend on minimum librbd version X-Git-Tag: v10.0.2~70^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8655cca10b5651d92d55d40694bb61da3e2ff85c;p=ceph.git debian/control: make python-rbd depend on minimum librbd version As the Cython bindings build to a binary module, backwards compatibility with older librbd ABIs at runtime is not possible, so depend on at least the same version (or newer). Signed-off-by: Hector Martin --- diff --git a/debian/control b/debian/control index 4581619a49e..357787638fb 100644 --- a/debian/control +++ b/debian/control @@ -503,7 +503,7 @@ Description: Python libraries for the Ceph librados library Package: python-rbd Architecture: linux-any Section: python -Depends: librbd1, ${misc:Depends}, ${python:Depends} +Depends: librbd1 (>= ${binary:Version}), ${misc:Depends}, ${python:Depends} Replaces: python-ceph (<< 0.92-1223) Breaks: python-ceph (<< 0.92-1223) X-Python-Version: >= 2.6