diff -Nru glibc-2.24/debian/changelog glibc-2.24/debian/changelog --- glibc-2.24/debian/changelog 2016-11-25 22:09:39.000000000 +0000 +++ glibc-2.24/debian/changelog 2016-12-04 07:47:11.000000000 +0000 @@ -1,3 +1,10 @@ +glibc (2.24-7+rpi1) stretch-staging; urgency=medium + + [changes brought forward from 2.24-5+rpi1 by Peter Michael Green at Wed, 26 Oct 2016 00:35:58 +0000] + * Disable testsuite. + + -- Raspbian forward porter Sun, 04 Dec 2016 07:47:11 +0000 + glibc (2.24-7) unstable; urgency=medium [ Samuel Thibault ] diff -Nru glibc-2.24/debian/rules.d/build.mk glibc-2.24/debian/rules.d/build.mk --- glibc-2.24/debian/rules.d/build.mk 2016-11-25 12:02:24.000000000 +0000 +++ glibc-2.24/debian/rules.d/build.mk 2016-12-04 07:47:11.000000000 +0000 @@ -113,7 +113,9 @@ $(patsubst %,check_%,$(GLIBC_PASSES)) :: check_% : $(stamp)check_% $(stamp)check_%: $(stamp)build_% @set -e ; \ - if [ -n "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ]; then \ + if true; then \ + echo testsuite disabled ; \ + elif [ -n "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ]; then \ echo "Tests have been disabled via DEB_BUILD_OPTIONS." ; \ elif [ $(call xx,configure_build) != $(call xx,configure_target) ] && \ ! $(DEB_BUILDDIR)/elf/ld.so $(DEB_BUILDDIR)/libc.so >/dev/null 2>&1 ; then \