From: Zack Cerza Date: Wed, 20 Nov 2024 00:45:25 +0000 (-0700) Subject: debian/rules: Disable dh_dwz if DWZ=false X-Git-Tag: testing/wip-vshankar-testing-20250411.090237-debug~7^2~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2b4044e9e95bec27297b7e5598843eaa9c1938cf;p=ceph-ci.git debian/rules: Disable dh_dwz if DWZ=false Signed-off-by: Zack Cerza --- diff --git a/debian/rules b/debian/rules index d3654160242..4285d4e64ed 100755 --- a/debian/rules +++ b/debian/rules @@ -49,6 +49,10 @@ ifneq (,$(filter with_system_libs,$(DEB_BUILD_OPTIONS))) extraopts += -DWITH_SYSTEM_PMDK=ON endif +ifeq ($(DWZ), false) +override_dh_dwz: +endif + # for python3-${pkg} packages py3_bindings := rados cephfs rbd rgw ceph-argparse ceph-common # for packages with its own py3dist-overrides files, those file should be named