From: David Galloway Date: Thu, 16 Jul 2026 20:25:07 +0000 (-0400) Subject: debian/rules: Also exclude librgw and radosgw from dwz X-Git-Tag: v21.1.0~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=79f00a4b509e5a09f8875c8393bc01925632d4b4;p=ceph.git 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 --- 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