diff -Nru libvigraimpex-1.10.0+dfsg/debian/changelog libvigraimpex-1.10.0+dfsg/debian/changelog --- libvigraimpex-1.10.0+dfsg/debian/changelog 2015-10-01 22:25:26.000000000 +0000 +++ libvigraimpex-1.10.0+dfsg/debian/changelog 2016-02-11 03:10:00.000000000 +0000 @@ -1,3 +1,9 @@ +libvigraimpex (1.10.0+dfsg-11+rpi1) stretch-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Thu, 11 Feb 2016 03:09:48 +0000 + libvigraimpex (1.10.0+dfsg-11) unstable; urgency=medium * Upload to unstable. diff -Nru libvigraimpex-1.10.0+dfsg/debian/rules libvigraimpex-1.10.0+dfsg/debian/rules --- libvigraimpex-1.10.0+dfsg/debian/rules 2015-10-01 22:25:26.000000000 +0000 +++ libvigraimpex-1.10.0+dfsg/debian/rules 2016-02-11 03:09:25.000000000 +0000 @@ -64,18 +64,18 @@ doc/changelog \ obj/build-stamp \ $(patsubst %,obj.%/build-stamp,$(shell pyversions -r)) -ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),) - ifneq (,$(filter $(DEB_HOST_ARCH_CPU),powerpc)) - : # run the tests, but ignore test results - -$(MAKE) -k -f debian/rules \ - obj/test-stamp \ - $(patsubst %,obj.%/test-stamp,$(shell pyversions -r)) - else - $(MAKE) -k -f debian/rules \ - obj/test-stamp \ - $(patsubst %,obj.%/test-stamp,$(shell pyversions -r)) - endif -endif +#ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),) +# ifneq (,$(filter $(DEB_HOST_ARCH_CPU),powerpc)) +# : # run the tests, but ignore test results +# -$(MAKE) -k -f debian/rules \ +# obj/test-stamp \ +# $(patsubst %,obj.%/test-stamp,$(shell pyversions -r)) +# else +# $(MAKE) -k -f debian/rules \ +# obj/test-stamp \ +# $(patsubst %,obj.%/test-stamp,$(shell pyversions -r)) +# endif +#endif obj/CMakeCache.txt: mkdir -p $(dir $(@))