diff -Nru globus-gram-job-manager-14.36/debian/changelog globus-gram-job-manager-14.36/debian/changelog --- globus-gram-job-manager-14.36/debian/changelog 2017-07-06 10:58:31.000000000 +0000 +++ globus-gram-job-manager-14.36/debian/changelog 2017-07-31 22:47:54.000000000 +0000 @@ -1,3 +1,9 @@ +globus-gram-job-manager (14.36-2+rpi1) buster-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Mon, 31 Jul 2017 22:47:54 +0000 + globus-gram-job-manager (14.36-2) unstable; urgency=medium * Migrate to dbgsym packages diff -Nru globus-gram-job-manager-14.36/debian/rules globus-gram-job-manager-14.36/debian/rules --- globus-gram-job-manager-14.36/debian/rules 2017-07-06 10:58:31.000000000 +0000 +++ globus-gram-job-manager-14.36/debian/rules 2017-07-31 22:47:42.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