diff -Nru gnuradio-3.7.10.1/debian/changelog gnuradio-3.7.10.1/debian/changelog
--- gnuradio-3.7.10.1/debian/changelog	2016-10-10 02:16:42.000000000 +0000
+++ gnuradio-3.7.10.1/debian/changelog	2017-07-28 22:44:35.000000000 +0000
@@ -1,3 +1,9 @@
+gnuradio (3.7.10.1-2+rpi1) buster-staging; urgency=medium
+
+  * disable testsuite.
+
+ -- Peter Michael Green <plugwash@raspbian.org>  Fri, 28 Jul 2017 22:44:35 +0000
+
 gnuradio (3.7.10.1-2) unstable; urgency=medium
 
   * update to v3.7.10.1-24-gea2aeca
diff -Nru gnuradio-3.7.10.1/debian/control gnuradio-3.7.10.1/debian/control
--- gnuradio-3.7.10.1/debian/control	2016-07-07 01:13:07.000000000 +0000
+++ gnuradio-3.7.10.1/debian/control	2017-07-28 22:44:35.000000000 +0000
@@ -17,7 +17,6 @@
                libboost-thread-dev,
                libcodec2-dev (>= 0.4),
 	       libcomedi-dev [!hurd-i386],
-               libcppunit-dev (>=1.9.14),
                libfftw3-dev,
                libfontconfig1-dev,
                libgsl-dev (>= 2.0),
@@ -55,6 +54,8 @@
                qt4-dev-tools,
                swig (>=1.3.31),
                xmlto
+Build-Conflicts:
+               libcppunit-dev
 Standards-Version: 3.9.8
 Homepage: http://gnuradio.org/
 Vcs-Git: https://anonscm.debian.org/git/users/bottoms/pkg-gnuradio.git
diff -Nru gnuradio-3.7.10.1/debian/rules gnuradio-3.7.10.1/debian/rules
--- gnuradio-3.7.10.1/debian/rules	2016-07-04 11:14:49.000000000 +0000
+++ gnuradio-3.7.10.1/debian/rules	2017-07-28 22:44:23.000000000 +0000
@@ -9,10 +9,10 @@
 	dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" -DPYTHON_EXECUTABLE:STRING="/usr/bin/python" -DENABLE_INTERNAL_VOLK=OFF
 
 override_dh_auto_test:
-	mkdir debian/test
-	mkdir debian/test/.gnuradio
-	- if case "$(DEB_BUILD_ARCH)" in *"i386"*) false;; *) true;; esac; then HOME=$(CURDIR)/debian/test dh_auto_test -- ARGS+='--timeout 10 -E systematic' ; fi
-	rm -rf debian/test
+	#mkdir debian/test
+	#mkdir debian/test/.gnuradio
+	#- if case "$(DEB_BUILD_ARCH)" in *"i386"*) false;; *) true;; esac; then HOME=$(CURDIR)/debian/test dh_auto_test -- ARGS+='--timeout 10 -E systematic' ; fi
+	#rm -rf debian/test
 
 # Doxygen's jquery.js isn't really jquery.js - look for upstream to ship doxygen.js soon instead.
 override_dh_auto_install: