From 8655cca10b5651d92d55d40694bb61da3e2ff85c Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Tue, 1 Dec 2015 23:28:17 +0900 Subject: [PATCH] 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 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 4581619a49e82..357787638fbf3 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 -- 2.39.5