From d15f1c3c14e54e1503e2ace7069c4009034099d5 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 11 Jan 2019 23:36:23 +0800 Subject: [PATCH] debian: librados-dev should replace librados2-dev the librados2 to librados3 transition does not change this. it's a regression introduced by 286ef1fe Signed-off-by: Kefu Chai --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 48ce3528cd854..63be976dc1bf7 100644 --- a/debian/control +++ b/debian/control @@ -494,9 +494,9 @@ Depends: librados3 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, Conflicts: librados1-dev, - librados3-dev, + librados2-dev, Replaces: librados1-dev, - librados3-dev, + librados2-dev, Description: RADOS distributed object store client library (development files) RADOS is a reliable, autonomic distributed object storage cluster developed as part of the Ceph distributed storage system. This is a -- 2.39.5