diff -Nru binutils-2.33.90.20200122/debian/changelog binutils-2.33.90.20200122/debian/changelog --- binutils-2.33.90.20200122/debian/changelog 2020-01-22 06:49:18.000000000 +0000 +++ binutils-2.33.90.20200122/debian/changelog 2020-01-31 19:01:44.000000000 +0000 @@ -1,3 +1,10 @@ +binutils (2.33.90.20200122-2+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 2.29-4+rpi1 by Peter Michael Green at Thu, 17 Aug 2017 15:41:49 +0000] + * Disable testsuite, it fails on our lxc based autobuilders. + + -- Raspbian forward porter Fri, 31 Jan 2020 19:01:44 +0000 + binutils (2.33.90.20200122-2) unstable; urgency=medium * libctf-nobfd0: Add Breaks/Replaces to libbinutils. Closes: #949454. diff -Nru binutils-2.33.90.20200122/debian/rules binutils-2.33.90.20200122/debian/rules --- binutils-2.33.90.20200122/debian/rules 2020-01-22 05:53:50.000000000 +0000 +++ binutils-2.33.90.20200122/debian/rules 2020-01-31 19:01:44.000000000 +0000 @@ -536,7 +536,7 @@ CONFARGS_TARGET_aarch64 = --enable-targets=aarch64_be-linux-gnu -with_check := yes +with_check := disabled by plugwash ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) # override buildd admins to run the testsuite anyway ... ifeq (,$(filter $(DEB_HOST_ARCH), m68k sh4))