-golang-1.10 (1.10.7-2+rpi1) buster-staging; urgency=medium
++golang-1.11 (1.11.4-4+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]
++ [changes brought forward from golang-1.10 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> Thu, 03 Jan 2019 10:55:36 +0000
++ -- Peter Micheal Green <plugwash@raspbian.org> Thu, 03 Jan 2019 10:55:36 +0000
+
-golang-1.10 (1.10.7-2) unstable; urgency=medium
+golang-1.11 (1.11.4-4) unstable; urgency=medium
- [ Dr. Tobias Quathamer ]
- * Switch team address to tracker.d.o
- * Do not compress favicon.ico.
- Thanks to Dato Simó <dato@debian.org> (Closes: #917132)
- * Update patches for git-buildpackage
+ * Team upload.
+ * Add patch "unix: fix Fstatat by using fillStat_t on linux/mips64x"
+ This fixes the "Fstatat: returned stat does not match Stat/Lstat"
+ errors detected by TestFstatat.
+ See https://go-review.googlesource.com/c/sys/+/155747
+ * Re-enable TestFstatat on mips64el
- [ Anthony Fok ]
- * Bump Standards-Version to 4.3.0 (no change)
+ -- Anthony Fok <foka@debian.org> Fri, 28 Dec 2018 11:39:40 -0700
- -- Dr. Tobias Quathamer <toddy@debian.org> Fri, 28 Dec 2018 16:11:01 +0100
+golang-1.11 (1.11.4-3) unstable; urgency=medium
-golang-1.10 (1.10.7-1) unstable; urgency=medium
+ * Team upload.
+ * Add patch "cmd/compile: fix MIPS SGTconst-with-shift rules"
+ by Cherry Zhang. This fixes the root problem behind the
+ "slice bounds out of range" build error seen in 1.11.4
+ on mips and mipsel architectures.
+ See https://go-review.googlesource.com/c/go/+/155798
+ * Bump Standards-Version to 4.3.0 (no change)
- * 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
+ -- Anthony Fok <foka@debian.org> Wed, 26 Dec 2018 00:24:18 -0700
- -- Dr. Tobias Quathamer <toddy@debian.org> Sun, 16 Dec 2018 13:37:11 +0100
+golang-1.11 (1.11.4-2) unstable; urgency=medium
-golang-1.10 (1.10.6-1) unstable; urgency=medium
+ * Switch team address to tracker.d.o
+ * Update patches for git-buildpackage
+ * Add new patch to disable test for mips64el
+ * Do not compress favicon.ico.
+ Thanks to Dato Simó <dato@debian.org> (Closes: #917132)
- * 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> Sun, 23 Dec 2018 19:26:45 +0100
- -- Dr. Tobias Quathamer <toddy@debian.org> Thu, 13 Dec 2018 23:13:52 +0100
+golang-1.11 (1.11.4-1) unstable; urgency=medium
-golang-1.10 (1.10.5-1) unstable; urgency=medium
+ * New upstream version 1.11.4
+ * Make lintian override agnostic of golang version
- * Team upload.
+ -- Dr. Tobias Quathamer <toddy@debian.org> Sun, 16 Dec 2018 13:48:52 +0100
- [ Jelmer Vernooij ]
- * Suggest brz as alternative to bzr; it provides the same command-line API.
+golang-1.11 (1.11.3-1) unstable; urgency=medium
- [ Dr. Tobias Quathamer ]
- * New upstream version 1.10.5
- * Refresh patch
+ * New upstream version 1.11.3
+ - Refresh patches
+ * Update gbp.conf to new style syntax
+ * Suggest brz as alternative to bzr; it provides the same command-line API.
+ * Add myself to Uploaders
- -- Dr. Tobias Quathamer <toddy@debian.org> Mon, 26 Nov 2018 22:50:39 +0100
+ -- Dr. Tobias Quathamer <toddy@debian.org> Thu, 13 Dec 2018 23:23:40 +0100
-golang-1.10 (1.10.4-2) unstable; urgency=medium
+golang-1.11 (1.11.2-2) unstable; urgency=medium
* d/patches/arm64-arm64asm-recognise-new-ssbb-pssbb-mnemonics-fr.patch:
- backport another ftbfs fix from upstream.
+ backport workaround for objdump's support of newer mnemonics on arm64.
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org> Mon, 26 Nov 2018 13:24:37 +1300
- -- Michael Hudson-Doyle <mwhudson@debian.org> Fri, 21 Sep 2018 11:30:09 +0200
+golang-1.11 (1.11.2-1) unstable; urgency=medium
+
+ * Team upload.
-golang-1.10 (1.10.4-1) unstable; urgency=medium
+ [ Michael Hudson-Doyle ]
+ * New upstream major version.
+ * Update debhelper compat level to 11.
+ * Remove GOCACHE files after running tests.
+ * Stop dh_strip_nondeterminism from looking at testdata directories.
- * New upstream version.
- * d/patches/only-consider-executable-segments.patch: backport ftbfs fix from
- upstream.
+ [ Dr. Tobias Quathamer ]
+ * Build-Depend on debhelper v11
+ * 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
+ * Refresh patch for new upstream version
+ * Fix Lintian warnings about wrong interpreter path
+ * Make two scripts executable which have been missed by upstream
+ * Remove three unneeded lintian overrides
+ * Use HTTPS URL for d/watch
+ * Update to Standards-Version 4.2.1
+ - Use HTTPS for d/copyright
+ * Update d/copyright
- -- Michael Hudson-Doyle <mwhudson@debian.org> Wed, 19 Sep 2018 10:03:11 +0200
+ -- Dr. Tobias Quathamer <toddy@debian.org> Tue, 20 Nov 2018 22:51:44 +0100
golang-1.10 (1.10.3-1) unstable; urgency=medium