diff -Nru golang-1.7-1.7.3/debian/changelog golang-1.7-1.7.3/debian/changelog --- golang-1.7-1.7.3/debian/changelog 2016-10-19 20:10:52.000000000 +0000 +++ golang-1.7-1.7.3/debian/changelog 2016-10-26 00:22:03.000000000 +0000 @@ -1,3 +1,13 @@ +golang-1.7 (1.7.3-1+rpi1) stretch-staging; urgency=medium + + [changes brought forward from golang 2:1.5.3-1+rpi1 by Peter Michael Green at Thu, 21 Jan 2016 20:49:39 +0000] + * Force build for armv6. + + [changes introduced in golang 2:1.6.1-2+rpi1 by Peter Michael Green] + * Disable testsuite. + + -- Raspbian forward porter Wed, 26 Oct 2016 00:22:03 +0000 + golang-1.7 (1.7.3-1) unstable; urgency=medium * New upstream release. diff -Nru golang-1.7-1.7.3/debian/rules golang-1.7-1.7.3/debian/rules --- golang-1.7-1.7.3/debian/rules 2016-10-19 09:36:54.000000000 +0000 +++ golang-1.7-1.7.3/debian/rules 2016-10-26 00:22:03.000000000 +0000 @@ -6,6 +6,7 @@ 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