diff -Nru nipy-0.4.2/debian/changelog nipy-0.4.2/debian/changelog
--- nipy-0.4.2/debian/changelog	2018-02-19 16:06:56.000000000 +0000
+++ nipy-0.4.2/debian/changelog	2018-03-01 06:12:23.000000000 +0000
@@ -1,3 +1,10 @@
+nipy (0.4.2-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>  Thu, 01 Mar 2018 06:12:23 +0000
+
 nipy (0.4.2-1) unstable; urgency=medium
 
   * Fresh upstream release
diff -Nru nipy-0.4.2/debian/rules nipy-0.4.2/debian/rules
--- nipy-0.4.2/debian/rules	2018-02-19 16:06:56.000000000 +0000
+++ nipy-0.4.2/debian/rules	2018-03-01 06:12:23.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 \