From ed90b9839e161ab805cd010e90ee6cb7627def76 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 12 Jan 2025 18:53:04 +0000 Subject: [PATCH] Override dh_dwz (temporarily) With this commit, we can see with diffoscope that using the dh sequencer has not caused any functional changes to the output packages. Signed-off-by: Ian Jackson --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index a5900c8..b221fed 100755 --- a/debian/rules +++ b/debian/rules @@ -122,6 +122,8 @@ override_dh_shlibdeps: done; set -x; \ dh_shlibdeps -p chiark-utils-bin -- $$a +override_dh_dwz: + : execute_after_dh_fixperms: chmod u+s,o-x debian/chiark-really/usr/sbin/really -- 2.30.2