From 75db1096d745bf9c1e01daf09425983afca6016d Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 13 Dec 2020 11:02:34 -0400 Subject: [PATCH] debian: disable dwz for ruby extensions The dreaded "dwarf 0" bug is fixed in later binutils, but not in buster. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index fa0551a9..bc90d200 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,9 @@ override_dh_auto_configure: override_dh_auto_test: dh_auto_test -- V=1 +override_dh_dwz: + dh_dwz -Xruby + override_dh_auto_build: dh_auto_build -- V=1 PYBUILD_NAME=notmuch dh_auto_build --buildsystem=pybuild --sourcedirectory bindings/python -- 2.43.0