diff -Nru glibc-2.22/debian/changelog glibc-2.22/debian/changelog --- glibc-2.22/debian/changelog 2016-06-26 22:51:44.000000000 +0000 +++ glibc-2.22/debian/changelog 2016-07-10 00:38:42.000000000 +0000 @@ -1,3 +1,9 @@ +glibc (2.22-13+rpi1) stretch-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Thu, 07 Jul 2016 10:30:22 +0000 + glibc (2.22-13) unstable; urgency=medium [ Aurelien Jarno ] diff -Nru glibc-2.22/debian/rules.d/build.mk glibc-2.22/debian/rules.d/build.mk --- glibc-2.22/debian/rules.d/build.mk 2016-06-26 21:42:38.000000000 +0000 +++ glibc-2.22/debian/rules.d/build.mk 2016-07-10 00:38:42.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 \