]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
debian: drop explicit libprotobuf dependency from ceph-osd-crimson 68857/head
authorKefu Chai <k.chai@proxmox.com>
Tue, 12 May 2026 09:17:56 +0000 (17:17 +0800)
committerKefu Chai <k.chai@proxmox.com>
Tue, 12 May 2026 09:24:28 +0000 (17:24 +0800)
commit88d4c1ce1223f72ccc88063b2a4299ea18f5aa50
tree470bac3482d9e1a96e3129ea167b2a1b2bddd3e7
parentf0bc148defb1fa31a320ab107e841dbf005cb647
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 <k.chai@proxmox.com>
debian/control