- golang-1.10 (1.10.5-1+rpi1) buster-staging; urgency=medium
++golang-1.10 (1.10.7-1+rpi1) buster-staging; urgency=medium
+
+ [changes brought forward from 1.10~rc2-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sat, 24 Feb 2018 12:22:04 +0000]
+ * Build with GOARM=6
+ * Disable testsuite.
+ * Fix clean target.
+
- -- Raspbian forward porter <root@raspbian.org> Mon, 03 Dec 2018 16:25:29 +0000
++ -- Raspbian forward porter <root@raspbian.org> Mon, 24 Dec 2018 21:00:40 +0000
++
+ golang-1.10 (1.10.7-1) unstable; urgency=medium
+
+ * New upstream version 1.10.7
+ * Override two false positive Lintian errors (missing depends
+ on sensible-utils)
+ * Add lintian overrides for testdata
+ * Include /usr/share/dpkg/architecture.mk for DEB_HOST_ARCH
+ * Fix Lintian warnings about wrong interpreter path
+ * Make two scripts executable which have been missed by upstream
+ * Update d/copyright
+ * Remove unused lintian overrides
+
+ -- Dr. Tobias Quathamer <toddy@debian.org> Sun, 16 Dec 2018 13:37:11 +0100
+
+ golang-1.10 (1.10.6-1) unstable; urgency=medium
+
+ * New upstream version 1.10.6
+ * Update gbp.conf to new style syntax
+ * Add myself to Uploaders
+ * Use debhelper v11
+ * Use HTTPS URL for d/watch
+ * Update to Standards-Version 4.2.1
+ - Use HTTPS for d/copyright
+
+ -- Dr. Tobias Quathamer <toddy@debian.org> Thu, 13 Dec 2018 23:13:52 +0100
golang-1.10 (1.10.5-1) unstable; urgency=medium
export GOROOT := $(CURDIR)
export GOROOT_FINAL := /usr/lib/go-$(GOVER)
export GOCACHE := off
+export GOARM := 6
- DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH 2>/dev/null)
+ # We need DEB_HOST_ARCH, so include the needed makefile snippet
+ include /usr/share/dpkg/architecture.mk
+
RUN_TESTS := true
# armel: ???
# ppc64: ???