From: Kefu Chai Date: Tue, 12 May 2026 09:17:56 +0000 (+0800) Subject: debian: drop explicit libprotobuf dependency from ceph-osd-crimson X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F68857%2Fhead;p=ceph.git debian: drop explicit libprotobuf dependency from ceph-osd-crimson The ceph-osd-crimson package already lists ${shlibs:Depends} in its Depends field, which generates the correct libprotobuf dependency for the target distribution at build time (e.g. libprotobuf32t64 on Trixie/Noble). The hardcoded libprotobuf23 entry is redundant and breaks installations on distributions where protobuf ships under a different package name. See also ab4c5daead7f26d41028625453d50bb58d3b02be which added this runtime dep. Signed-off-by: Kefu Chai --- diff --git a/debian/control b/debian/control index 0f335519d024..a91675ae1555 100644 --- a/debian/control +++ b/debian/control @@ -493,7 +493,6 @@ Architecture: any Depends: ceph-base (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, - libprotobuf23, Recommends: ceph-volume (= ${binary:Version}), nvme-cli, smartmontools,