From 8e1edd746f7ae89556acb2d239e0b0111c00384c Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 22 Jul 2021 17:56:52 +0800 Subject: [PATCH] debian/control: depend on libjaeger only if otherwise we'd have following failure when trying to install ceph packages if they are not built with pkg.ceph.jaeger profile: ceph-common : Depends: libjaeger (= 17.0.0-6321-g62349ba4-1focal) but it is not installable this change should address the regression introduced by 4b69d3a1844433845eb7000f56be72fb11f4e737 Signed-off-by: Kefu Chai --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index b7ed3809da31d..a3b6d524e41e8 100644 --- a/debian/control +++ b/debian/control @@ -373,7 +373,7 @@ Description: debugging symbols for ceph-mgr Package: ceph-mon Architecture: linux-any Depends: ceph-base (= ${binary:Version}), - libjaeger, + libjaeger , ${misc:Depends}, ${shlibs:Depends}, Replaces: ceph (<< 10), ceph-test (<< 12.2.2-14) @@ -607,8 +607,8 @@ Description: debugging symbols for rbd-nbd Package: ceph-common Architecture: linux-any -Depends: libjaeger (= ${binary:Version}), - librbd1 (= ${binary:Version}), +Depends: librbd1 (= ${binary:Version}), + libjaeger (= ${binary:Version}) , python3-cephfs (= ${binary:Version}), python3-ceph-argparse (= ${binary:Version}), python3-ceph-common (= ${binary:Version}), -- 2.39.5