diff -Nru golang-1.6-1.6.2/debian/changelog golang-1.6-1.6.2/debian/changelog --- golang-1.6-1.6.2/debian/changelog 2016-06-24 03:01:04.000000000 +0000 +++ golang-1.6-1.6.2/debian/changelog 2016-07-01 05:06:35.000000000 +0000 @@ -1,3 +1,13 @@ +golang-1.6 (1.6.2-2+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 Fri, 01 Jul 2016 05:06:35 +0000 + golang-1.6 (1.6.2-2) unstable; urgency=medium * Update "golang-any" in "Build-Depends" to fallback to "golang-go | gccgo" diff -Nru golang-1.6-1.6.2/debian/rules golang-1.6-1.6.2/debian/rules --- golang-1.6-1.6.2/debian/rules 2016-06-01 14:07:31.000000000 +0000 +++ golang-1.6-1.6.2/debian/rules 2016-07-01 05:06:35.000000000 +0000 @@ -6,9 +6,10 @@ export GOROOT := $(CURDIR) export GOROOT_FINAL := /usr/lib/go-$(GOVER) +export GOARM := 6 DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU 2>/dev/null) -RUN_TESTS := true +RUN_TESTS := false ifeq (ppc64, $(DEB_HOST_ARCH_CPU)) RUN_TESTS := false endif