diff -u blacs-mpi-1.1/debian/changelog blacs-mpi-1.1/debian/changelog --- blacs-mpi-1.1/debian/changelog +++ blacs-mpi-1.1/debian/changelog @@ -1,3 +1,9 @@ +blacs-mpi (1.1-37+rpi1) stretch-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Sat, 01 Oct 2016 22:36:52 +0000 + blacs-mpi (1.1-37) unstable; urgency=medium * This revision is not running tests for i386, alpha, sh4. This avoids them diff -u blacs-mpi-1.1/debian/rules blacs-mpi-1.1/debian/rules --- blacs-mpi-1.1/debian/rules +++ blacs-mpi-1.1/debian/rules @@ -20,7 +20,7 @@ # This list is to avoid the problem caused by Caught signal ‘Terminated’: # terminating immediately in some build machines. -NO_TESTING = mips64el mipsel powerpc ppc64 sparc64 i386 alpha sh4 +NO_TESTING = mips64el mipsel powerpc ppc64 sparc64 i386 alpha sh4 armhf NO_TESTING_ARCH = $(shell dpkg-architecture -q DEB_BUILD_ARCH) $(info NO_TESTING_ARCH is $(NO_TESTING_ARCH))