From da302714ee4c5e12073c34d0a1318c2622c32a82 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Thu, 30 Apr 2026 16:07:32 +0000 Subject: [PATCH] skip dh_dwz --- debian/changelog | 4 +++- debian/rules | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index aa31fd4f98..2a13624600 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,8 +12,10 @@ rustc (1.94.1+dfsg1-1+rpi1) forky-staging; urgency=medium * Disable testsuite for arch all builds as well. [changes introduced in 1.91.1+dfsg1-1+rpi1 by Peter Michael Green] * Add armhf to the list of architectures where clang rt is unavailable. + [changes introduced in 1.94.1+dfsg1-1+rpi1 by Peter Michael Green] + * skip dh_dwz - -- Raspbian forward porter Thu, 30 Apr 2026 06:03:16 +0000 + -- Peter Michael Green Thu, 30 Apr 2026 16:07:11 +0000 rustc (1.94.1+dfsg1-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 98be31ebb9..b06f8d5865 100755 --- a/debian/rules +++ b/debian/rules @@ -591,7 +591,7 @@ override_dh_dwz: # otherwise rustc gets an empty multifile which lintian errors on, causing # FTP auto-reject. this is a work-around, the lintian bug is #955752 # double up the max entries count, else the build might fail.. - dh_dwz --no-dwz-multifile -- -L 100000000 + #dh_dwz --no-dwz-multifile -- -L 100000000 override_dh_makeshlibs: dh_makeshlibs -V -N $(LIBSTD_PKG) -- 2.30.2