diff -Nru binutils-2.32.51.20190821/debian/changelog binutils-2.32.51.20190821/debian/changelog --- binutils-2.32.51.20190821/debian/changelog 2019-08-22 07:49:59.000000000 +0000 +++ binutils-2.32.51.20190821/debian/changelog 2019-08-27 11:34:38.000000000 +0000 @@ -1,3 +1,10 @@ +binutils (2.32.51.20190821-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 Tue, 27 Aug 2019 11:34:38 +0000 + binutils (2.32.51.20190821-2) unstable; urgency=medium * Drop build dependency on g++-mips-linux-gnu. diff -Nru binutils-2.32.51.20190821/debian/rules binutils-2.32.51.20190821/debian/rules --- binutils-2.32.51.20190821/debian/rules 2019-08-21 17:08:05.000000000 +0000 +++ binutils-2.32.51.20190821/debian/rules 2019-08-27 11:34:38.000000000 +0000 @@ -523,7 +523,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))