diff -Nru nipy-0.4.1/debian/changelog nipy-0.4.1/debian/changelog
--- nipy-0.4.1/debian/changelog	2017-07-31 01:20:58.000000000 +0000
+++ nipy-0.4.1/debian/changelog	2017-11-05 16:09:47.000000000 +0000
@@ -1,3 +1,10 @@
+nipy (0.4.1-1+rpi1) buster-staging; urgency=medium
+
+  [changes brought forward from 0.4.0+git26-gf8d3149-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sat, 04 Nov 2017 03:07:42 +0000]
+  * Disable testsuite.
+
+ -- Raspbian forward porter <root@raspbian.org>  Sun, 05 Nov 2017 16:09:47 +0000
+
 nipy (0.4.1-1) unstable; urgency=medium
 
   * Fresh upstream release
diff -Nru nipy-0.4.1/debian/rules nipy-0.4.1/debian/rules
--- nipy-0.4.1/debian/rules	2017-07-31 01:20:58.000000000 +0000
+++ nipy-0.4.1/debian/rules	2017-11-05 16:09:46.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 \