From: Kefu Chai Date: Thu, 22 Jul 2021 09:56:52 +0000 (+0800) Subject: debian/control: depend on libjaeger only if X-Git-Tag: v17.1.0~1323^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8e1edd746f7ae89556acb2d239e0b0111c00384c;p=ceph.git 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 --- 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}),