diff -Nru glibc-2.25/debian/changelog glibc-2.25/debian/changelog --- glibc-2.25/debian/changelog 2017-11-21 23:14:20.000000000 +0000 +++ glibc-2.25/debian/changelog 2017-11-29 03:00:21.000000000 +0000 @@ -1,3 +1,9 @@ +glibc (2.25-2+rpi1) buster-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Wed, 29 Nov 2017 03:00:21 +0000 + glibc (2.25-2) unstable; urgency=medium [ Aurelien Jarno ] diff -Nru glibc-2.25/debian/rules glibc-2.25/debian/rules --- glibc-2.25/debian/rules 2017-11-21 23:13:08.000000000 +0000 +++ glibc-2.25/debian/rules 2017-11-29 03:00:12.000000000 +0000 @@ -97,7 +97,7 @@ BASE_MIG = mig DEB_GCC_VERSION ?= -6 -RUN_TESTSUITE = yes +RUN_TESTSUITE = no # Set cross and native compiler names, including version. CC = $(DEB_HOST_GNU_TYPE)-$(BASE_CC)$(DEB_GCC_VERSION) -no-pie -fno-PIE