diff -Nru runc-1.0.0~rc9+dfsg1/debian/changelog runc-1.0.0~rc9+dfsg1/debian/changelog --- runc-1.0.0~rc9+dfsg1/debian/changelog 2019-10-09 08:09:07.000000000 +0000 +++ runc-1.0.0~rc9+dfsg1/debian/changelog 2019-10-15 17:37:31.000000000 +0000 @@ -1,3 +1,9 @@ +runc (1.0.0~rc9+dfsg1-1+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Tue, 15 Oct 2019 17:37:31 +0000 + runc (1.0.0~rc9+dfsg1-1) unstable; urgency=medium * New upstream release. diff -Nru runc-1.0.0~rc9+dfsg1/debian/rules runc-1.0.0~rc9+dfsg1/debian/rules --- runc-1.0.0~rc9+dfsg1/debian/rules 2019-09-09 14:31:41.000000000 +0000 +++ runc-1.0.0~rc9+dfsg1/debian/rules 2019-10-15 17:37:22.000000000 +0000 @@ -39,8 +39,8 @@ dh_auto_build -- -tags "$(TAGS)" -ldflags "$(LDFLAGS)" override_dh_auto_test: - DH_GOLANG_EXCLUDES="libcontainer/integration" \ - dh_auto_test -- -tags "$(TAGS)" + #DH_GOLANG_EXCLUDES="libcontainer/integration" \ + #dh_auto_test -- -tags "$(TAGS)" override_dh_dwz: :