From 79f00a4b509e5a09f8875c8393bc01925632d4b4 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/78313 Signed-off-by: David Galloway (cherry picked from commit f17083b81e13822b7bc6535aad3188f8624dcaaa) (cherry picked from commit 789b62510d78b0aa7e42142ecb18033e560b70b8) Signed-off-by: Yuri Weinstein --- debian/rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 393572ada382..ce9a07a7f65f 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