diff -Nru glibc-2.23/debian/changelog glibc-2.23/debian/changelog --- glibc-2.23/debian/changelog 2016-07-03 19:59:45.000000000 +0000 +++ glibc-2.23/debian/changelog 2016-07-13 23:15:19.000000000 +0000 @@ -1,3 +1,10 @@ +glibc (2.23-1+rpi1) stretch-staging; urgency=medium + + [changes brought forward from 2.22-13+rpi1 by Peter Michael Green at Thu, 07 Jul 2016 10:30:22 +0000] + * Disable testsuite. + + -- Raspbian forward porter Wed, 13 Jul 2016 23:15:18 +0000 + glibc (2.23-1) unstable; urgency=medium [ Aurelien Jarno ] diff -Nru glibc-2.23/debian/rules.d/build.mk glibc-2.23/debian/rules.d/build.mk --- glibc-2.23/debian/rules.d/build.mk 2016-07-01 08:52:31.000000000 +0000 +++ glibc-2.23/debian/rules.d/build.mk 2016-07-13 23:15:19.000000000 +0000 @@ -115,7 +115,9 @@ $(patsubst %,check_%,$(GLIBC_PASSES)) :: check_% : $(stamp)check_% $(stamp)check_%: $(stamp)build_% @set -e ; \ - if [ -n "$(findstring nocheck,$(DEB_BUILD_OPTIONS))" ]; then \ + if true; then \ + echo "testsuite disabled" ;\ + elif [ -n "$(findstring 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 \