diff -Nru nomad-0.12.10+dfsg1/debian/changelog nomad-0.12.10+dfsg1/debian/changelog --- nomad-0.12.10+dfsg1/debian/changelog 2021-02-05 05:14:14.000000000 +0000 +++ nomad-0.12.10+dfsg1/debian/changelog 2021-02-17 01:39:52.000000000 +0000 @@ -1,3 +1,9 @@ +nomad (0.12.10+dfsg1-1+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Wed, 17 Feb 2021 01:39:52 +0000 + nomad (0.12.10+dfsg1-1) unstable; urgency=medium * New upstream release. diff -Nru nomad-0.12.10+dfsg1/debian/rules nomad-0.12.10+dfsg1/debian/rules --- nomad-0.12.10+dfsg1/debian/rules 2021-01-11 10:05:28.000000000 +0000 +++ nomad-0.12.10+dfsg1/debian/rules 2021-02-17 01:39:52.000000000 +0000 @@ -56,10 +56,10 @@ dh_auto_build -v -- -a -tags "$(GOTAGS)" override_dh_auto_test: - $(MINUS)PATH="$(CURDIR)/_build/bin:$$PATH" \ - DH_GOLANG_EXCLUDES="${DH_GOLANG_EXCLUDES} client api command devices/gpu drivers/docker drivers/shared nomad/deploymentwatcher" \ - skipOnlineTestsEnvVar=1 \ - dh_auto_test -v --max-parallel=3 -- -short -failfast -timeout 7m -tags "$(GOTAGS)" + #$(MINUS)PATH="$(CURDIR)/_build/bin:$$PATH" \ + #DH_GOLANG_EXCLUDES="${DH_GOLANG_EXCLUDES} client api command devices/gpu drivers/docker drivers/shared nomad/deploymentwatcher" \ + #skipOnlineTestsEnvVar=1 \ + #dh_auto_test -v --max-parallel=3 -- -short -failfast -timeout 7m -tags "$(GOTAGS)" override_dh_auto_install: dh_auto_install --destdir=debian/tmp