diff -Nru globus-gass-copy-9.27/debian/changelog globus-gass-copy-9.27/debian/changelog --- globus-gass-copy-9.27/debian/changelog 2017-07-06 10:58:29.000000000 +0000 +++ globus-gass-copy-9.27/debian/changelog 2017-08-01 00:59:34.000000000 +0000 @@ -1,3 +1,9 @@ +globus-gass-copy (9.27-2+rpi1) buster-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Tue, 01 Aug 2017 00:59:34 +0000 + globus-gass-copy (9.27-2) unstable; urgency=medium * Migrate to dbgsym packages diff -Nru globus-gass-copy-9.27/debian/rules globus-gass-copy-9.27/debian/rules --- globus-gass-copy-9.27/debian/rules 2017-07-06 10:58:29.000000000 +0000 +++ globus-gass-copy-9.27/debian/rules 2017-08-01 00:59:34.000000000 +0000 @@ -52,7 +52,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