diff -Nru nipy-0.4.2/debian/changelog nipy-0.4.2/debian/changelog --- nipy-0.4.2/debian/changelog 2019-01-10 16:05:31.000000000 +0000 +++ nipy-0.4.2/debian/changelog 2019-01-18 12:21:24.000000000 +0000 @@ -1,3 +1,10 @@ +nipy (0.4.2-2+rpi1) buster-staging; urgency=medium + + [changes brought forward from 0.4.0+git26-gf8d3149-2+rpi1 by Peter Michael Green at Sat, 04 Nov 2017 03:07:42 +0000] + * Disable testsuite. + + -- Raspbian forward porter Fri, 18 Jan 2019 12:21:24 +0000 + nipy (0.4.2-2) unstable; urgency=medium * Cherry picked a number of fixes from upstream/PRs to become a part of the diff -Nru nipy-0.4.2/debian/rules nipy-0.4.2/debian/rules --- nipy-0.4.2/debian/rules 2019-01-10 16:05:31.000000000 +0000 +++ nipy-0.4.2/debian/rules 2019-01-18 12:21:24.000000000 +0000 @@ -53,7 +53,7 @@ # dh_auto_install test: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) : # I: Unittest only the default python version for now against "installed" materials cd debian; \ PATH=$(CURDIR)/debian/tmp/usr/bin/:$$PATH \