diff -Nru golang-1.8-1.8.3/debian/changelog golang-1.8-1.8.3/debian/changelog --- golang-1.8-1.8.3/debian/changelog 2017-06-01 09:08:08.000000000 +0000 +++ golang-1.8-1.8.3/debian/changelog 2017-06-27 23:56:40.000000000 +0000 @@ -1,3 +1,10 @@ +golang-1.8 (1.8.3-1+rpi1) buster-staging; urgency=medium + + * Build with GOARM=6 + * Disable testsuite. + + -- Peter Michael Green Tue, 27 Jun 2017 23:56:40 +0000 + golang-1.8 (1.8.3-1) unstable; urgency=medium * New upstream release. (Closes: 863292, 863307) diff -Nru golang-1.8-1.8.3/debian/rules golang-1.8-1.8.3/debian/rules --- golang-1.8-1.8.3/debian/rules 2017-06-01 09:03:54.000000000 +0000 +++ golang-1.8-1.8.3/debian/rules 2017-06-27 23:56:19.000000000 +0000 @@ -6,9 +6,10 @@ export GOROOT := $(CURDIR) export GOROOT_FINAL := /usr/lib/go-$(GOVER) +export GOARM := 6 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH 2>/dev/null) -RUN_TESTS := true +RUN_TESTS := false # armel: ??? # ppc64: ??? ifneq (,$(filter armel ppc64,$(DEB_HOST_ARCH)))