From f17083b81e13822b7bc6535aad3188f8624dcaaa Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 16 Jul 2026 16:25:07 -0400 Subject: [PATCH] debian/rules: Also exclude librgw and radosgw from dwz Fixes: https://tracker.ceph.com/issues/78312 Signed-off-by: David Galloway --- debian/rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 393572ada38..ce9a07a7f65 100755 --- a/debian/rules +++ b/debian/rules @@ -56,8 +56,9 @@ ifeq ($(DWZ), false) override_dh_dwz: else override_dh_dwz: - # Exclude ceph-osd-crimson due to excessive debug info (too many DIEs) - dh_dwz -Xceph-osd-crimson + # Exclude ceph-osd-crimson, librgw, and radosgw due to excessive debug info (too many DIEs) + dh_dwz -Xceph-osd-crimson -Xlibrgw -Xradosgw + endif # for python3-${pkg} packages -- 2.47.3