]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
debian/rules: strip ceph-osd-classic and ceph-osd-crimson 68997/head
authorKefu Chai <k.chai@proxmox.com>
Tue, 19 May 2026 12:58:10 +0000 (20:58 +0800)
committerKefu Chai <k.chai@proxmox.com>
Tue, 19 May 2026 13:15:00 +0000 (21:15 +0800)
commit25448c211677af4cc3120584ce41a650427ef9e5
treee9d3053ae5dae286542b0fee97005812872b46a4
parent4d15f1ce0650d41c7291d2e843751b4fe3854869
debian/rules: strip ceph-osd-classic and ceph-osd-crimson

override_dh_strip enumerates each binary package explicitly. It was not
updated when ceph-osd was split into the ceph-osd-classic and
ceph-osd-crimson implementation packages, so the OSD binaries in those
two packages are shipped unstripped (ceph-osd-crimson installs at ~4.6
GiB) and their -dbg packages are left empty.

Add the missing dh_strip invocations so the OSD binaries are stripped
and their debug symbols land in the corresponding -dbg packages, as is
already done for every other binary package.

Fixes: a37b5b5bde8c
Signed-off-by: Kefu Chai <k.chai@proxmox.com>
debian/rules