From 88d4c1ce1223f72ccc88063b2a4299ea18f5aa50 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 12 May 2026 17:17:56 +0800 Subject: [PATCH] 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 --- debian/control | 1 - 1 file changed, 1 deletion(-) 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, -- 2.47.3