diff -Nru globus-io-11.9/debian/changelog globus-io-11.9/debian/changelog --- globus-io-11.9/debian/changelog 2017-07-06 10:58:35.000000000 +0000 +++ globus-io-11.9/debian/changelog 2017-08-01 01:31:38.000000000 +0000 @@ -1,3 +1,9 @@ +globus-io (11.9-2+rpi1) buster-staging; urgency=medium + + * Disable testsuite + + -- Peter Michael Green Tue, 01 Aug 2017 01:31:38 +0000 + globus-io (11.9-2) unstable; urgency=medium * Migrate to dbgsym packages diff -Nru globus-io-11.9/debian/rules globus-io-11.9/debian/rules --- globus-io-11.9/debian/rules 2017-07-06 10:58:35.000000000 +0000 +++ globus-io-11.9/debian/rules 2017-08-01 01:31:38.000000000 +0000 @@ -48,7 +48,7 @@ dh_testdir $(MAKE) -ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),) +ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),testsuitedisabled) GLOBUS_HOSTNAME=localhost $(MAKE) check VERBOSE=1 endif