Import golang-1.21_1.21.10-1.debian.tar.xz
authorShengjing Zhu <zhsj@debian.org>
Wed, 8 May 2024 09:13:11 +0000 (17:13 +0800)
committerShengjing Zhu <zhsj@debian.org>
Wed, 8 May 2024 09:13:11 +0000 (17:13 +0800)
[dgit import tarball golang-1.21 1.21.10-1 golang-1.21_1.21.10-1.debian.tar.xz]

28 files changed:
changelog [new file with mode: 0644]
control [new file with mode: 0644]
control.in [new file with mode: 0644]
copyright [new file with mode: 0644]
docs [new file with mode: 0644]
gbp.conf [new file with mode: 0644]
gbp.conf.in [new file with mode: 0644]
golang-X.Y-doc.dirs [new file with mode: 0644]
golang-X.Y-doc.install [new file with mode: 0644]
golang-X.Y-doc.links [new file with mode: 0644]
golang-X.Y-go.dirs [new file with mode: 0644]
golang-X.Y-go.install [new file with mode: 0644]
golang-X.Y-go.links [new file with mode: 0644]
golang-X.Y-go.lintian-overrides [new file with mode: 0644]
golang-X.Y-src.install [new file with mode: 0644]
golang-X.Y-src.lintian-overrides [new file with mode: 0644]
helpers/goenv.sh [new file with mode: 0755]
patches/0001-Skip-flaky-TestCrashDumpsAllThreads-on-mips64le.patch [new file with mode: 0644]
patches/series [new file with mode: 0644]
rules [new file with mode: 0755]
source/format [new file with mode: 0644]
source/lintian-overrides [new file with mode: 0644]
tests/control [new file with mode: 0644]
tests/hello-world [new file with mode: 0644]
tests/regression-test [new file with mode: 0644]
upstream/signing-key.asc [new file with mode: 0644]
watch [new file with mode: 0644]
watch.in [new file with mode: 0644]

diff --git a/changelog b/changelog
new file mode 100644 (file)
index 0000000..f3da924
--- /dev/null
+++ b/changelog
@@ -0,0 +1,2165 @@
+golang-1.21 (1.21.10-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.21.10
+     + CVE-2024-24788: net: malformed DNS message can cause infinite loop
+
+ -- Shengjing Zhu <zhsj@debian.org>  Wed, 08 May 2024 17:13:11 +0800
+
+golang-1.21 (1.21.9-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.21.9
+    + CVE-2023-45288: http2: close connections when receiving too many headers
+
+ -- Shengjing Zhu <zhsj@debian.org>  Thu, 04 Apr 2024 04:16:59 +0800
+
+golang-1.21 (1.21.8-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.21.8
+    + CVE-2024-24783: crypto/x509: Verify panics on certificates with an
+      unknown public key algorithm
+    + CVE-2023-45290: net/http: memory exhaustion in Request.ParseMultipartForm
+    + CVE-2023-45289: net/http, net/http/cookiejar: incorrect forwarding of
+      sensitive headers and cookies on HTTP redirect
+    + CVE-2024-24785: html/template: errors returned from MarshalJSON methods
+      may break template escaping
+    + CVE-2024-24784: net/mail: comments in display names are incorrectly
+      handled
+  * Update upstream signing key
+
+ -- Shengjing Zhu <zhsj@debian.org>  Wed, 06 Mar 2024 15:14:10 +0800
+
+golang-1.21 (1.21.7-2) unstable; urgency=medium
+
+  * Team upload
+  * Skip flaky TestCrashDumpsAllThreads on mips64le
+
+ -- Shengjing Zhu <zhsj@debian.org>  Mon, 26 Feb 2024 17:13:31 +0800
+
+golang-1.21 (1.21.7-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.21.7
+
+ -- Shengjing Zhu <zhsj@debian.org>  Wed, 21 Feb 2024 16:35:15 +0800
+
+golang-1.21 (1.21.6-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.21.6
+
+ -- Shengjing Zhu <zhsj@debian.org>  Thu, 11 Jan 2024 18:46:44 +0800
+
+golang-1.21 (1.21.5-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.21.5
+    + CVE-2023-39326: net/http: limit chunked data overhead
+    + CVE-2023-45285: cmd/go: go get may unexpectedly fallback to insecure git
+    + CVE-2023-45283: path/filepath: retain trailing \ when cleaning paths
+      like \\?\c:\
+
+ -- Shengjing Zhu <zhsj@debian.org>  Wed, 06 Dec 2023 15:32:23 +0800
+
+golang-1.21 (1.21.4-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.21.4
+    + CVE-2023-45283: path/filepath: recognize \??\ as a Root Local Device
+      path prefix.
+    + CVE-2023-45284: path/filepath: recognize device names with trailing
+      spaces and superscripts.
+
+ -- Shengjing Zhu <zhsj@debian.org>  Wed, 08 Nov 2023 03:40:30 +0800
+
+golang-1.21 (1.21.3-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.21.3
+    + CVE-2023-44487/CVE-2023-39325: net/http: rapid stream resets can cause
+      excessive work
+
+ -- Shengjing Zhu <zhsj@debian.org>  Wed, 11 Oct 2023 14:53:53 +0800
+
+golang-1.21 (1.21.2-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.21.2
+    + CVE-2023-39323: cmd/go: line directives allows arbitrary execution during
+      build
+
+ -- Shengjing Zhu <zhsj@debian.org>  Fri, 06 Oct 2023 19:35:37 +0800
+
+golang-1.21 (1.21.1-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.21.1
+    + CVE-2023-39320: cmd/go: go.mod toolchain directive allows arbitrary
+      execution
+    + CVE-2023-39318: html/template: improper handling of HTML-like comments
+      within script contexts
+    + CVE-2023-39319: html/template: improper handling of special tags within
+      script contexts
+    + CVE-2023-39321/CVE-2023-39322: crypto/tls: panic when processing
+      post-handshake message on QUIC connections
+
+ -- Shengjing Zhu <zhsj@debian.org>  Thu, 07 Sep 2023 11:51:55 +0800
+
+golang-1.21 (1.21.0-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.21.0
+
+ -- Shengjing Zhu <zhsj@debian.org>  Wed, 09 Aug 2023 14:40:00 +0800
+
+golang-1.21 (1.21~rc4-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.21~rc4
+
+ -- Shengjing Zhu <zhsj@debian.org>  Thu, 03 Aug 2023 15:15:53 +0800
+
+golang-1.21 (1.21~rc3-2) unstable; urgency=medium
+
+  * Team upload
+  * Add Breaks+Replaces golang-1.21-go (<< 1.21~rc3) on golang-1.21-src
+    src/internal/platform/zosarch.go move from golang-1.21-go to
+    golang-1.21-src (Closes: #1041412)
+
+ -- Shengjing Zhu <zhsj@debian.org>  Wed, 19 Jul 2023 16:12:19 +0800
+
+golang-1.21 (1.21~rc3-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.21~rc3
+
+ -- Shengjing Zhu <zhsj@debian.org>  Mon, 17 Jul 2023 15:20:39 +0800
+
+golang-1.21 (1.21~rc2-2) unstable; urgency=medium
+
+  * Team upload
+  * Add autopkgtest
+
+ -- Shengjing Zhu <zhsj@debian.org>  Thu, 29 Jun 2023 16:33:35 +0800
+
+golang-1.21 (1.21~rc2-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.21~rc2
+
+ -- Shengjing Zhu <zhsj@debian.org>  Thu, 22 Jun 2023 14:53:06 +0800
+
+golang-1.21 (1.21~rc1-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.21rc1
+  * Install go.env in GOROOT
+  * Drop patches
+    + 0001-Disable-test-for-UserHomeDir.patch.
+      Now the test doesn't fail if HOME dir doesn't exist
+      See https://github.com/golang/go/commit/bb4ea80b
+    + 0002-Fix-Lintian-warnings-about-wrong-interpreter-path.patch.
+      We don't run these scripts, just leave them as is.
+    + 0003-cmd-dist-increase-default-timeout-scale-for-arm.patch.
+      Upstream has removed arch-specific timeout scale heuristics.
+      See https://github.com/golang/go/issues/57117
+      We can move the setting to dh-golang.
+    + 0004-skip-userns-test-in-schroot-as-well.patch.
+      Now the tests doesn't hardcode chroot types.
+      See https://github.com/golang/go/commit/09267142
+
+ -- Shengjing Zhu <zhsj@debian.org>  Tue, 20 Jun 2023 17:39:49 +0800
+
+golang-1.20 (1.20.5-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.20.5
+    + CVE-2023-29402: cmd/go: cgo code injection
+    + CVE-2023-29403: runtime: unexpected behavior of setuid/setgid binaries
+    + CVE-2023-29404/CVE-2023-29405: cmd/go: improper sanitization of LDFLAGS
+
+ -- Shengjing Zhu <zhsj@debian.org>  Wed, 07 Jun 2023 12:05:11 +0800
+
+golang-1.20 (1.20.4-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.20.4
+    + CVE-2023-24539: html/template: improper sanitization of CSS values
+    + CVE-2023-24540: html/template: improper handling of JavaScript whitespace
+    + CVE-2023-29400: html/template: improper handling of empty HTML attributes
+
+ -- Shengjing Zhu <zhsj@debian.org>  Wed, 03 May 2023 14:56:49 +0800
+
+golang-1.20 (1.20.3-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.20.3
+    + CVE-2023-24537: go/parser: infinite loop in parsing
+    + CVE-2023-24538: html/template: backticks not treated as string delimiters
+    + CVE-2023-24534: net/http, net/textproto: denial of service from excessive
+      memory allocation
+    + CVE-2023-24536: net/http, net/textproto, mime/multipart: denial of
+      service from excessive resource consumption
+
+ -- Shengjing Zhu <zhsj@debian.org>  Wed, 05 Apr 2023 02:04:08 +0800
+
+golang-1.20 (1.20.2-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.20.2
+    + CVE-2023-24532: crypto/elliptic: incorrect P-256 ScalarMult and
+      ScalarBaseMult results
+
+ -- Shengjing Zhu <zhsj@debian.org>  Wed, 08 Mar 2023 13:57:35 +0800
+
+golang-1.20 (1.20.1-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.20.1
+    + CVE-2022-41722: path/filepath: path traversal in filepath.Clean on
+      Windows
+    + CVE-2022-41725: net/http, mime/multipart: denial of service from
+      excessive resource consumption
+    + CVE-2022-41724: crypto/tls: large handshake records may cause panics
+    + CVE-2022-41723: net/http: avoid quadratic complexity in HPACK decoding
+
+ -- Shengjing Zhu <zhsj@debian.org>  Wed, 15 Feb 2023 09:53:55 +0800
+
+golang-1.20 (1.20-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream release 1.20
+  * Remove patches applied upstream:
+    - d/patches/0005-Revert-internal-fsys-follow-root-symlink-in-fsys.Wal.patch
+    - d/patches/0006-time-revert-strict-parsing-of-RFC-3339.patch
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Thu, 02 Feb 2023 13:54:15 +1300
+
+golang-1.20 (1.20~rc3-2) unstable; urgency=medium
+
+  * Team upload
+  * Revert strict parsing of RFC 3339.
+    See https://github.com/golang/go/issues/54580
+
+ -- Shengjing Zhu <zhsj@debian.org>  Thu, 19 Jan 2023 16:45:22 +0800
+
+golang-1.20 (1.20~rc3-1) unstable; urgency=medium
+
+  [ William 'jawn-smith' Wilson ]
+  * New upstream version 1.20 rc3
+
+  [ Shengjing Zhu ]
+  * Drop 0005-syscall-skip-TestUseCgroupFD-if-cgroupfs-not-mounted.patch,
+    merged in new version.
+
+ -- Shengjing Zhu <zhsj@debian.org>  Fri, 13 Jan 2023 09:51:55 +0800
+
+golang-1.20 (1.20~rc2-2) unstable; urgency=medium
+
+  * Team upload
+  * Add NO_PNG_PKG_MANGLE to prevent mangling testdata.
+    This is Ubuntu specific behaviour so they can sync the package without
+    vendor patch.
+  * Revert "internal/fsys: follow root symlink in fsys.Walk"
+    Fix https://github.com/golang/go/issues/57754
+
+ -- Shengjing Zhu <zhsj@debian.org>  Thu, 12 Jan 2023 22:27:08 +0800
+
+golang-1.20 (1.20~rc2-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 1.20~rc2
+  * Bump bootstrap Go to 1.17.
+    See https://github.com/golang/go/issues/44505
+  * Drop i386 bootstrap workaround with Go < 1.16
+  * Add patch to skip TestUseCgroupFD for schroot
+  * Update Standards-Version to 4.6.2 (no changes)
+  * $GOROOT/pkg no longer stores pre-compiled package archives for the
+    standard library
+  * Make all scripts in src directory executable. To silence lintian.
+  * Refresh lintian overrides
+
+ -- Shengjing Zhu <zhsj@debian.org>  Thu, 05 Jan 2023 16:01:28 +0800
+
+golang-1.19 (1.19.4-1) unstable; urgency=medium
+
+  * New upstream version 1.19.4
+    + CVE-2022-41720: os, net/http: avoid escapes from os.DirFS and http.Dir
+      on Windows
+    + CVE-2022-41717: net/http: limit canonical header cache by bytes, not
+      entries
+
+ -- William 'jawn-smith' Wilson <jawn-smith@ubuntu.com>  Tue, 06 Dec 2022 16:10:54 -0600
+
+golang-1.19 (1.19.3-1) unstable; urgency=medium
+
+  * New upstream version 1.19.3
+    + CVE-2022-41716: syscall, os/exec: unsanitized NUL in environment variables
+      On Windows, syscall.StartProcess and os/exec.Cmd did not properly check
+      for invalid environment variable values. A malicious environment variable
+      value could exploit this behavior to set a value for a different
+      environment variable.
+
+ -- William 'jawn-smith' Wilson <jawn-smith@ubuntu.com>  Thu, 03 Nov 2022 08:39:47 -0500
+
+golang-1.19 (1.19.2-1) unstable; urgency=medium
+
+  * New upstream version 1.19.2
+    + CVE-2022-2879: archive/tar: unbounded memory consumption when reading
+      headers
+    + CVE-2022-2880: net/http/httputil: ReverseProxy should not forward
+      unparseable query parameters
+    + CVE-2022-41715: regexp/syntax: limit memory used by parsing regexps
+
+ -- William 'jawn-smith' Wilson <jawn-smith@ubuntu.com>  Tue, 04 Oct 2022 15:23:25 -0500
+
+golang-1.19 (1.19.1-1) unstable; urgency=medium
+
+  * New upstream version 1.19.1
+
+ -- William 'jawn-smith' Wilson <jawn-smith@ubuntu.com>  Tue, 06 Sep 2022 14:58:49 -0500
+
+golang-1.19 (1.19-1) unstable; urgency=medium
+
+  * New upstream version 1.19
+  * Update d/docs to reflect upstream removal of AUTHORS and CONTRIBUTORS
+
+ -- William 'jawn-smith' Wilson <jawn-smith@ubuntu.com>  Tue, 02 Aug 2022 15:35:20 -0500
+
+golang-1.19 (1.19~rc2-1) unstable; urgency=medium
+
+  * New upstream version 1.19 rc2
+
+ -- William 'jawn-smith' Wilson <jawn-smith@ubuntu.com>  Tue, 12 Jul 2022 18:32:28 -0500
+
+golang-1.19 (1.19~rc1-1) unstable; urgency=medium
+
+  * Team upload.
+  * Update upstream signing key.
+    Download from https://dl.google.com/dl/linux/linux_signing_key.pub
+  * New upstream version 1.19~rc1
+    + Fix boostrap with gccgo (Closes: #1014238)
+  * Update Standards-Version to 4.6.1 (no changes)
+
+ -- Shengjing Zhu <zhsj@debian.org>  Thu, 07 Jul 2022 23:42:03 +0800
+
+golang-1.19 (1.19~beta1-2) unstable; urgency=medium
+
+  * Team upload.
+  * Source-only upload for migration to testing
+
+ -- Shengjing Zhu <zhsj@debian.org>  Sat, 02 Jul 2022 03:11:52 +0800
+
+golang-1.19 (1.19~beta1-1) unstable; urgency=medium
+
+  * New upstream version 1.19 beta1
+
+ -- William 'jawn-smith' Wilson <jawn-smith@ubuntu.com>  Fri, 10 Jun 2022 13:52:13 -0500
+
+golang-1.18 (1.18.3-1) unstable; urgency=medium
+
+  * New upstream version 1.18.3
+
+ -- William 'jawn-smith' Wilson <jawn-smith@ubuntu.com>  Wed, 01 Jun 2022 17:23:29 -0500
+
+golang-1.18 (1.18.2-2) unstable; urgency=medium
+
+  * d/p/0007-cmd-link-use-TOC-relative-trampolines-on-PPC64-when-.patch:
+    Remove patch.  It's causing the build on ppc64el to FTBFS during link
+    time.
+
+ -- Sergio Durigan Junior <sergiodj@debian.org>  Sat, 14 May 2022 15:22:04 -0400
+
+golang-1.18 (1.18.2-1) unstable; urgency=medium
+
+  * New upstream version 1.18.2
+  * d/p/0007-cmd-link-use-TOC-relative-trampolines-on-PPC64-when-.patch:
+    Use TOC-relative trampolines on ppc64el when needed.  Fix link error
+    when building PIE binaries. (Closes: #1010942)
+
+ -- Sergio Durigan Junior <sergiodj@debian.org>  Fri, 13 May 2022 14:07:03 -0400
+
+golang-1.18 (1.18.1-1) unstable; urgency=medium
+
+  * New upstream version 1.18.1
+    + CVE-2022-24675: encoding/pem: fix stack overflow in Decode
+    + CVE-2022-28327: crypto/elliptic: tolerate all oversized scalars
+      in generic P-256
+    + CVE-2022-27536: crypto/x509: non-compliant certificates can
+      cause a panic in Verify on macOS in Go 1.18
+
+ -- William 'jawn-smith' Wilson <jawn-smith@ubuntu.com>  Wed, 13 Apr 2022 12:54:36 -0500
+
+golang-1.18 (1.18-1) unstable; urgency=medium
+
+  * New upstream version 1.18
+
+ -- William 'jawn-smith' Wilson <jawn-smith@ubuntu.com>  Tue, 15 Mar 2022 14:59:19 -0500
+
+golang-1.18 (1.18~rc1-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 1.18~rc1
+
+ -- Shengjing Zhu <zhsj@debian.org>  Fri, 18 Feb 2022 01:31:48 +0800
+
+golang-1.18 (1.18~beta2-1) unstable; urgency=medium
+
+  * New upstream version 1.18 beta2
+
+ -- William 'jawn-smith' Wilson <jawn-smith@ubuntu.com>  Mon, 31 Jan 2022 16:53:48 -0600
+
+golang-1.18 (1.18~beta1-2) unstable; urgency=medium
+
+  * Source-only upload for migration to testing
+
+ -- Anthony Fok <foka@debian.org>  Thu, 13 Jan 2022 14:01:05 -0700
+
+golang-1.18 (1.18~beta1-1) unstable; urgency=medium
+
+  * New upstream version 1.18 beta1
+
+ -- William 'jawn-smith' Wilson <jawn-smith@ubuntu.com>  Wed, 15 Dec 2021 16:07:48 -0600
+
+golang-1.17 (1.17.5-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 1.17.5
+    + CVE-2021-44716: net/http: limit growth of header canonicalization cache
+    + CVE-2021-44717: syscall: don’t close fd 0 on ForkExec error
+
+ -- Shengjing Zhu <zhsj@debian.org>  Thu, 09 Dec 2021 23:22:36 +0800
+
+golang-1.17 (1.17.4-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 1.17.4
+
+ -- Shengjing Zhu <zhsj@debian.org>  Sat, 04 Dec 2021 01:32:29 +0800
+
+golang-1.17 (1.17.3-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 1.17.3
+    + CVE-2021-41771: debug/macho: invalid dynamic symbol table command
+      can cause panic
+    + CVE-2021-41772: archive/zip: Reader.Open panics on empty string
+
+ -- Shengjing Zhu <zhsj@debian.org>  Sun, 07 Nov 2021 22:33:32 +0800
+
+golang-1.17 (1.17.2-1) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Anthony Fok ]
+  * Fix Lintian warning: tab-in-license-text
+    debian/copyright (starting at line 366)
+
+  [ Shengjing Zhu ]
+  * Ensure GOROOT_BOOTSTRAP is valid
+  * Set GOPATH in d/rules.
+    Seems the go command needs GOPATH env
+  * New upstream version 1.17.2
+    + CVE-2021-38297: When invoking functions from WASM modules, built using
+      GOARCH=wasm GOOS=js, passing very large arguments can cause portions of
+      the module to be overwritten with data from the arguments
+
+ -- Shengjing Zhu <zhsj@debian.org>  Sat, 09 Oct 2021 01:23:05 +0800
+
+golang-1.17 (1.17.1-1) unstable; urgency=high
+
+  * New upstream version 1.17.1
+    + CVE-2021-39293: security fix to the archive/zip package
+      The fix for CVE-2021-33196 can be bypassed by crafted inputs.
+      As a result, the NewReader and OpenReader functions in archive/zip
+      can still cause a panic or an unrecoverable fatal error when reading
+      an archive that claims to contain a large number of files,
+      regardless of its actual size.
+      Thanks to the OSS-Fuzz project for discovering this issue
+      and to Emmanuel Odeke for reporting it.
+    + bug fixes to the archive/zip, go/internal/gccgoimporter,
+      html/template, net/http, and runtime/pprof packages
+  * Re-add "Multi-Arch: foreign" hint
+  * Rename Maintainer from "Go Compiler Team" to "Debian Go Compiler Team"
+  * Bump Standards-Version to 4.6.0 (no change)
+
+ -- Anthony Fok <foka@debian.org>  Fri, 10 Sep 2021 18:01:21 -0600
+
+golang-1.17 (1.17-3) unstable; urgency=medium
+
+  * Team upload.
+  * Add missing generated buildcfg file (Closes: #993450)
+
+ -- Shengjing Zhu <zhsj@debian.org>  Thu, 02 Sep 2021 00:08:21 +0800
+
+golang-1.17 (1.17-2) unstable; urgency=medium
+
+  * Team upload.
+  * Fix extracting go version for gccgo
+
+ -- Shengjing Zhu <zhsj@debian.org>  Sun, 29 Aug 2021 01:16:12 +0800
+
+golang-1.17 (1.17-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 1.17
+  * Refresh patches, dropping
+    0003-cmd-go-cmd-cgo-pass-mfp32-and-mhard-soft-float-to-MI.patch which was
+    merged upstream.
+  * Do not include the now-deleted favicon.ico in golang-1.17-doc.
+  * Add one more arch-independent-package-contains-binary-or-object lintian
+    suppression.
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Tue, 17 Aug 2021 13:03:28 +1200
+
+golang-1.16 (1.16.7-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 1.16.7
+    + CVE-2021-36221: net/http: panic due to racy read of persistConn after
+      handler panic
+
+ -- Shengjing Zhu <zhsj@debian.org>  Fri, 06 Aug 2021 02:38:44 +0800
+
+golang-1.16 (1.16.6-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 1.16.6
+    + CVE-2021-34558: crypto/tls: clients can panic when provided a certificate
+      of the wrong type for the negotiated parameters
+
+ -- Shengjing Zhu <zhsj@debian.org>  Tue, 13 Jul 2021 13:11:46 +0800
+
+golang-1.16 (1.16.5-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 1.16.5
+    + CVE-2021-33195: net: Lookup functions may return invalid host names
+    + CVE-2021-33196: archive/zip: malformed archive may cause panic or memory
+      exhaustion (Closes: #989492)
+    + CVE-2021-33197: net/http/httputil: ReverseProxy forwards Connection
+      headers if first one is empty
+    + CVE-2021-33198: math/big: (*Rat).SetString with "1.770p02041010010011001001"
+      crashes with "makeslice: len out of range"
+
+ -- Shengjing Zhu <zhsj@debian.org>  Sat, 05 Jun 2021 19:03:59 +0800
+
+golang-1.16 (1.16.4-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 1.16.4
+    Fix CVE-2021-31525 net/http: ReadRequest can stack overflow due to
+    recursion with very large headers
+
+ -- Shengjing Zhu <zhsj@debian.org>  Sat, 08 May 2021 02:27:38 +0800
+
+golang-1.16 (1.16.3-4) unstable; urgency=medium
+
+  * Team upload.
+  * Remove bootstrap dir after build. Otherwise tests fail
+
+ -- Shengjing Zhu <zhsj@debian.org>  Tue, 20 Apr 2021 02:05:56 +0800
+
+golang-1.16 (1.16.3-3) unstable; urgency=medium
+
+  * Team upload.
+  * Drop mtime hack in postinst and d/rules
+    https://github.com/golang/go/issues/3506#issuecomment-341310161
+    > Essentially everything involved in this report has been rewritten.
+    > The go command no longer cares about mtimes.
+  * No need to remove src dir in golang-$(GOVER)-go package.
+    It's not installed by golang-X.Y-go.dirs now
+  * Update description and recommended way to use specified version (Closes: #985542)
+  * Rebuild with go1.16.
+    To build with GO386=softfloat, https://github.com/golang/go/issues/44500
+  * Add Multi-Arch hint
+  * Only build in -arch target again.
+    Move generated source files to golang-1.16-go package
+  * Not force gencontrol in dh_clean.
+    Not needed after the new branch is created. And we need to add some
+    Breaks/Replaces to d/control which should not be in next version
+  * Remove GOCACHE before dh_install.
+    So it is executed when build with nocheck as well
+
+ -- Shengjing Zhu <zhsj@debian.org>  Tue, 20 Apr 2021 00:46:07 +0800
+
+golang-1.16 (1.16.3-2) unstable; urgency=medium
+
+  * Team upload.
+  * Also build package in indep target (Closes: #987126)
+    As the -src package moved to arch all,
+  * Build with empty GO386 env on i386 for now.
+    It's no possible to build go1.16 with go1.15 with either
+    GO386=softfloat or GO386=387.
+    We can rebuild go1.16 with go1.16 and GO386=softfloat later.
+
+ -- Shengjing Zhu <zhsj@debian.org>  Sun, 18 Apr 2021 17:27:43 +0800
+
+golang-1.16 (1.16.3-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 1.16.3
+    Fix CVE-2021-27918 CVE-2021-27919
+  * Move golang-X.Y-src to arch all.
+    The package doesn't contain arch specific source now.
+  * Update golang-X.Y-doc package description.
+    Most contents are removed by upstream in 1.16, which is moved to
+    x/website repository. And the godoc binary is also shipped in
+    golang-golang-x-tools now. So no longer recommend users to read doc
+    with godoc. These html files can also be read in plain browsers.
+  * Replace dpkg-parsechangelog with dpkg pkg-info.mk
+  * Try to enable tests on armel and ppc64.
+    No comments say why it doesn't work
+  * Remove nocheck detection as debhelper respects it since compat 13
+  * Remove override_dh_missing as fail-missing is default in compat 13
+
+ -- Shengjing Zhu <zhsj@debian.org>  Sun, 18 Apr 2021 03:56:41 +0800
+
+golang-1.16 (1.16-1) unstable; urgency=medium
+
+  * New upstream version 1.16
+  * debian/control{.in,}: Change Section from devel to golang
+  * Add myself to Uploaders
+
+ -- Anthony Fok <foka@debian.org>  Thu, 18 Feb 2021 00:02:53 -0700
+
+golang-1.16 (1.16~rc1-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream major version.
+    - Drop 0004-cmd-dist-fix-build-failure-of-misc-cgo-test-on-arm64.patch
+      which was replaced by https://go-review.googlesource.com/c/go/+/262357/
+      and cherry-picked as b3f7f60 for go1.16 upstream
+    - Refresh remaining patches
+  * Update Standards-Version to 4.5.1, no changes needed
+
+ -- Anthony Fok <foka@debian.org>  Mon, 08 Feb 2021 17:43:41 -0700
+
+golang-1.15 (1.15.8-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 1.15.8
+  * Skip userns tests in schroot.
+    When schroot is using overlayfs, it fails to detect it as chroot.
+
+ -- Shengjing Zhu <zhsj@debian.org>  Fri, 05 Feb 2021 20:51:44 +0800
+
+golang-1.15 (1.15.7-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 1.15.7
+    + crypto/elliptic: incorrect operations on the P-224 curve
+      CVE-2021-3114
+
+ -- Shengjing Zhu <zhsj@debian.org>  Sat, 23 Jan 2021 01:59:14 +0800
+
+golang-1.15 (1.15.6-1) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Balint Reczey ]
+  * cmd/dist: increase default timeout scale for arm (LP: #1893640)
+
+  [ Shengjing Zhu ]
+  * New upstream version 1.15.6
+  * Drop CGO_LDFLAGS patch, fixed in go1.15.6
+
+ -- Shengjing Zhu <zhsj@debian.org>  Sun, 13 Dec 2020 18:27:59 +0800
+
+golang-1.15 (1.15.5-2) unstable; urgency=medium
+
+  * Team upload.
+  * Backport patch to fix usability regression in go1.15.5
+    cmd/go: allow flags in CGO_LDFLAGS environment variable not in security allowlist
+    https://github.com/golang/go/issues/42567
+
+ -- Shengjing Zhu <zhsj@debian.org>  Wed, 18 Nov 2020 00:46:08 +0800
+
+golang-1.15 (1.15.5-1) unstable; urgency=medium
+
+  * New upstream version 1.15.5.
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Fri, 13 Nov 2020 09:40:16 +1300
+
+golang-1.15 (1.15.4-1) unstable; urgency=medium
+
+  * New upstream version 1.15.4.
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Tue, 10 Nov 2020 10:48:51 +1300
+
+golang-1.15 (1.15.2-1) unstable; urgency=medium
+
+  * New upstream version 1.15.2.
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Tue, 15 Sep 2020 09:51:42 +1200
+
+golang-1.15 (1.15-2) unstable; urgency=medium
+
+  * Team upload.
+  * Backport fix for arm64 cgo test
+    https://go-review.googlesource.com/c/go/+/237858
+
+ -- Shengjing Zhu <zhsj@debian.org>  Thu, 27 Aug 2020 13:44:43 +0800
+
+golang-1.15 (1.15-1) unstable; urgency=medium
+
+  * New upstream version 1.15
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Tue, 25 Aug 2020 19:59:24 +0200
+
+golang-1.15 (1.15~rc2-1) unstable; urgency=medium
+
+  * New upstream version 1.15~rc2
+    - encoding/binary: ReadUvarint and ReadVarint can read an unlimited
+      number of bytes from invalid inputs. CVE-2020-16845
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Sun, 09 Aug 2020 16:12:45 +0200
+
+golang-1.15 (1.15~rc1-1) unstable; urgency=medium
+
+  [ Shengjing Zhu ]
+  * Backport patches to fix the FPU ABI problems for mips32
+    https://go-review.googlesource.com/c/go/+/237058/
+
+  [ Dr. Tobias Quathamer ]
+  * New upstream version 1.15~rc1
+    - Refresh patches
+    - net/http: Expect 100-continue panics in httputil.ReverseProxy.
+      See https://github.com/golang/go/issues/34902, fixes CVE-2020-15586
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Mon, 03 Aug 2020 21:22:44 +0200
+
+golang-1.15 (1.15~beta1-2) unstable; urgency=medium
+
+  * Source-only upload.
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Wed, 17 Jun 2020 17:17:08 +0200
+
+golang-1.15 (1.15~beta1-1) unstable; urgency=medium
+
+  * New upstream major version.
+    - Drop patch to fix FTBFS on $HOME managed with git, has been
+      applied upstream.
+    - Refresh remaining patches
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Mon, 15 Jun 2020 21:40:49 +0200
+
+golang-1.14 (1.14.4-1) unstable; urgency=medium
+
+  * New upstream version 1.14.4
+    - Refresh patches
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Mon, 15 Jun 2020 21:19:41 +0200
+
+golang-1.14 (1.14.3-2) unstable; urgency=medium
+
+  * Increase the test timeout that made some builds succeed
+    there on slow hardware (such as emulated riscv64).
+    Thanks to Gianfranco Costamagna (Closes: #960759)
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Sat, 16 May 2020 14:32:28 +0200
+
+golang-1.14 (1.14.3-1) unstable; urgency=medium
+
+  * New upstream version 1.14.3
+  * Use debhelper v13
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Fri, 15 May 2020 15:24:43 +0200
+
+golang-1.14 (1.14.2-1) unstable; urgency=medium
+
+  * New upstream version 1.14.2
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Fri, 10 Apr 2020 14:34:21 +0200
+
+golang-1.14 (1.14.1-1) unstable; urgency=medium
+
+  * New upstream version 1.14.1
+    - Add new patch to fix FTBFS on $HOME managed with git.
+      Thanks to Guillem Jover <gjover@sipwise.com> (Closes: #953276)
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Sat, 21 Mar 2020 14:01:31 +0100
+
+golang-1.14 (1.14-2) unstable; urgency=medium
+
+  * Fix FTBFS if built twice in a row.
+    Some paths of autogenerated files have been changed upstream,
+    so that the removal of those files after the build did no
+    longer succeed.
+    Thanks to Guillem Jover (Closes: #953277)
+  * Update Standards-Version to 4.5.0, no changes needed
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Mon, 09 Mar 2020 14:00:39 +0100
+
+golang-1.14 (1.14-1) unstable; urgency=medium
+
+  * New upstream version 1.14
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Tue, 25 Feb 2020 21:33:50 +0100
+
+golang-1.14 (1.14~rc1-1) unstable; urgency=medium
+
+  * New upstream version 1.14~rc1
+    - Fixes CVE-2020-7919
+  * Add Breaks: dh-golang (<< 1.43~) to golang-go.
+    Thanks to Pirate Praveen <praveen@onenetbeyond.org>
+  * Update upstream's signing key
+  * Add support for riscv64.
+    Thanks to Aurelien Jarno <aurel32@debian.org> (Closes: #950517)
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Wed, 05 Feb 2020 23:54:28 +0100
+
+golang-1.14 (1.14~beta1-2) unstable; urgency=medium
+
+  * Source-only upload.
+  * Add two more lintian overrides for testdata
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Thu, 26 Dec 2019 20:11:44 +0100
+
+golang-1.14 (1.14~beta1-1) unstable; urgency=medium
+
+  * New upstream major version.
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Wed, 25 Dec 2019 21:27:46 +0100
+
+golang-1.13 (1.13.5-1) unstable; urgency=medium
+
+  * New upstream version 1.13.5
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Thu, 05 Dec 2019 12:27:21 +0100
+
+golang-1.13 (1.13.4-1) unstable; urgency=medium
+
+  * New upstream version 1.13.4
+    - Refresh patches
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Fri, 01 Nov 2019 21:07:16 +0100
+
+golang-1.13 (1.13.3-1) unstable; urgency=medium
+
+  * New upstream version 1.13.3
+    - Refresh patch
+    - crypto/dsa: invalid public key causes panic in dsa.Verify.
+      Fixes CVE-2019-17596. Closes: #942628
+  * Update Standards-Version to 4.4.1, no changes needed
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Sat, 19 Oct 2019 13:30:36 +0200
+
+golang-1.13 (1.13.1-1) unstable; urgency=medium
+
+  * New upstream version 1.13.1
+    - net/textproto: don't normalize headers with spaces before the colon.
+      Fixes CVE-2019-16276. See https://github.com/golang/go/issues/34541
+      and Debian bug #941173
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Thu, 26 Sep 2019 11:32:14 +0200
+
+golang-1.13 (1.13-1) unstable; urgency=medium
+
+  * New upstream version 1.13
+    - Refresh patch
+  * Set pristine-tar for gbp to False
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Wed, 04 Sep 2019 11:28:07 +0200
+
+golang-1.13 (1.13~rc2-1) unstable; urgency=medium
+
+  * New upstream version 1.13~rc2
+    - Remove patch for CVE-2019-9512 and CVE-2019-9514,
+      has been applied upstream
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Fri, 30 Aug 2019 13:29:21 +0200
+
+golang-1.13 (1.13~rc1-2) unstable; urgency=medium
+
+  * Exclude testdata from dh_makeshlibs.
+    Otherwise, the build fails at least on armel and armhf.
+  * Apply changes from cme fix dpkg
+  * Set Rules-Requires-Root: no
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Thu, 22 Aug 2019 15:21:10 +0200
+
+golang-1.13 (1.13~rc1-1) unstable; urgency=medium
+
+  * New upstream version 1.13~rc1
+    - Remove patch for CVE-2019-14809, has been applied upstream
+  * Use dh_missing instead of deprecated dh_install --fail-missing
+  * Do not run dh_dwz, there is no debugging information
+  * Use debhelper-compat (= 12)
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Thu, 22 Aug 2019 12:48:15 +0200
+
+golang-1.13 (1.13~beta1-3) unstable; urgency=high
+
+  * Fix Denial of Service vulnerabilities in the HTTP/2 implementation.
+    https://github.com/golang/go/issues/33631
+    CVE-2019-9512, CVE-2019-9514. Closes: #934955
+  * Fix multiple Parsing Issues in URL.Parse
+    https://github.com/golang/go/issues/29098
+    CVE-2019-14809. Closes: #934954
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Sat, 17 Aug 2019 23:47:53 +0200
+
+golang-1.13 (1.13~beta1-2) unstable; urgency=medium
+
+  * Set GOCACHE to fix a FTBFS. (See bug #933958)
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Fri, 09 Aug 2019 16:40:13 +0200
+
+golang-1.13 (1.13~beta1-1) unstable; urgency=medium
+
+  * New upstream major version.
+    - Remove Reproducible-BUILD_PATH_PREFIX_MAP.patch.
+      This patch is finally no longer needed with Go 1.13.
+      Upstream has implemented a new flag "-trimpath" for the
+      command "go build" which either strips the path or
+      replaces it in the resulting binaries.
+      References:
+      https://github.com/golang/go/issues/16860
+      https://go-review.googlesource.com/c/go/+/173345/
+      https://go-review.googlesource.com/c/go/+/173344/
+    - Remove arm64-arm64asm-recognise-new-ssbb-pssbb-mnemonics-fr.patch.
+      This patch has been cherry-picked from upstream and is now included.
+    - Refresh remaining patches
+    - Fix lintian warning: make scripts executable
+  * Switch to debhelper-compat, but stay at v11 for now
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Thu, 01 Aug 2019 14:21:51 +0200
+
+golang-1.12 (1.12.7-1) unstable; urgency=medium
+
+  * New upstream version 1.12.7
+    - Refresh patches
+  * Update Standards-Version to 4.4.0, no changes needed
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Tue, 09 Jul 2019 14:19:07 +0200
+
+golang-1.12 (1.12.5-1) unstable; urgency=medium
+
+  * New upstream version 1.12.5
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Thu, 09 May 2019 22:34:40 +0200
+
+golang-1.12 (1.12.4-1) unstable; urgency=medium
+
+  [ Anthony Fok ]
+  * Add /usr/lib/go-X.Y/{api,misc} symlinks.
+    For example, programs such as https://github.com/vugu/vugu and
+    documentation such as https://github.com/golang/go/wiki/WebAssembly
+    expect to find wasm_exec.js at "$(go env GOROOT)/misc/wasm/wasm_exec.js".
+
+  [ Dr. Tobias Quathamer ]
+  * New upstream version 1.12.4
+  * Add five lintian overrides for false positives
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Sat, 13 Apr 2019 14:09:40 +0200
+
+golang-1.12 (1.12.1-1) unstable; urgency=medium
+
+  * New upstream version 1.12.1
+  * Use upstream signing key for tarball verification
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Sun, 17 Mar 2019 21:56:32 +0100
+
+golang-1.12 (1.12-1) unstable; urgency=medium
+
+  * New upstream version 1.12
+    - Remove patch 0005-Fix-CVE-2019-6486, applied upstream
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Tue, 26 Feb 2019 21:31:48 +0100
+
+golang-1.12 (1.12~beta2-2) unstable; urgency=medium
+
+  * Refresh patch Reproducible BUILD_PATH_PREFIX_MAP.
+    Thanks to Michael Stapelberg!
+  * Add patch to fix CVE-2019-6486. (Closes: #920548)
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Sun, 27 Jan 2019 20:05:59 +0100
+
+golang-1.12 (1.12~beta2-1) unstable; urgency=medium
+
+  * New upstream version 1.12~beta2
+    - Remove two patches, applied upstream. Refresh remaining patch.
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Fri, 11 Jan 2019 17:14:43 +0100
+
+golang-1.12 (1.12~beta1-4) unstable; urgency=medium
+
+  * Switch watch file to version 4
+  * Update d/copyright
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Mon, 07 Jan 2019 23:06:22 +0100
+
+golang-1.12 (1.12~beta1-3) unstable; urgency=medium
+
+  [ Anthony Fok ]
+  * 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
+
+  [ Dr. Tobias Quathamer ]
+  * Add another lintian override
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Fri, 28 Dec 2018 23:06:20 +0100
+
+golang-1.12 (1.12~beta1-2) unstable; urgency=medium
+
+  [ Anthony Fok ]
+  * 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)
+
+  [ Dr. Tobias Quathamer ]
+  * Do not compress favicon.ico.
+    Thanks to Dato Simó <dato@debian.org> (Closes: #917132)
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Wed, 26 Dec 2018 23:20:03 +0100
+
+golang-1.12 (1.12~beta1-1) unstable; urgency=medium
+
+  * New upstream major version.
+    - Refresh patches
+    - Add new patch to disable test for UserHomeDir
+  * Switch team address to tracker.d.o
+  * Add another lintian override for a false positive
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Thu, 20 Dec 2018 12:51:49 +0100
+
+golang-1.11 (1.11.4-1) unstable; urgency=medium
+
+  * New upstream version 1.11.4
+  * Make lintian override agnostic of golang version
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Sun, 16 Dec 2018 13:48:52 +0100
+
+golang-1.11 (1.11.3-1) unstable; urgency=medium
+
+  * 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>  Thu, 13 Dec 2018 23:23:40 +0100
+
+golang-1.11 (1.11.2-2) unstable; urgency=medium
+
+  * d/patches/arm64-arm64asm-recognise-new-ssbb-pssbb-mnemonics-fr.patch:
+    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
+
+golang-1.11 (1.11.2-1) unstable; urgency=medium
+
+  * Team upload.
+
+  [ 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.
+
+  [ 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
+
+ -- Dr. Tobias Quathamer <toddy@debian.org>  Tue, 20 Nov 2018 22:51:44 +0100
+
+golang-1.10 (1.10.3-1) unstable; urgency=medium
+
+  * New upstream version 1.10.3
+  * Restore changelog entry for 1.10.1-3, and fix that for 1.10.2-1, oops.
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Thu, 14 Jun 2018 14:55:58 +1200
+
+golang-1.10 (1.10.2-1) unstable; urgency=medium
+
+  * New upstream version 1.10.2.
+    - d/patches/0003-Backport_nopie_fix.patch: removed, now included upstream.
+    - d/patches/0004-Backport_mips_octeon3_fp_fix.patch: removed, also included
+      upstream.
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Wed, 23 May 2018 15:24:03 +1200
+
+golang-1.10 (1.10.1-3) unstable; urgency=high
+
+  * Team upload.
+
+  [ Michael Hudson-Doyle ]
+  * Install the 'misc' and 'api' directories as part of the golang-1.10-src
+    package as some tools (vgo, go tool trace) expect them to be there.
+    (Closes: 894992¸ LP: #1743598)
+
+  [ Martín Ferrari ]
+  * Backport fix for FP bug in mips/Octeon III. Closes: #892088. Raising
+    severity.
+
+ -- Martín Ferrari <tincho@debian.org>  Sun, 22 Apr 2018 21:21:05 +0000
+
+golang-1.10 (1.10.1-2) unstable; urgency=medium
+
+  * Team upload.
+  * Backport patch that fixes FTBFS in arm64.
+  * debian/copyright: Update attribution.
+  * debian/source: Update lintian-overrides.
+
+ -- Martín Ferrari <tincho@debian.org>  Wed, 18 Apr 2018 15:38:49 +0000
+
+golang-1.10 (1.10.1-1) unstable; urgency=medium
+
+  * New upstream version 1.10.1.
+  * d/patches/0002-reproducible-BUILD_PATH_PREFIX_MAP.patch: update patch tags
+    to reference upstream discussion of this topic.
+  * d/control, d/control.in: Update Vcs-* to point to salsa.
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Tue, 03 Apr 2018 15:34:12 +1200
+
+golang-1.10 (1.10-1) unstable; urgency=medium
+
+  * New upstream version 1.10
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Sat, 17 Feb 2018 12:57:14 +0100
+
+golang-1.10 (1.10~rc2-1) unstable; urgency=medium
+
+  * New upstream version, fixing CVE-2018-6574.
+  * d/patches/0001-os-signal-skip-TestTerminalSignal-if-posix_openpt-fa.patch,
+    d/patches/0003-cmd-vendor-github.com-google-pprof-cherry-pick-fix-t.patch,
+    d/patches/0004-cmd-link-internal-loadelf-fix-logic-for-computing-EL.patch:
+    removed, now included upstream.
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Thu, 08 Feb 2018 10:46:52 +1300
+
+golang-1.10 (1.10~rc1-2) unstable; urgency=medium
+
+  * d/patches/0004-cmd-link-internal-loadelf-fix-logic-for-computing-EL.patch:
+    Backport from upstream to fix build issues on armhf (causes ftbfs on
+    Ubuntu but not Debian for some reason, but could produce broken binaries
+    on Debian too).
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Wed, 07 Feb 2018 22:10:22 +1300
+
+golang-1.10 (1.10~rc1-1) unstable; urgency=medium
+
+  * New upstream version 1.10~rc1.
+  * d/patches/0004-cmd-dist-use-buildmode-pie-for-pie-testing.patch,
+    d/patches/0006-misc-cgo-testcarchive-use-no-pie-where-needed.patch,
+    d/patches/0003-Do-not-use-SP-as-index-reg.patch: removed, included upstream.
+  * d/patches/0002-reproducible-BUILD_PATH_PREFIX_MAP.patch: refreshed.
+  * d/patches/0001-os-signal-skip-TestTerminalSignal-if-posix_openpt-fa.patch:
+    Add to fix test failure in chroot.
+  * d/patches/0003-cmd-vendor-github.com-google-pprof-cherry-pick-fix-t.patch:
+    Add to fix test failure when $HOME is not writable.
+  * d/rules: Set GOCACHE to "off" during build to avoid shipping cache files.
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Wed, 31 Jan 2018 14:46:12 +1300
+
+golang-1.9 (1.9.2-4) unstable; urgency=medium
+
+  * Enable building on mips, mipsel and mips64. (Closes: 879764)
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Fri, 08 Dec 2017 14:09:24 +1300
+
+golang-1.9 (1.9.2-3) unstable; urgency=medium
+
+  * Remove workaround for now fixed debhelper bug #879762
+  * Backport three patches from upstream to fix ftbfs on ppc64el with new kernel.
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Tue, 31 Oct 2017 12:16:17 +1300
+
+golang-1.9 (1.9.2-2) unstable; urgency=medium
+
+  [ Martín Ferrari ]
+  * Add debian/patches/0003-Do-not-use-SP-as-index-reg.patch (Closes: #877541)
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Fri, 27 Oct 2017 08:55:32 +0200
+
+golang-1.9 (1.9.2-1) unstable; urgency=medium
+
+  * New upstream version 1.9.2
+  * Work around debhelper bug #879762
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Thu, 26 Oct 2017 13:46:40 +1300
+
+golang-1.9 (1.9.1-2) unstable; urgency=medium
+
+  * Update debian/copyright (Closes: #873740)
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Mon, 09 Oct 2017 18:03:49 +0200
+
+golang-1.9 (1.9.1-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Use my @debian.org address in Uploaders.
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Fri, 06 Oct 2017 13:04:46 +1300
+
+golang-1.9 (1.9-1) unstable; urgency=medium
+
+  [ Michael Hudson-Doyle ]
+  * New upstream release.
+  * Suppress some new lintian errors in golang-1.9-src.
+
+  [ Michael Stapelberg ]
+  * Add debian/patches/0002-reproducible-BUILD_PATH_PREFIX_MAP.patch
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Wed, 30 Aug 2017 16:31:09 +1200
+
+golang-1.8 (1.8.3-1) unstable; urgency=medium
+
+  * New upstream release. (Closes: 863292, 863307)
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Thu, 01 Jun 2017 21:06:00 +1200
+
+golang-1.8 (1.8.1-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Mon, 10 Apr 2017 13:29:28 +1200
+
+golang-1.8 (1.8-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Thu, 02 Mar 2017 10:11:55 +1300
+
+golang-1.8 (1.8~rc3-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Fri, 27 Jan 2017 10:23:56 +1300
+
+golang-1.8 (1.8~rc2-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Fri, 20 Jan 2017 12:15:27 +1300
+
+golang-1.8 (1.8~rc1-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Mon, 16 Jan 2017 15:51:54 +1300
+
+golang-1.8 (1.8~beta2-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Tue, 20 Dec 2016 14:19:55 +1300
+
+golang-1.8 (1.8~beta1-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Remove d/patches/cl-29995--tzdata-2016g.patch, included upstream.
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Wed, 07 Dec 2016 17:38:57 -0800
+
+golang-1.7 (1.7.4-1) unstable; urgency=medium
+
+  * Update to 1.7.4 upstream release (Closes: #846545)
+    - https://groups.google.com/d/topic/golang-announce/2lP5z9i9ySY/discussion
+    - https://golang.org/issue/17965 (potential DoS vector in net/http)
+    - https://github.com/golang/go/compare/go1.7.3...go1.7.4
+
+ -- Tianon Gravi <tianon@debian.org>  Fri, 02 Dec 2016 13:30:36 -0800
+
+golang-1.7 (1.7.3-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Delete d/patches/cl-28850.patch, applied upstream.
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Thu, 20 Oct 2016 09:10:47 +1300
+
+golang-1.7 (1.7.1-3) unstable; urgency=medium
+
+  * Backport CL 29995 for tzdata 2016g changes (Closes: #839317)
+
+ -- Tianon Gravi <tianon@debian.org>  Mon, 03 Oct 2016 15:12:28 -0700
+
+golang-1.7 (1.7.1-2) unstable; urgency=medium
+
+  * Add upstream patch for s390x FTBFS
+
+ -- Tianon Gravi <tianon@debian.org>  Mon, 12 Sep 2016 09:32:10 -0700
+
+golang-1.7 (1.7.1-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Re-enable tests on s390x now that gcc-6 has been fixed in unstable.
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Thu, 08 Sep 2016 13:04:33 +1200
+
+golang-1.7 (1.7-3) unstable; urgency=medium
+
+  * Add "s390x" to Architectures
+
+ -- Tianon Gravi <tianon@debian.org>  Tue, 23 Aug 2016 07:35:16 -0700
+
+golang-1.7 (1.7-2) unstable; urgency=medium
+
+  * Disable tests on armel.
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Tue, 16 Aug 2016 15:18:07 +1200
+
+golang-1.7 (1.7-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Tue, 16 Aug 2016 11:37:34 +1200
+
+golang-1.7 (1.7~rc4-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Tue, 02 Aug 2016 15:10:22 +1200
+
+golang-1.7 (1.7~rc3-1) unstable; urgency=medium
+
+  [ Tianon Gravi ]
+  * Remove outdated README files (README.source and README.Debian)
+
+  [ Michael Hudson-Doyle ]
+  * New upstream release.
+  * Suppress inaccurate source-is-missing lintian warnings.
+  * Update Standards-Version to 3.9.8 (no changes required).
+
+ -- Tianon Gravi <tianon@debian.org>  Mon, 11 Jul 2016 18:31:57 -0700
+
+golang-1.7 (1.7~rc2-1) unstable; urgency=medium
+
+  * Update to 1.7rc2 upstream release.
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Tue, 19 Jul 2016 14:40:14 +1200
+
+golang-1.7 (1.7~rc1-1) unstable; urgency=medium
+
+  [ Paul Tagliamonte ]
+  * Use a secure transport for the Vcs-Git and Vcs-Browser URL
+
+  [ Tianon Gravi ]
+  * Update to 1.7rc1 upstream release (new packages, not used by default; see
+    also src:golang-defaults)
+  * Update Vcs-Git to reference a particular branch
+
+ -- Tianon Gravi <tianon@debian.org>  Mon, 11 Jul 2016 16:10:12 -0700
+
+golang-1.6 (1.6.2-2) unstable; urgency=medium
+
+  * Update "golang-any" in "Build-Depends" to fallback to "golang-go | gccgo"
+    (will help with backporting)
+
+ -- Tianon Gravi <tianon@debian.org>  Thu, 23 Jun 2016 20:01:00 -0700
+
+golang-1.6 (1.6.2-1) unstable; urgency=medium
+
+  * Update to 1.6.2 upstream release (Closes: #825696)
+  * Build-Depend on golang-any instead of golang-go (Closes: #824421)
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Fri, 03 Jun 2016 07:50:44 -0700
+
+golang-1.6 (1.6.1-1) unstable; urgency=medium
+
+  * Build golang version-specific packages (Closes: #818415)
+  * Things that (conceptually at least) move to new golang version independent
+    golang-defaults source package:
+    - Man pages.
+    - Suggesting golang-golang-x-tools.
+    - Breaks/Replace-ing of old golang-go-$GOOS-$GOARCH packages.
+  * Stop using alternatives to manage /usr/bin/go.
+  * sed trickery in debian/rules to support easy changes to new golang versions.
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Wed, 01 Jun 2016 10:04:53 -0700
+
+golang (2:1.6.1-2) unstable; urgency=medium
+
+  * Don't strip testdata files, causes build failures on some platforms.
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Wed, 13 Apr 2016 15:47:46 -0700
+
+golang (2:1.6.1-1) unstable; urgency=medium
+
+  [ Michael Hudson-Doyle ]
+  * Breaks/Replaces: older golang-golang-x-tools, not Conflicts, to ensure
+    smooth upgrades.
+  * Strip the binaries as it has worked for the last five years or so and
+    upstream sees no reason to disable it.
+
+  [ Tianon Gravi ]
+  * Update to 1.6.1 upstream release (Closes: #820369)
+    - Fix CVE-2016-3959: infinite loop in several big integer routines
+
+ -- Tianon Gravi <tianon@debian.org>  Tue, 12 Apr 2016 23:06:43 -0700
+
+golang (2:1.6-1) unstable; urgency=medium
+
+  * Update to 1.6 upstream release (thanks Hilko!)
+    - change "ar" arguments to quiet spurious warnings while using gccgo
+      (Closes: #807138)
+    - skip multicast listen test (Closes: #814849)
+    - skip userns tests when chrooted (Closes: #807303)
+    - use correct ELF header for armhf binaries (Closes: #734357)
+    - Update debian/rules clean for new location of generated file.
+
+  [ Michael Hudson-Doyle ]
+  * Respect "nocheck" in DEB_BUILD_OPTIONS while building to skip tests
+    (Closes: #807290)
+  * Trim Build-Depends (Closes: #807299)
+  * Fix several minor debian/copyright issues (Closes: #807304)
+  * Remove inconsistently included race-built packages (Closes: #807294)
+
+  [ Tianon Gravi ]
+  * Add "-k" to "run.bash" invocation so that we do a full test run every time
+
+ -- Tianon Gravi <tianon@debian.org>  Mon, 29 Feb 2016 16:10:32 -0800
+
+golang (2:1.5.3-1) unstable; urgency=high
+
+  * Update to 1.5.3 upstream release
+    - Fix CVE-2015-8618: Carry propagation in Int.Exp Montgomery code in
+      math/big library (Closes: #809168)
+  * Add "Breaks" to properly complement our "Replaces" (Closes: #810595)
+
+ -- Tianon Gravi <tianon@debian.org>  Thu, 14 Jan 2016 07:41:44 -0800
+
+golang (2:1.5.2-1) unstable; urgency=medium
+
+  * Update to 1.5.2 upstream release (Closes: #807136)
+
+ -- Tianon Gravi <tianon@debian.org>  Tue, 05 Jan 2016 19:59:22 -0800
+
+golang (2:1.5.1-4) unstable; urgency=medium
+
+  * Add Conflicts to force newer golang-go.tools too (Closes: #803559)
+
+ -- Tianon Gravi <tianon@debian.org>  Tue, 03 Nov 2015 21:57:54 -0800
+
+golang (2:1.5.1-3) unstable; urgency=medium
+
+  * Remove architecture qualification on golang-go Build-Depend now that
+    golang-go is available for more architectures.
+
+ -- Tianon Gravi <tianon@debian.org>  Thu, 29 Oct 2015 07:40:38 -0700
+
+golang (2:1.5.1-2) unstable; urgency=medium
+
+  * Add Conflicts to force newer golang-golang-x-tools (Closes: #802945).
+
+ -- Tianon Gravi <tianon@debian.org>  Tue, 27 Oct 2015 13:28:56 -0700
+
+golang (2:1.5.1-1) unstable; urgency=medium
+
+  * Upload to unstable.
+  * Update to 1.5.1 upstream release (see notes from experimental uploads for
+    what's changed).
+  * Skip tests on architectures where the tests fail.
+
+ -- Tianon Gravi <tianon@debian.org>  Sat, 24 Oct 2015 10:22:02 -0700
+
+golang (2:1.4.3-3) unstable; urgency=medium
+
+  * Fix FTBFS for non-amd64 architectures due to handling of "-race".
+
+ -- Tianon Gravi <tianon@debian.org>  Mon, 05 Oct 2015 02:04:07 -0700
+
+golang (2:1.5.1-1~exp2) experimental; urgency=medium
+
+  * Upload to experimental.
+  * Add arch-qualifiers to "golang-go" build-depends to unblock the buildds
+    (Closes: #800479); thanks Tim!
+
+ -- Tianon Gravi <tianon@debian.org>  Wed, 30 Sep 2015 11:19:26 -0700
+
+golang (2:1.4.3-2) unstable; urgency=medium
+
+  * Update Recommends/Suggests, especially to add gcc, etc.
+  * Refactor "debian/rules" to utilize debhelper more effectively, especially
+    for arch vs indep building (mostly backported from the 1.5+ changes), which
+    fixes the "arch:all" FTBFS.
+
+ -- Tianon Gravi <tianon@debian.org>  Sun, 27 Sep 2015 22:06:07 -0700
+
+golang (2:1.5.1-1~exp1) experimental; urgency=low
+
+  * Upload to experimental.
+  * Update to 1.5.1 upstream release (Closes: #796150).
+    - Compiler and runtime written entirely in Go.
+    - Concurrent garbage collector.
+    - GOMAXPROCS=runtime.NumCPU() by default.
+    - "internal" packages for all, not just core.
+    - Experimental "vendoring" support.
+    - Cross-compilation no longer requires a complete rebuild of the stdlib in
+      GOROOT, and thus the golang-go-GOHOST-GOARCH packages are removed.
+  * Sync debian/copyright with the Ubuntu delta. (thanks doko!)
+  * Remove patches that no longer apply.
+  * Add more supported arches to "debian/rules" code for detecting
+    appropriate GOARCH/GOHOSTARCH values; thanks mwhudson and tpot!
+    (Closes: #799907)
+  * Refactor "debian/rules" to utilize debhelper more effectively, especially
+    for arch vs indep building.
+  * Move "dpkg-architecture" to "GOOS"/"GOARCH" code into a simple shell script
+    for easier maintenance.
+
+ -- Tianon Gravi <tianon@debian.org>  Fri, 25 Sep 2015 14:36:53 -0700
+
+golang (2:1.4.3-1) unstable; urgency=medium
+
+  * New upstream version (https://golang.org/doc/devel/release.html#go1.4.minor)
+    - includes previous CVE and non-CVE security fixes, especially
+      TEMP-0000000-1C4729
+
+ -- Tianon Gravi <tianon@debian.org>  Fri, 25 Sep 2015 00:02:31 -0700
+
+golang (2:1.4.2-4) unstable; urgency=high
+
+  * Apply backported CVE fixes (Closes: #795106).
+    - CVE-2015-5739: Invalid headers are parsed as valid headers
+    - CVE-2015-5740: RFC 7230 3.3.3 4 violation
+    - CVE-2015-5741: other discoveries of security-relevant RFC 7230 violations
+
+ -- Tianon Gravi <tianon@debian.org>  Mon, 14 Sep 2015 12:27:57 -0700
+
+golang (2:1.4.2-3) unstable; urgency=medium
+
+  * Add missing "prerm" for our new alternatives (thanks piuparts).
+
+ -- Tianon Gravi <admwiggin@gmail.com>  Tue, 05 May 2015 17:38:37 -0600
+
+golang (2:1.4.2-2) unstable; urgency=medium
+
+  * Move "go" and "gofmt" into "/usr/lib/go" and use alternatives to provide
+    appropriate symlinks (Closes: #779503, #782301).
+  * Relax "golang-go.tools" relationship to Suggests (from Recommends).
+  * Add "go get" VCS options to Suggests for golang-go (bzr, git, mercurial,
+    subversion).
+
+ -- Tianon Gravi <admwiggin@gmail.com>  Tue, 05 May 2015 00:37:53 -0600
+
+golang (2:1.4.2-1) unstable; urgency=medium
+
+  * New upstream version
+    (https://golang.org/doc/devel/release.html#go1.4.minor)
+
+ -- Tianon Gravi <admwiggin@gmail.com>  Sat, 02 May 2015 10:06:34 -0600
+
+golang (2:1.4.1-1~exp1) experimental; urgency=low
+
+  * New upstream version (https://golang.org/doc/go1.4)
+    - all editor support files have been removed from misc/ upstream upstream,
+      so golang-mode, kate-syntax-go, and vim-syntax-go can no longer be
+      provided; see https://github.com/golang/go/wiki/IDEsAndTextEditorPlugins
+      for an upstream-maintained list of potential replacements
+
+ -- Tianon Gravi <admwiggin@gmail.com>  Fri, 16 Jan 2015 00:52:10 -0500
+
+golang (2:1.3.3-1) unstable; urgency=medium
+
+  * New upstream version (https://code.google.com/p/go/source/list?name=go1.3.3)
+    - time: removed from tests now obsolete assumption about Australian tz
+      abbreviations
+    - net: temporarily skip TestAcceptIgnoreSomeErrors
+    - runtime: hide cgocallback_gofunc calling cgocallbackg from linker
+    - runtime: fix GOTRACEBACK reading on Windows, Plan 9
+    - nacltest.bash: unset GOROOT
+    - cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug
+  * Add Paul and myself as uploaders. Many, many thanks to Michael for his work
+    so far on this package (and hopefully more to come).
+
+ -- Tianon Gravi <admwiggin@gmail.com>  Fri, 12 Dec 2014 16:11:02 -0500
+
+golang (2:1.3.2-1) unstable; urgency=medium
+
+  * New upstream version
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Fri, 26 Sep 2014 23:21:45 +0200
+
+golang (2:1.3.1-1) unstable; urgency=medium
+
+  * New upstream version
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Wed, 13 Aug 2014 09:15:58 +0200
+
+golang (2:1.3-4) unstable; urgency=medium
+
+  [ Tianon Gravi ]
+  * update debian/watch for upstream's latest move (Closes: #756415)
+  * backport archive/tar patch to fix PAX headers (Closes: #756416)
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Sat, 02 Aug 2014 21:02:24 +0200
+
+golang (2:1.3-3) unstable; urgency=medium
+
+  * don’t depend on emacs23, depend on emacs instead (Closes: #754013)
+  * install include/ in golang-src, VERSION in golang-go (Closes: #693186)
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Mon, 07 Jul 2014 08:30:50 +0200
+
+golang (2:1.3-2) unstable; urgency=medium
+
+  * Add /usr/lib/go/test symlink
+  * Build with GO386=387 to favor the 387 floating point unit over sse2
+    instructions (Closes: #753160)
+  * Add debian/patches/0001-backport-delete-whole-line.patch to fix a
+    deprecation warning about flet in the emacs part of golang-mode
+    (Closes: #753607)
+  * Migrate to emacsen >2 (Closes: #753607)
+  * Backport two patches to improve archive/tar performance (for docker):
+    debian/patches/0002-archive-tar-reuse-temporary-buffer-in-writeHeader.patch
+    debian/patches/0003-archive-tar-reuse-temporary-buffer-in-readHeader.patch
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Thu, 03 Jul 2014 23:33:46 +0200
+
+golang (2:1.3-1) unstable; urgency=medium
+
+  * New upstream version.
+  * Drop patches merged upstream:
+    - debian/patches/add-tar-xattr-support.patch
+    - debian/patches/add-tar-xattr-support.patch
+  * Fix debian/watch (Thanks Tianon) (Closes: #748290)
+  * Remove dangling symlink /usr/lib/go/lib/godoc (Closes: #747968)
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Thu, 19 Jun 2014 09:23:36 +0200
+
+golang (2:1.2.1-2) unstable; urgency=low
+
+  * Re-apply debian/patches/add-tar-xattr-support.patch which got lost when
+    uploading 1.2.1-1; sorry about that.
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Sat, 08 Mar 2014 20:01:12 +0100
+
+golang (2:1.2.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Mon, 03 Mar 2014 17:40:57 +0100
+
+golang (2:1.2-3) unstable; urgency=low
+
+  * add debian/patches/add-tar-xattr-support.patch to have xattr support in
+    tar (cherry-picked from upstream) (Thanks proppy) (Closes: #739586)
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Mon, 24 Feb 2014 19:34:16 +0100
+
+golang (2:1.2-2) unstable; urgency=low
+
+  * add patches/add-src-pkg-debug-elf-testdata-hello.patch to provide source
+    for the testdata/ ELF binaries (Closes: #716853)
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Tue, 31 Dec 2013 18:28:29 +0100
+
+golang (2:1.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * drop patches/archive-tar-fix-links-and-pax.patch, it is merged upstream
+  * godoc(1) is now in the Debian package golang-go.tools, it was moved into a
+    separate repository by upstream.
+  * move patches/godoc-symlinks.diff to golang-go.tools
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Mon, 02 Dec 2013 23:57:24 +0100
+
+golang (2:1.1.2-3) unstable; urgency=low
+
+  * cherry-pick upstream commit: archive-tar-fix-links-and-pax.patch
+    (Closes: #730566)
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Tue, 26 Nov 2013 18:59:27 +0100
+
+golang (2:1.1.2-2) unstable; urgency=low
+
+  * Build golang-go-linux-* for each architecture (Thanks James Page)
+    (Closes: #719611)
+  * Update lintian-overrides to override statically-linked-binary and
+    unstripped-binary-or-object for all of golang-go
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Tue, 20 Aug 2013 08:13:40 +0200
+
+golang (2:1.1.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Relicense debian/ under the Go license to match upstream. All copyright
+    holders agreed to this. (Closes: #716907)
+  * golang-mode: don’t install for a number of emacs versions which are not
+    supported upstream (Thanks Kevin Ryde) (Closes: #702511, #717521)
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Tue, 13 Aug 2013 13:47:58 +0200
+
+golang (2:1.1.1-4) unstable; urgency=low
+
+  * Disable stripping, it breaks go binaries on some architectures. This drops
+    the golang-dbg package which would be empty now. (Thanks Robie Basak)
+    (Closes: #717172)
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Wed, 17 Jul 2013 19:15:18 +0200
+
+golang (2:1.1.1-3) unstable; urgency=low
+
+  * Ship */runtime/cgo.a in golang-go to ensure it is present. It can only be
+    used on the native architecture anyway (cannot be used when
+    cross-compiling), so having it in golang-go-$GOOS-$GOARCH is not
+    necessary. Even worse, since these packages are arch: all, they will be
+    built precisely once, and only the runtime/cgo.a for the buildd’s native
+    arch will be present. (Closes: #715025)
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Thu, 11 Jul 2013 20:25:52 +0200
+
+golang (2:1.1.1-2) unstable; urgency=low
+
+  [ James Page ]
+  * Ensure smooth upgrade path from << 2:1.1-2 (Closes: #714838)
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Wed, 03 Jul 2013 18:05:58 +0200
+
+golang (2:1.1.1-1) unstable; urgency=low
+
+  * Imported Upstream version 1.1.1
+
+ -- Ingo Oeser <nightlyone@googlemail.com>  Fri, 14 Jun 2013 23:25:44 +0200
+
+golang (2:1.1-2) unstable; urgency=low
+
+  [ Ondřej Surý ]
+  * Promote Michael to Maintainer
+
+  [ Michael Stapelberg ]
+  * Build golang-go-$GOOS-$GOARCH packages for cross-compiling (Closes: #710090)
+  * Build race detector on linux/amd64 (only supported arch) (Closes: #710691)
+  * Switch compression to xz (50% smaller binaries)
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Fri, 07 Jun 2013 23:18:09 +0200
+
+golang (2:1.1-1) unstable; urgency=low
+
+  * New upstream release: Go 1.1!
+  * Remove the long obsolete goinstall debconf question and config file.
+    goinstall does not exist anymore since a long time.
+    This also obsoletes the need for any translations
+    (Closes: #685923, #692478)
+  * Emacs go-mode auto-mode-alist entry was fixed upstream (Closes: #670371)
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Tue, 14 May 2013 19:36:04 +0200
+
+golang (2:1.1~hg20130405-1) experimental; urgency=low
+
+  * Provide a new hg tip snapshot. This includes what was recently released as
+    Go 1.1 beta.
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Fri, 05 Apr 2013 18:24:36 +0200
+
+golang (2:1.1~hg20130323-1) experimental; urgency=low
+
+  * Provide a new hg tip snapshot.
+  * Add debian/watch (Closes: #699698)
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Sat, 23 Mar 2013 11:31:26 +0100
+
+golang (2:1.1~hg20130304-2) experimental; urgency=low
+
+  * Fix FTBFS of binary-arch only builds (as performed by buildds)
+    caused by 'rm' not finding jquery.js in golang-doc
+    (Thanks Peter Green)
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Tue, 05 Mar 2013 00:49:27 +0100
+
+golang (2:1.1~hg20130304-1) experimental; urgency=low
+
+  * Provide a hg tip snapshot (2013-03-04) in Debian experimental.
+    Current hg tip is a good approximation to Go 1.1 and should get
+    some testing within Debian in order to package Go 1.1 well when
+    it is released. Thanks to Andrew Gerrand.
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Mon, 04 Mar 2013 21:28:58 +0100
+
+golang (2:1.0.2-2) unstable; urgency=low
+
+  * Add myself to uploaders, as discussed in #683421.
+  * cherry-pick r820ffde8c396 (net/http: non-keepalive connections close
+    successfully) (Closes: #683421)
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Thu, 02 Aug 2012 14:25:58 +0200
+
+golang (2:1.0.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload. (as discussed with Ondřej in #679692)
+  * Fix godoc-symlinks.diff (godoc didn’t find docs) (Closes: #679692)
+
+ -- Michael Stapelberg <stapelberg@debian.org>  Fri, 20 Jul 2012 17:59:38 +0200
+
+golang (2:1.0.2-1) unstable; urgency=low
+
+  [ Ondřej Surý ]
+  * Imported Upstream version 1.0.2
+  * Update Vcs fields to reflect new git repository location
+  * Kill get-orig-source, since 1.0.0, the tarballs can be downloaded from
+    webpage
+
+  [ Michael Stapelberg ]
+  * golang-mode: use debian-pkg-add-load-path-item (Closes: #664802)
+  * add manpages (Closes: #632964)
+  * Use updated pt.po from Pedro Ribeiro (Closes: #674958)
+
+ -- Ondřej Surý <ondrej@sury.org>  Thu, 28 Jun 2012 12:14:15 +0200
+
+golang (2:1.0.1-1) unstable; urgency=low
+
+  * Imported Upstream version 1.0.1
+  * Apply godoc patch to display package list correctly (Closes: #669354)
+
+ -- Ondřej Surý <ondrej@debian.org>  Wed, 02 May 2012 15:44:59 +0200
+
+golang (2:1-6) unstable; urgency=low
+
+  * Merge upstream patch to fix homedir issue
+    (http://code.google.com/p/go/source/detail?r=709120aecee0)
+  * Disable GNU/KFreeBSD build (Closes: #668794)
+
+ -- Ondřej Surý <ondrej@debian.org>  Wed, 18 Apr 2012 09:53:30 +0200
+
+golang (2:1-5) unstable; urgency=low
+
+  * Rewrite test conditions to make them more readable
+    (and fix the debian/rules to really not check on armel+kfreebsd)
+  * Patch upstream test to not fail on missing home directory
+
+ -- Ondřej Surý <ondrej@debian.org>  Sun, 15 Apr 2012 12:35:53 +0200
+
+golang (2:1-4) unstable; urgency=low
+
+  * Disable tests on Debian GNU/KFreeBSD, they just hang now (Closes: #668794)
+  * Disable tests on armel, but the invalid instruction needs fixing in
+    upstream
+  * Create fake home directory to pass the os/user test
+
+ -- Ondřej Surý <ondrej@debian.org>  Sun, 15 Apr 2012 10:49:09 +0200
+
+golang (2:1-3) unstable; urgency=high
+
+  * Use VERSION provided by upstream for packaging purposes
+  * Run tests as a part of a build process
+  * Install full src tree (except pkg/debug) because go command depend
+    on sources available
+  * Install sources without testdata and *_test.go
+  * Remove circular dependency golang-go->golang-doc->golang-go
+  * Make sure that timestamp on installed binaries and libraries is same
+    because go build/install recompiles everything if the go binary has
+    more recent timestamp than libraries (Closes: #668235)
+    + Need to update timestamps at postinst time because already created
+      directories can have time in the past
+  * Fix couple of lintian errors and warnings
+
+ -- Ondřej Surý <ondrej@debian.org>  Wed, 11 Apr 2012 23:21:47 +0200
+
+golang (2:1-2) unstable; urgency=low
+
+  * Remove preserving of old -tools settings, there are too many options
+    now anyway (Closes: #666007)
+
+ -- Ondřej Surý <ondrej@debian.org>  Fri, 06 Apr 2012 16:52:13 +0200
+
+golang (2:1-1) unstable; urgency=low
+
+  * New major upstream release Go 1 (Closes: #666942)
+  * Bumb epoch to 2, since 1 < 60 < 2011 (I wonder if next version will be 0 :)
+  * Debconf templates and debian/control reviewed by the debian-l10n-
+    english team as part of the Smith review project. (Closes: #663181)
+  * [Debconf translation updates]
+    + Pick existing translations from golang-weekly and do appropriate
+      sed magic to fit golang templates. (Closes: #666884, #666880, #666881)
+    + Dutch; (Jeroen Schot).  (Closes: #664598)
+    + Czech (Michal Simunek).  (Closes: #665385)
+    + Spanish; (Camaleón).  (Closes: #666177)
+    + Danish (Joe Hansen).  (Closes: #666526)
+
+ -- Ondřej Surý <ondrej@debian.org>  Fri, 06 Apr 2012 16:04:17 +0200
+
+golang (1:60.3-2) unstable; urgency=low
+
+  * debconf-gettextize package templates
+
+ -- Ondřej Surý <ondrej@debian.org>  Mon, 20 Feb 2012 22:01:10 +0100
+
+golang (1:60.3-1) unstable; urgency=low
+
+  * Imported Upstream version 60.3
+
+ -- Ondřej Surý <ondrej@debian.org>  Mon, 28 Nov 2011 08:46:18 +0100
+
+golang (1:60.2-1) unstable; urgency=low
+
+  * Imported Upstream version 60.2
+
+ -- Ondřej Surý <ondrej@debian.org>  Thu, 06 Oct 2011 08:57:00 +0200
+
+golang (1:60.1-1) unstable; urgency=low
+
+  * Imported Upstream version 60.1
+
+ -- Ondřej Surý <ondrej@debian.org>  Mon, 19 Sep 2011 10:18:12 +0200
+
+golang (1:60-1) unstable; urgency=low
+
+  * Imported Upstream version 60
+  * Save upstream VERSION to the archive
+  * Use GOVERSION as generated by src/version.bash on hg archive time
+  * Add support for goinstall dashboard debconf question in the Debian
+    packaging
+  * Read goinstall dashboard option from debian configuration file
+  * Remove 005-goinstall_dont_call_home_by_default.patch; replaced by
+    configuration option
+  * Fix directory name for upstream archive checkout
+
+ -- Ondřej Surý <ondrej@debian.org>  Tue, 13 Sep 2011 13:13:59 +0200
+
+golang (1:59-1) unstable; urgency=low
+
+  * Imported Upstream version 59
+  * Refresh patches to a new release
+  * Fix FTBFS on ARM (Closes: #634270)
+  * Update version.bash to work with Debian packaging and not hg
+    repository
+
+ -- Ondřej Surý <ondrej@debian.org>  Wed, 03 Aug 2011 17:04:59 +0200
+
+golang (1:58.1-2) unstable; urgency=low
+
+  * Install golang-doc package by default (Recommends from golang-tools,
+    Depends from golang)
+
+ -- Ondřej Surý <ondrej@debian.org>  Mon, 18 Jul 2011 09:13:43 +0200
+
+golang (1:58.1-1) unstable; urgency=low
+
+  * Imported Upstream version 58.1
+
+ -- Ondřej Surý <ondrej@debian.org>  Wed, 13 Jul 2011 08:39:04 +0200
+
+golang (1:58-1) unstable; urgency=low
+
+  * Imported Upstream version 58
+    + Add NEWS file with upstream API changes
+  * Remove patch to not update standard package, fixed in upstream
+
+ -- Ondřej Surý <ondrej@debian.org>  Thu, 30 Jun 2011 15:36:35 +0200
+
+golang (1:57.2-1) unstable; urgency=low
+
+  * Imported Upstream version 57.2
+  * More spelling fixes (Closes: #630660)
+
+ -- Ondřej Surý <ondrej@debian.org>  Thu, 16 Jun 2011 11:10:58 +0200
+
+golang (1:57.1-4) unstable; urgency=low
+
+  * Description update to have proper articles and capitalization
+    (Closes: #630189)
+  * Add extended description about Go being experimental and that the
+    languager can change between releases
+
+ -- Ondřej Surý <ondrej@debian.org>  Tue, 14 Jun 2011 21:38:11 +0200
+
+golang (1:57.1-3) unstable; urgency=low
+
+  * Fix "the Google's Go implementation" in extended description
+    (Closes: #627814)
+  * Update Vcs-* links
+  * Install vim ftplugin files into correct directory (Closes: #629844)
+
+ -- Ondřej Surý <ondrej@debian.org>  Thu, 09 Jun 2011 10:10:41 +0200
+
+golang (1:57.1-2) unstable; urgency=low
+
+  * Bump standards version to 3.9.2
+  * Capitalize Kate (Closes: #627036)
+  * Import slightly modified patch to be more clear about $GOPATH
+    installs for non-root users
+  * Remove don't install deps patch from goinstall; deprecated by
+    $GOPATH installs
+
+ -- Ondřej Surý <ondrej@debian.org>  Mon, 23 May 2011 11:07:11 +0200
+
+golang (1:57.1-1) unstable; urgency=low
+
+  * Add support for dot-minor releases
+  * Imported Upstream version 57.1
+
+ -- Ondřej Surý <ondrej@debian.org>  Mon, 16 May 2011 11:45:53 +0200
+
+golang (1:57-3) unstable; urgency=low
+
+  [ Florian Weimer ]
+  * golang-tools: install gofix binary
+
+  [ Ondřej Surý ]
+  * Add lintian-overrides for gofix binary
+
+ -- Ondřej Surý <ondrej@debian.org>  Sat, 07 May 2011 20:41:58 +0200
+
+golang (1:57-2) unstable; urgency=low
+
+  * Remove weekly code from debian/rules
+  * Add golang meta-package
+  * Don't create tool chain symlinks twice
+  * Make debian/rules more generic for simpler sync between weekly
+    and release branches
+
+ -- Ondřej Surý <ondrej@debian.org>  Wed, 04 May 2011 16:48:24 +0200
+
+golang (1:57-1) unstable; urgency=low
+
+  * Imported Upstream version r57
+  * Bumped epoch version to 1, to convert from date based versions
+    to release number based version
+  * Allow release to migrate to testing (Closes: #624408)
+  * Add kate and vim syntax highlighting (Closes: #624544)
+  * Add -dbg package with debugging symbols
+
+ -- Ondřej Surý <ondrej@debian.org>  Wed, 04 May 2011 01:20:07 +0200
+
+golang (2011.04.27-2) unstable; urgency=low
+
+  * Fix yet another build failure on kfreebsd (use linux userspace)
+
+ -- Ondřej Surý <ondrej@debian.org>  Fri, 29 Apr 2011 16:22:47 +0200
+
+golang (2011.04.27-1) unstable; urgency=low
+
+  * Imported Upstream version 2011.04.27
+  * Update debian/rules to allow pulling weekly upstream releases
+  * Don't remove RUNPATH from binaries; fixed upstream (golang#1527)
+  * Set GOHOSTOS and GOHOSTARCH to match dpkg-architecture variables
+  * Add support for kfreebsd-i386, kfreebsd-amd64, armel and armhf
+    architectures
+    + 006-fix_kfreebsd_build.patch:
+      - Add GNU/KFreeBSD support by replacing all uname calls by $(GOOS)
+    + 007-use_native_dynamic_linker_on_kfreebsd.patch:
+      - Use native kfreebsd dynamic linker (/lib/ld-*.so.1)
+  * Add information about available architectures (Closes: #623877)
+  * Don't strip gotest
+  * Add Depends: golang-go to golang-tools
+  * Add better support for armhf
+
+ -- Ondřej Surý <ondrej@debian.org>  Thu, 28 Apr 2011 16:14:39 +0200
+
+golang (2011.04.13-1) unstable; urgency=low
+
+  [ Florian Weimer ]
+  * Delete bin directory in clean target
+  * Enable parallel build
+  * golang-src: install source files directly
+  * Use proper symlink targets for architecture-independent toolchain
+    names
+  * Emacs mode: indent keys in struct literals properly
+
+  [ Ondřej Surý ]
+  * Imported Upstream weekly version 2011.04.13
+  * Update patches to new weekly release
+  * Add lintian-override for gotest binary
+
+ -- Ondřej Surý <ondrej@debian.org>  Tue, 26 Apr 2011 09:59:28 +0200
+
+golang (2011.03.07.1-1) unstable; urgency=low
+
+  * Imported Upstream version 2011.03.07.1
+  * Install to /usr/lib/go
+  * Remove xkcd strip to get rid of CC-NC-BY
+  * Update golang-src.install to new upstream
+  * Remove 002-use_GOROOT_FINAL_in_generated_binaries.patch; merged
+    upstream
+  * Make all .go files no-executable
+  * Update lintian-overrides to include both types of syntax
+
+ -- Ondřej Surý <ondrej@debian.org>  Wed, 20 Apr 2011 17:36:48 +0200
+
+golang (2011.02.15-2) unstable; urgency=low
+
+  [ Ondřej Surý ]
+  * Add ${misc:Depends} to golang-mode to shutup lintian
+  * Rehaul build system and add golang-src package with .go source files
+  * goinstall: do not automatically install prerequisities
+  * goinstall: don't report to dashboard by default
+  * Add a README.Debian about local modifications to goinstall
+  * Add warning about local modifications also directly to goinstall command
+
+  [ Florian Weimer ]
+  * Fix syntax error in 004-
+    dont_reinstall_dependencies_in_goinstall.patch
+
+ -- Ondřej Surý <ondrej@debian.org>  Fri, 18 Feb 2011 16:02:09 +0100
+
+golang (2011.02.15-1) unstable; urgency=low
+
+  [ Obey Arthur Liu ]
+  * Added pkg-google git repo to control file
+
+  [ Florian Weimer ]
+  * Build golang-mode package
+
+  [ Ondřej Surý ]
+  * Imported Upstream version 2011.02.15
+  * Don't compress godoc documentation
+  * Correctly use $GOROOT_FINAL in the build chain
+  * Remove RPATH/RUNPATH from go binaries
+
+ -- Ondřej Surý <ondrej@debian.org>  Fri, 18 Feb 2011 11:39:10 +0100
+
+golang (2011.02.01.1-1) unstable; urgency=low
+
+  [ Ivan Wong ]
+  * Initial release (Closes: #574371)
+
+  [ Jonathan Nieder ]
+  * Fill out copyright file
+  * Rewrite debian/rules using dh driver
+  * debian: fix get-orig-source rule
+  * debian: do not install extra files on repeated build
+  * debian: fix reversed ‘if’
+  * debian: do not leave around stale debian/env.sh+ file
+  * debian: Build-Depends on awk instead of gawk
+  * debian: add run-time dependency on perl
+  * debian: add build-time dependency on perl
+  * debian: fix setting of GOARM on arm
+  * debian: do not compress files in web page
+  * debian: install favicon
+
+  [ Ondřej Surý ]
+  * Make myself a maintainer
+  * Add patch to allow IPv4 on IPv6 sockets (Courtesy of Florian Weimer)
+  * Use GOROOT_FINAL and change GOBIN to /usr/bin
+  * Get rid of env.sh and wrappers
+  * Add support for building in i386 pbuilder on amd64 architecture
+  * Rename source package to golang to match upstream repository name
+  * Add golang-doc package
+  * Split package into compiler, docs and tools
+  * Don't install quietgcc and hgpatch
+  * Don't generate fake gomake
+  * Update golang-doc package
+  * Export GOHOSTARCH and GOHOSTOS
+  * Disable build time checks
+  * Fail on missed installed files
+  * Revert s{tmp{golang-go{ change in DESTDIR
+  * Relicence debian/ files from versionless GPL to GPL-3
+  * Move golang-doc to doc section
+  * Add more lintian overrides for Go binaries
+  * Install all 6,8,5 variants of commands
+  * Install golang-* symlinks for 6,8,5* commands
+  * Don't strip govet as well
+  * Remove ${shlibs:Depends} where it doesn't belong
+  * Move more html files to golang-doc package
+  * Remove codereview directory - some python code to deal with mercurial
+
+ -- Ondřej Surý <ondrej@debian.org>  Mon, 14 Feb 2011 17:42:39 +0100
diff --git a/control b/control
new file mode 100644 (file)
index 0000000..0fb79d3
--- /dev/null
+++ b/control
@@ -0,0 +1,109 @@
+#
+# WARNING: "debian/control" is generated via "debian/rules gencontrol" (sourced from "debian/control.in")
+#
+
+Source: golang-1.21
+Maintainer: Debian Go Compiler Team <team+go-compiler@tracker.debian.org>
+Uploaders: Michael Stapelberg <stapelberg@debian.org>,
+           Paul Tagliamonte <paultag@debian.org>,
+           Tianon Gravi <tianon@debian.org>,
+           Michael Hudson-Doyle <mwhudson@debian.org>,
+           Dr. Tobias Quathamer <toddy@debian.org>,
+           Anthony Fok <foka@debian.org>
+Section: golang
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               golang-any (>= 2:1.17~) | golang-go (>= 2:1.17~) | gccgo (>= 4:12~),
+               netbase
+Standards-Version: 4.6.2
+Vcs-Browser: https://salsa.debian.org/go-team/compiler/golang/tree/golang-1.21
+Vcs-Git: https://salsa.debian.org/go-team/compiler/golang.git -b golang-1.21
+Homepage: https://go.dev/
+Rules-Requires-Root: no
+
+Package: golang-1.21-go
+Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64 ppc64el riscv64 s390x
+Depends: golang-1.21-src (>= ${source:Version}),
+         ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
+Recommends: g++, gcc, libc6-dev, pkg-config
+Breaks: dh-golang (<< 1.43~)
+Suggests: bzr | brz, ca-certificates, git, mercurial, subversion
+Description: Go programming language compiler, linker, compiled stdlib
+ The Go programming language is an open source project to make programmers more
+ productive. Go is expressive, concise, clean, and efficient. Its concurrency
+ mechanisms make it easy to write programs that get the most out of multicore
+ and networked machines, while its novel type system enables flexible and
+ modular program construction. Go compiles quickly to machine code yet has the
+ convenience of garbage collection and the power of run-time reflection. It's a
+ fast, statically typed, compiled language that feels like a dynamically typed,
+ interpreted language.
+ .
+ This package provides an assembler, compiler, linker, and compiled libraries
+ for the Go programming language.
+ .
+ To use this version, instead of the default one provided by golang-go package,
+ add /usr/lib/go-1.21/bin/ to PATH, or invoke /usr/lib/go-1.21/bin/go directly.
+
+Package: golang-1.21-src
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: golang-1.21-go (<< 1.21~rc3)
+Replaces: golang-1.21-go (<< 1.21~rc3)
+Description: Go programming language - source files
+ The Go programming language is an open source project to make programmers more
+ productive. Go is expressive, concise, clean, and efficient. Its concurrency
+ mechanisms make it easy to write programs that get the most out of multicore
+ and networked machines, while its novel type system enables flexible and
+ modular program construction. Go compiles quickly to machine code yet has the
+ convenience of garbage collection and the power of run-time reflection. It's a
+ fast, statically typed, compiled language that feels like a dynamically typed,
+ interpreted language.
+ .
+ This package provides the Go programming language source files needed for
+ compilation.
+
+Package: golang-1.21-doc
+Depends: ${misc:Depends}
+Architecture: all
+Multi-Arch: foreign
+Section: doc
+Description: Go programming language - documentation
+ The Go programming language is an open source project to make
+ programmers more productive. Go is expressive, concise, clean, and
+ efficient. Its concurrency mechanisms make it easy to write programs
+ that get the most out of multicore and networked machines, while its
+ novel type system enables flexible and modular program construction.
+ Go compiles quickly to machine code yet has the convenience of
+ garbage collection and the power of run-time reflection. It's a fast,
+ statically typed, compiled language that feels like a dynamically
+ typed, interpreted language.
+ .
+ This package provides the documentation for the Go programming
+ language.
+
+Package: golang-1.21
+Depends: golang-1.21-doc (>= ${source:Version}),
+         golang-1.21-go (>= ${source:Version}),
+         golang-1.21-src (>= ${source:Version}),
+         ${misc:Depends}
+Architecture: all
+Description: Go programming language compiler - metapackage
+ The Go programming language is an open source project to make
+ programmers more productive. Go is expressive, concise, clean, and
+ efficient. Its concurrency mechanisms make it easy to write programs
+ that get the most out of multicore and networked machines, while its
+ novel type system enables flexible and modular program construction.
+ Go compiles quickly to machine code yet has the convenience of
+ garbage collection and the power of run-time reflection. It's a
+ fast, statically typed, compiled language that feels like a
+ dynamically typed, interpreted language.
+ .
+ This package is a metapackage that, when installed, guarantees
+ that (most of) a full Go development environment is installed.
+ .
+ To use this version, instead of the default one provided by golang-go
+ package, add /usr/lib/go-1.21/bin/ to PATH, or invoke /usr/lib/go-1.21/bin/go
+ directly.
diff --git a/control.in b/control.in
new file mode 100644 (file)
index 0000000..c65794e
--- /dev/null
@@ -0,0 +1,103 @@
+Source: golang-X.Y
+Maintainer: Debian Go Compiler Team <team+go-compiler@tracker.debian.org>
+Uploaders: Michael Stapelberg <stapelberg@debian.org>,
+           Paul Tagliamonte <paultag@debian.org>,
+           Tianon Gravi <tianon@debian.org>,
+           Michael Hudson-Doyle <mwhudson@debian.org>,
+           Dr. Tobias Quathamer <toddy@debian.org>,
+           Anthony Fok <foka@debian.org>
+Section: golang
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               golang-any (>= 2:1.17~) | golang-go (>= 2:1.17~) | gccgo (>= 4:12~),
+               netbase
+Standards-Version: 4.6.2
+Vcs-Browser: https://salsa.debian.org/go-team/compiler/golang/tree/golang-X.Y
+Vcs-Git: https://salsa.debian.org/go-team/compiler/golang.git -b golang-X.Y
+Homepage: https://go.dev/
+Rules-Requires-Root: no
+
+Package: golang-X.Y-go
+Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64 ppc64el riscv64 s390x
+Depends: golang-X.Y-src (>= ${source:Version}),
+         ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
+Recommends: g++, gcc, libc6-dev, pkg-config
+Breaks: dh-golang (<< 1.43~)
+Suggests: bzr | brz, ca-certificates, git, mercurial, subversion
+Description: Go programming language compiler, linker, compiled stdlib
+ The Go programming language is an open source project to make programmers more
+ productive. Go is expressive, concise, clean, and efficient. Its concurrency
+ mechanisms make it easy to write programs that get the most out of multicore
+ and networked machines, while its novel type system enables flexible and
+ modular program construction. Go compiles quickly to machine code yet has the
+ convenience of garbage collection and the power of run-time reflection. It's a
+ fast, statically typed, compiled language that feels like a dynamically typed,
+ interpreted language.
+ .
+ This package provides an assembler, compiler, linker, and compiled libraries
+ for the Go programming language.
+ .
+ To use this version, instead of the default one provided by golang-go package,
+ add /usr/lib/go-X.Y/bin/ to PATH, or invoke /usr/lib/go-X.Y/bin/go directly.
+
+Package: golang-X.Y-src
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Go programming language - source files
+ The Go programming language is an open source project to make programmers more
+ productive. Go is expressive, concise, clean, and efficient. Its concurrency
+ mechanisms make it easy to write programs that get the most out of multicore
+ and networked machines, while its novel type system enables flexible and
+ modular program construction. Go compiles quickly to machine code yet has the
+ convenience of garbage collection and the power of run-time reflection. It's a
+ fast, statically typed, compiled language that feels like a dynamically typed,
+ interpreted language.
+ .
+ This package provides the Go programming language source files needed for
+ compilation.
+
+Package: golang-X.Y-doc
+Depends: ${misc:Depends}
+Architecture: all
+Multi-Arch: foreign
+Section: doc
+Description: Go programming language - documentation
+ The Go programming language is an open source project to make
+ programmers more productive. Go is expressive, concise, clean, and
+ efficient. Its concurrency mechanisms make it easy to write programs
+ that get the most out of multicore and networked machines, while its
+ novel type system enables flexible and modular program construction.
+ Go compiles quickly to machine code yet has the convenience of
+ garbage collection and the power of run-time reflection. It's a fast,
+ statically typed, compiled language that feels like a dynamically
+ typed, interpreted language.
+ .
+ This package provides the documentation for the Go programming
+ language.
+
+Package: golang-X.Y
+Depends: golang-X.Y-doc (>= ${source:Version}),
+         golang-X.Y-go (>= ${source:Version}),
+         golang-X.Y-src (>= ${source:Version}),
+         ${misc:Depends}
+Architecture: all
+Description: Go programming language compiler - metapackage
+ The Go programming language is an open source project to make
+ programmers more productive. Go is expressive, concise, clean, and
+ efficient. Its concurrency mechanisms make it easy to write programs
+ that get the most out of multicore and networked machines, while its
+ novel type system enables flexible and modular program construction.
+ Go compiles quickly to machine code yet has the convenience of
+ garbage collection and the power of run-time reflection. It's a
+ fast, statically typed, compiled language that feels like a
+ dynamically typed, interpreted language.
+ .
+ This package is a metapackage that, when installed, guarantees
+ that (most of) a full Go development environment is installed.
+ .
+ To use this version, instead of the default one provided by golang-go
+ package, add /usr/lib/go-X.Y/bin/ to PATH, or invoke /usr/lib/go-X.Y/bin/go
+ directly.
diff --git a/copyright b/copyright
new file mode 100644 (file)
index 0000000..da0c0b5
--- /dev/null
+++ b/copyright
@@ -0,0 +1,392 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: golang
+Source: https://github.com/golang/go
+
+Files: *
+Copyright: © 2009, 2010, The Go Authors.  All rights reserved.
+License: Go
+
+Files:
+ src/cmd/internal/objabi/autotype.go
+ src/cmd/internal/objabi/head.go
+ src/cmd/internal/objabi/reloctype.go
+ src/cmd/internal/objabi/symkind.go
+ src/cmd/internal/obj/arm64/a.out.go
+ src/cmd/internal/obj/arm64/asm7.go
+ src/cmd/internal/obj/arm64/list7.go
+ src/cmd/internal/obj/arm64/obj7.go
+ src/cmd/internal/obj/arm/a.out.go
+ src/cmd/internal/obj/arm/asm5.go
+ src/cmd/internal/obj/arm/list5.go
+ src/cmd/internal/obj/arm/obj5.go
+ src/cmd/internal/obj/mips/a.out.go
+ src/cmd/internal/obj/mips/asm0.go
+ src/cmd/internal/obj/mips/list0.go
+ src/cmd/internal/obj/mips/obj0.go
+ src/cmd/internal/obj/ppc64/a.out.go
+ src/cmd/internal/obj/ppc64/asm9.go
+ src/cmd/internal/obj/ppc64/list9.go
+ src/cmd/internal/obj/ppc64/obj9.go
+ src/cmd/internal/obj/s390x/asmz.go
+ src/cmd/internal/obj/s390x/a.out.go
+ src/cmd/internal/obj/s390x/listz.go
+ src/cmd/internal/obj/s390x/objz.go
+ src/cmd/internal/obj/data.go
+ src/cmd/internal/obj/ld.go
+ src/cmd/internal/obj/link.go
+ src/cmd/internal/obj/pass.go
+ src/cmd/internal/obj/sym.go
+ src/cmd/internal/obj/x86/a.out.go
+ src/cmd/internal/obj/x86/asm6.go
+ src/cmd/internal/obj/x86/list6.go
+ src/cmd/internal/obj/x86/obj6.go
+ src/cmd/link/internal/amd64/asm.go
+ src/cmd/link/internal/amd64/l.go
+ src/cmd/link/internal/amd64/obj.go
+ src/cmd/link/internal/arm64/asm.go
+ src/cmd/link/internal/arm64/l.go
+ src/cmd/link/internal/arm64/obj.go
+ src/cmd/link/internal/arm/asm.go
+ src/cmd/link/internal/arm/l.go
+ src/cmd/link/internal/arm/obj.go
+ src/cmd/link/internal/ld/ar.go
+ src/cmd/link/internal/ld/data.go
+ src/cmd/link/internal/ld/ld.go
+ src/cmd/link/internal/ld/lib.go
+ src/cmd/link/internal/ld/link.go
+ src/cmd/link/internal/ld/main.go
+ src/cmd/link/internal/ld/sym.go
+ src/cmd/link/internal/ld/symtab.go
+ src/cmd/link/internal/mips/asm.go
+ src/cmd/link/internal/mips/l.go
+ src/cmd/link/internal/mips/obj.go
+ src/cmd/link/internal/mips64/asm.go
+ src/cmd/link/internal/mips64/l.go
+ src/cmd/link/internal/mips64/obj.go
+ src/cmd/link/internal/ppc64/asm.go
+ src/cmd/link/internal/ppc64/l.go
+ src/cmd/link/internal/ppc64/obj.go
+ src/cmd/link/internal/s390x/asm.go
+ src/cmd/link/internal/s390x/l.go
+ src/cmd/link/internal/s390x/obj.go
+ src/cmd/link/internal/sym/segment.go
+ src/cmd/link/internal/sym/symkind.go
+ src/cmd/link/internal/x86/asm.go
+ src/cmd/link/internal/x86/l.go
+ src/cmd/link/internal/x86/obj.go
+ src/runtime/memclr_arm.s
+ src/runtime/memmove_386.s
+ src/runtime/memmove_amd64.s
+ src/runtime/memmove_arm.s
+ src/runtime/memmove_plan9_386.s
+ src/runtime/memmove_plan9_amd64.s
+ src/runtime/vlop_386.s
+ src/runtime/vlop_arm.s
+ src/runtime/vlrt.go
+Origin: Plan 9 from User Space include/, src/lib9/, src/libmach/
+        Inferno utils/include/, utils/libmach/, utils/6c/, utils/iar/,
+                utils/6l/, utils/6a/, utils/5c/, utils/8c/, utils/iyacc/,
+                utils/5l/, utils/6c/, utils/8l/, utils/nm/, utils/cc/,
+                utils/5a/, utils/8a/, lib9/, libkern/, libbio/
+Copyright: © 1994-1999 Lucent Technologies Inc.  All rights reserved.
+           Portions © 1997-1999 Vita Nuova Limited
+           Portions © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com)
+           Portions © 2001-2007 Russ Cox.  All rights reserved.
+           Portions © 2004,2006 Bruce Ellis
+           Portions © 1995-2007 C H Forsyth (forsyth@terzarima.net)
+           Revisions © 2000-2007 Lucent Technologies Inc. and others
+           Portions © 2009 The Go Authors.  All rights reserved.
+License: X11
+
+Files: src/debug/dwarf/testdata/typedef.macho
+ src/debug/dwarf/testdata/typedef.elf
+Source: src/debug/dwarf/testdata/typedef.c
+Copyright: © 2009, The Go Authors.  All rights reserved.
+License: Go
+
+Files:
+ src/debug/macho/testdata/fat-gcc*
+ src/debug/macho/testdata/clang*
+ src/debug/macho/testdata/gcc*
+Source: src/debug/macho/testdata/hello.c
+Copyright: © 2009, 2010, The Go Authors.  All rights reserved.
+License: Go
+
+Files:
+ src/debug/elf/testdata/*-exec
+ src/debug/elf/testdata/*.obj
+ src/debug/elf/testdata/hello-world-core.gz
+Source: src/debug/elf/testdata/hello.c
+Copyright: © 2009, 2010, The Go Authors.  All rights reserved.
+License: Go
+
+Files: src/debug/elf/elf.go
+ src/cmd/link/internal/ld/elf.go
+Origin: FreeBSD src/sys/sys/elf{32,64,_common}.h, src/sys/*/include/elf.h
+Copyright: © 1996-1998 John D. Polstra.  All rights reserved.
+           © 2001 David E. O'Brien
+           Portions © 2009 The Go Authors.  All rights reserved.
+License: FreeBSD
+
+Files: src/math/cmplx/asin.go
+ src/math/cmplx/exp.go
+ src/math/cmplx/log.go
+ src/math/cmplx/pow.go
+ src/math/cmplx/sin.go
+ src/math/cmplx/sqrt.go
+ src/math/cmplx/tan.go
+ src/math/atan.go
+ src/math/gamma.go
+ src/math/sin.go
+ src/math/tan.go
+ src/math/tanh.go
+Copyright: © 2009, 2011 The Go Authors. All rights reserved.
+           Based on code © 1984, 1987, 1989, 1992, 2000 by Stephen L. Moshier
+License: Go
+
+Files: src/math/log1p.go
+ src/math/acosh.go
+ src/math/asinh.go
+ src/math/atanh.go
+ src/math/cbrt.go
+ src/math/erf.go
+ src/math/exp.go
+ src/math/expm1.go
+ src/math/j0.go
+ src/math/j1.go
+ src/math/jn.go
+ src/math/lgamma.go
+ src/math/log.go
+ src/math/remainder.go
+ src/math/sqrt.go
+Copyright: © 2010 The Go Authors. All rights reserved.
+           Based on code © 1993 by Sun Microsystems, Inc. All rights reserved.
+License: Go
+Comment:
+ Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
+ .
+ Developed at SunPro, a Sun Microsystems, Inc. business.
+ Permission to use, copy, modify, and distribute this
+ software is freely granted, provided that this notice
+ is preserved.
+
+Files: src/image/jpeg/idct.go
+Origin: Translated from idct.c in the MPEG-2 (ISO/IEC 13818-4)
+         technical report video software verifier (mpeg2decode)
+         version 960109
+Copyright: © 1996, MPEG Software Simulation Group. All Rights Reserved.
+License: MPEG
+
+Files: src/image/png/testdata/pngsuite/*
+Origin: libpng 1.2.40, contrib/pngsuite/*
+Copyright: © Willem van Schaik, 1999
+License: noderivs
+ Permission to use, copy, and distribute these images for any purpose and
+ without fee is hereby granted.
+
+Files: src/cmd/vendor/github.com/google/pprof/*
+Copyright: 2014, 2016 Google Inc.
+License: Apache-2.0
+
+Files: src/cmd/vendor/github.com/google/pprof/third_party/svgpan/svgpan.go
+Copyright: 2009-2017 Andrea Leofreddi <a.leofreddi@itcharm.com>
+License: BSD-3-clause-svgpan
+
+Files: src/cmd/trace/static/*
+Copyright: 2012 The Chromium Authors
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2010 Ivan Wong <ivanwyc@gmail.com>
+           2010 Ondřej Surý <ondrej@debian.org>
+           2012 Michael Stapelberg <stapelberg@debian.org>
+           2014 Canonical Ltd
+           2014 Tianon Gravi <tianon@debian.org>
+           2016-2018 Michael Hudson-Doyle <mwhudson@debian.org>
+           2018 Martín Ferrari <tincho@debian.org>
+           2018-2019 Dr. Tobias Quathamer <toddy@debian.org>
+           2023 Shengjing Zhu <zhsj@debian.org>
+License: Go
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+    * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following disclaimer
+ in the documentation and/or other materials provided with the
+ distribution.
+    * Neither the name of Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: Go
+ Copyright © 2009 The Go Authors. All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+    * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following disclaimer
+ in the documentation and/or other materials provided with the
+ distribution.
+    * Neither the name of Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Subject to the terms and conditions of this License, Google hereby
+ grants to You a perpetual, worldwide, non-exclusive, no-charge,
+ royalty-free, irrevocable (except as stated in this section) patent
+ license to make, have made, use, offer to sell, sell, import, and
+ otherwise transfer this implementation of Go, where such license
+ applies only to those patent claims licensable by Google that are
+ necessarily infringed by use of this implementation of Go. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that this
+ implementation of Go or a Contribution incorporated within this
+ implementation of Go constitutes direct or contributory patent
+ infringement, then any patent licenses granted to You under this
+ License for this implementation of Go shall terminate as of the date
+ such litigation is filed.
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+     http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the Apache License, Version 2.0 can be found at
+ /usr/share/common-licenses/Apache-2.0.
+
+License: X11
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+
+License: FreeBSD
+ Copyright (c) 1996-1998 John D. Polstra.  All rights reserved.
+ Copyright (c) 2001 David E. O'Brien
+ Portions Copyright 2009 The Go Authors.  All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+License: MPEG
+ These software programs are available to the user without any license fee or
+ royalty on an "as is" basis.  The MPEG Software Simulation Group disclaims
+ any and all warranties, whether express, implied, or statuary, including any
+ implied warranties or merchantability or of fitness for a particular
+ purpose.  In no event shall the copyright-holder be liable for any
+ incidental, punitive, or consequential damages of any kind whatsoever
+ arising from the use of these programs.
+ .
+ This disclaimer of warranty extends to the user of these programs and user's
+ customers, employees, agents, transferees, successors, and assigns.
+ .
+ The MPEG Software Simulation Group does not represent or warrant that the
+ programs furnished hereunder are free of infringement of any third-party
+ patents.
+ .
+ Commercial implementations of MPEG-1 and MPEG-2 video, including shareware,
+ are subject to royalty fees to patent holders.  Many of these patents are
+ general enough such that they are unavoidable regardless of implementation
+ design.
+
+License: BSD-3-clause-svgpan
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+    1. Redistributions of source code must retain the above copyright notice,
+       this list of conditions and the following disclaimer.
+ .
+    2. Redistributions in binary form must reproduce the above copyright notice,
+       this list of conditions and the following disclaimer in the documentation
+       and/or other materials provided with the distribution.
+ .
+    3. Neither the name of the copyright holder nor the names of its
+       contributors may be used to endorse or promote products derived from
+       this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ EVENT SHALL COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ The views and conclusions contained in the software and documentation are those
+ of the authors and should not be interpreted as representing official policies,
+ either expressed or implied, of Andrea Leofreddi.
diff --git a/docs b/docs
new file mode 100644 (file)
index 0000000..b43bf86
--- /dev/null
+++ b/docs
@@ -0,0 +1 @@
+README.md
diff --git a/gbp.conf b/gbp.conf
new file mode 100644 (file)
index 0000000..8b99c01
--- /dev/null
+++ b/gbp.conf
@@ -0,0 +1,13 @@
+#
+# WARNING: "debian/gbp.conf" is generated via "debian/rules gencontrol" (sourced from "debian/gbp.conf.in")
+#
+
+[DEFAULT]
+debian-branch = golang-1.21
+debian-tag = debian/%(version)s
+upstream-branch = upstream-1.21
+upstream-tag = upstream/%(version)s
+pristine-tar = False
+
+[dch]
+meta = 1
diff --git a/gbp.conf.in b/gbp.conf.in
new file mode 100644 (file)
index 0000000..cb6cbed
--- /dev/null
@@ -0,0 +1,9 @@
+[DEFAULT]
+debian-branch = golang-X.Y
+debian-tag = debian/%(version)s
+upstream-branch = upstream-X.Y
+upstream-tag = upstream/%(version)s
+pristine-tar = False
+
+[dch]
+meta = 1
diff --git a/golang-X.Y-doc.dirs b/golang-X.Y-doc.dirs
new file mode 100644 (file)
index 0000000..8c724f4
--- /dev/null
@@ -0,0 +1 @@
+usr/share/doc/golang-X.Y-doc/html
diff --git a/golang-X.Y-doc.install b/golang-X.Y-doc.install
new file mode 100644 (file)
index 0000000..2936934
--- /dev/null
@@ -0,0 +1 @@
+doc/* /usr/share/doc/golang-X.Y-doc/html/
diff --git a/golang-X.Y-doc.links b/golang-X.Y-doc.links
new file mode 100644 (file)
index 0000000..05c7bfd
--- /dev/null
@@ -0,0 +1 @@
+usr/share/doc/golang-X.Y-doc/html /usr/lib/go-X.Y/doc
diff --git a/golang-X.Y-go.dirs b/golang-X.Y-go.dirs
new file mode 100644 (file)
index 0000000..b6d5a56
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/go-X.Y
diff --git a/golang-X.Y-go.install b/golang-X.Y-go.install
new file mode 100644 (file)
index 0000000..0e7d3f8
--- /dev/null
@@ -0,0 +1,5 @@
+VERSION /usr/lib/go-X.Y/
+bin /usr/lib/go-X.Y/
+go.env /usr/lib/go-X.Y/
+pkg/include /usr/share/go-X.Y/pkg/
+pkg/tool /usr/lib/go-X.Y/pkg/
diff --git a/golang-X.Y-go.links b/golang-X.Y-go.links
new file mode 100644 (file)
index 0000000..c69926a
--- /dev/null
@@ -0,0 +1,5 @@
+usr/share/go-X.Y/api /usr/lib/go-X.Y/api
+usr/share/go-X.Y/misc /usr/lib/go-X.Y/misc
+usr/share/go-X.Y/pkg/include /usr/lib/go-X.Y/pkg/include
+usr/share/go-X.Y/src /usr/lib/go-X.Y/src
+usr/share/go-X.Y/test /usr/lib/go-X.Y/test
diff --git a/golang-X.Y-go.lintian-overrides b/golang-X.Y-go.lintian-overrides
new file mode 100644 (file)
index 0000000..41817d9
--- /dev/null
@@ -0,0 +1,2 @@
+# Go always links statically.
+golang-X.Y-go: statically-linked-binary
diff --git a/golang-X.Y-src.install b/golang-X.Y-src.install
new file mode 100644 (file)
index 0000000..b78e2c0
--- /dev/null
@@ -0,0 +1,4 @@
+api /usr/share/go-X.Y/
+misc /usr/share/go-X.Y/
+src /usr/share/go-X.Y/
+test /usr/share/go-X.Y/
diff --git a/golang-X.Y-src.lintian-overrides b/golang-X.Y-src.lintian-overrides
new file mode 100644 (file)
index 0000000..7cf4d01
--- /dev/null
@@ -0,0 +1,65 @@
+elf-error
+repeated-path-segment
+unpack-message-for-deb-data
+
+arch-dependent-file-in-usr-share [usr/share/go-X.Y/src/cmd/objdump/testdata/*]
+arch-dependent-file-in-usr-share [usr/share/go-X.Y/src/crypto/internal/boring/syso/*.syso]
+arch-dependent-file-in-usr-share [usr/share/go-X.Y/src/debug/dwarf/testdata/*]
+arch-dependent-file-in-usr-share [usr/share/go-X.Y/src/debug/elf/testdata/*]
+arch-dependent-file-in-usr-share [usr/share/go-X.Y/src/go/internal/gccgoimporter/testdata/*]
+arch-dependent-file-in-usr-share [usr/share/go-X.Y/src/go/internal/gcimporter/testdata/*]
+arch-dependent-file-in-usr-share [usr/share/go-X.Y/src/runtime/pprof/testdata/*]
+arch-dependent-file-in-usr-share [usr/share/go-X.Y/src/runtime/race/*.syso]
+arch-independent-package-contains-binary-or-object [usr/share/go-X.Y/src/cmd/objdump/testdata/*]
+arch-independent-package-contains-binary-or-object [usr/share/go-X.Y/src/crypto/internal/boring/syso/*.syso]
+arch-independent-package-contains-binary-or-object [usr/share/go-X.Y/src/debug/dwarf/testdata/*]
+arch-independent-package-contains-binary-or-object [usr/share/go-X.Y/src/debug/elf/testdata/*]
+arch-independent-package-contains-binary-or-object [usr/share/go-X.Y/src/go/internal/gccgoimporter/testdata/*]
+arch-independent-package-contains-binary-or-object [usr/share/go-X.Y/src/go/internal/gcimporter/testdata/*]
+arch-independent-package-contains-binary-or-object [usr/share/go-X.Y/src/runtime/pprof/testdata/*]
+arch-independent-package-contains-binary-or-object [usr/share/go-X.Y/src/runtime/race/*.syso]
+binary-with-bad-dynamic-table [usr/share/go-X.Y/src/debug/elf/testdata/*]
+broken-bz2 [usr/share/go-X.Y/src/compress/bzip2/testdata/*]
+broken-zip [usr/share/go-X.Y/src/archive/zip/testdata/*]
+executable-not-elf-or-script [usr/share/go-X.Y/src/cmd/vendor/github.com/google/pprof/third_party/d3flamegraph/update.sh]
+national-encoding [usr/share/go-X.Y/src/fmt/fmt_test.go]
+no-code-sections [usr/share/go-X.Y/src/cmd/objdump/testdata/*]
+no-code-sections [usr/share/go-X.Y/src/go/internal/gcimporter/testdata/*]
+package-contains-documentation-outside-usr-share-doc
+package-contains-vcs-control-file [usr/share/go-X.Y/src/cmd/vendor/github.com/ianlancetaylor/demangle/.gitignore]
+package-contains-vcs-control-file [usr/share/go-X.Y/src/cmd/vendor/golang.org/x/sys/unix/.gitignore]
+portable-executable-missing-security-features ASLR DEP/NX [usr/share/go-X.Y/src/debug/dwarf/testdata/*]
+portable-executable-missing-security-features ASLR DEP/NX [usr/share/go-X.Y/src/debug/pe/testdata/*]
+shared-library-lacks-prerequisites [usr/share/go-X.Y/src/debug/elf/testdata/*]
+statically-linked-binary [usr/share/go-X.Y/src/debug/dwarf/testdata/*]
+statically-linked-binary [usr/share/go-X.Y/src/runtime/pprof/testdata/*]
+undeclared-elf-prerequisites (libc.so.6) [usr/share/go-X.Y/src/debug/dwarf/testdata/*]
+undeclared-elf-prerequisites (libc.so.6) [usr/share/go-X.Y/src/debug/elf/testdata/*]
+unstripped-binary-or-object [usr/share/go-X.Y/src/crypto/internal/boring/syso/*.syso]
+unstripped-binary-or-object [usr/share/go-X.Y/src/debug/dwarf/testdata/*]
+unstripped-binary-or-object [usr/share/go-X.Y/src/debug/elf/testdata/*]
+unstripped-binary-or-object [usr/share/go-X.Y/src/runtime/pprof/testdata/*]
+unstripped-binary-or-object [usr/share/go-X.Y/src/runtime/race/*.syso]
+unstripped-static-library (_go_.o) [usr/share/go-X.Y/src/go/internal/gccgoimporter/testdata/*]
+
+# old syntax for ftp-master
+arch-dependent-file-in-usr-share usr/share/go-X.Y/src/cmd/objdump/testdata/*
+arch-dependent-file-in-usr-share usr/share/go-X.Y/src/crypto/internal/boring/syso/*.syso
+arch-dependent-file-in-usr-share usr/share/go-X.Y/src/crypto/internal/boring/syso/
+arch-dependent-file-in-usr-share usr/share/go-X.Y/src/debug/dwarf/testdata/*
+arch-dependent-file-in-usr-share usr/share/go-X.Y/src/debug/elf/*
+arch-dependent-file-in-usr-share usr/share/go-X.Y/src/go/internal/gccgoimporter/testdata/*
+arch-dependent-file-in-usr-share usr/share/go-X.Y/src/go/internal/gcimporter/testdata/*
+arch-dependent-file-in-usr-share usr/share/go-X.Y/src/runtime/pprof/testdata/*
+arch-dependent-file-in-usr-share usr/share/go-X.Y/src/runtime/race/*.syso
+arch-independent-package-contains-binary-or-object usr/share/go-X.Y/src/cmd/objdump/testdata/*
+arch-independent-package-contains-binary-or-object usr/share/go-X.Y/src/crypto/internal/boring/syso/*.syso
+arch-independent-package-contains-binary-or-object usr/share/go-X.Y/src/debug/dwarf/testdata/*
+arch-independent-package-contains-binary-or-object usr/share/go-X.Y/src/debug/elf/testdata/*
+arch-independent-package-contains-binary-or-object usr/share/go-X.Y/src/go/internal/gccgoimporter/testdata/*
+arch-independent-package-contains-binary-or-object usr/share/go-X.Y/src/go/internal/gcimporter/testdata/*
+arch-independent-package-contains-binary-or-object usr/share/go-X.Y/src/runtime/pprof/testdata/*
+arch-independent-package-contains-binary-or-object usr/share/go-X.Y/src/runtime/race/*.syso
+binary-with-bad-dynamic-table usr/share/go-X.Y/src/debug/elf/testdata/*
+statically-linked-binary usr/share/go-X.Y/src/debug/dwarf/testdata/*
+statically-linked-binary usr/share/go-X.Y/src/runtime/pprof/testdata/*
diff --git a/helpers/goenv.sh b/helpers/goenv.sh
new file mode 100755 (executable)
index 0000000..172df51
--- /dev/null
@@ -0,0 +1,70 @@
+#!/bin/sh
+set -e
+
+__goos__deb_arch_os() {
+       case "$1" in
+               kfreebsd) echo freebsd ;;
+               linux) echo "$1" ;;
+               *) echo >&2 "error: unrecongized DEB_*_ARCH_OS: $1"; exit 1 ;;
+       esac
+}
+
+__goarch__deb_arch_cpu() {
+       case "$1" in
+               amd64|arm|arm64|mips|ppc64|riscv64|s390x) echo "$1" ;;
+               i386) echo 386 ;;
+               mips64el) echo mips64le ;;
+               mipsel) echo mipsle ;;
+               ppc64el) echo ppc64le ;;
+               *) echo >&2 "error: unrecongized DEB_*_ARCH_CPU: $1"; exit 1 ;;
+       esac
+}
+
+#       build machine
+#           The machine the package is built on.
+#
+#       host machine
+#           The machine the package is built for.
+
+export GOHOSTOS="$(__goos__deb_arch_os "$(dpkg-architecture -qDEB_BUILD_ARCH_OS 2>/dev/null)")"
+export GOOS="$(__goos__deb_arch_os "$(dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null)")"
+
+export GOHOSTARCH="$(__goarch__deb_arch_cpu "$(dpkg-architecture -qDEB_BUILD_ARCH_CPU 2>/dev/null)")"
+export GOARCH="$(__goarch__deb_arch_cpu "$(dpkg-architecture -qDEB_HOST_ARCH_CPU 2>/dev/null)")"
+
+if [ -z "$GOHOSTOS" -o -z "$GOOS" -o -z "$GOHOSTARCH" -o -z "$GOARCH" ]; then
+       exit 1
+fi
+
+[ -e "$GOROOT_BOOTSTRAP/bin/go" ] || exit 1
+GOVERSION_BOOTSTRAP=$("$GOROOT_BOOTSTRAP/bin/go" version|sed -E -n 's|.*go([0-9]\.[0-9]+).*|\1|p')
+export GOVERSION_BOOTSTRAP
+
+# Always not use sse2. This is important to ensure that the binaries we build
+# (both when compiling golang on the buildds and when users cross-compile for
+# 386) can actually run on older CPUs (where old means e.g. an AMD Athlon XP
+# 2400+). See http://bugs.debian.org/753160 and
+# https://code.google.com/p/go/issues/detail?id=8152
+
+# Staring from go1.16, GO386=387 is not supported, only GO386=softfloat.
+unset GO386
+if dpkg --compare-versions "$GOVERSION_BOOTSTRAP" ge "1.16"; then
+       # Only go1.16 recognizes GO386=softfloat. Using GO386=387 to build go1.16
+       # also fails.
+       # https://github.com/golang/go/issues/44500
+       # Need to build with GO386="" first, then rebuild go1.16+ with go1.16 and
+       # GO386=softfloat
+       export GO386=softfloat
+fi
+
+unset GOARM
+if [ "$GOARCH" = 'arm' ]; then
+       # start with GOARM=5 for maximum compatibility (see note about GO386 above)
+       GOARM=5
+       case "$(dpkg-architecture -qDEB_HOST_ARCH 2>/dev/null)" in
+               armhf) GOARM=6 ;;
+       esac
+fi
+export GOARM
+
+eval "$@"
diff --git a/patches/0001-Skip-flaky-TestCrashDumpsAllThreads-on-mips64le.patch b/patches/0001-Skip-flaky-TestCrashDumpsAllThreads-on-mips64le.patch
new file mode 100644 (file)
index 0000000..bc288a0
--- /dev/null
@@ -0,0 +1,24 @@
+From: Shengjing Zhu <zhsj@debian.org>
+Date: Mon, 26 Feb 2024 17:03:06 +0800
+Subject: Skip flaky TestCrashDumpsAllThreads on mips64le
+
+crash_unix_test.go:145: found 3 instances of main.crashDumpsAllThreadsLoop; expected 4
+---
+ src/runtime/crash_unix_test.go | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/runtime/crash_unix_test.go b/src/runtime/crash_unix_test.go
+index 8d205e1..9a01d89 100644
+--- a/src/runtime/crash_unix_test.go
++++ b/src/runtime/crash_unix_test.go
+@@ -59,6 +59,10 @@ func TestCrashDumpsAllThreads(t *testing.T) {
+               t.Skip("-quick")
+       }
++      if runtime.GOARCH == "mips64le" {
++              t.Skipf("skipping; flaky on %s", runtime.GOARCH)
++      }
++
+       switch runtime.GOOS {
+       case "darwin", "dragonfly", "freebsd", "linux", "netbsd", "openbsd", "illumos", "solaris":
+       default:
diff --git a/patches/series b/patches/series
new file mode 100644 (file)
index 0000000..4764021
--- /dev/null
@@ -0,0 +1 @@
+0001-Skip-flaky-TestCrashDumpsAllThreads-on-mips64le.patch
diff --git a/rules b/rules
new file mode 100755 (executable)
index 0000000..3b05b6c
--- /dev/null
+++ b/rules
@@ -0,0 +1,133 @@
+#!/usr/bin/make -f
+# This file is in the public domain.
+# You may freely use, modify, distribute, and relicense it.
+
+# We need DEB_HOST_ARCH, so include the needed makefile snippet
+include /usr/share/dpkg/architecture.mk
+# for DEB_VERSION_UPSTREAM
+include /usr/share/dpkg/pkg-info.mk
+
+# Ubuntu mangles png files by default, which can break the testdata.
+export NO_PNG_PKG_MANGLE := 1
+
+export GOVER := $(shell echo $(DEB_VERSION_UPSTREAM) | grep -oP '^([0-9]+\.[0-9]+)')
+
+export GOROOT := $(CURDIR)
+export GOROOT_FINAL := /usr/lib/go-$(GOVER)
+
+export GOPATH := $(CURDIR)/gopath/
+# Go 1.12 needs a build cache, otherwise the build fails.
+export GOCACHE := $(GOPATH)/gocache
+
+# source files generated during building.
+# especially zbootstrap.go has different defaultGOARM values on armhf and armel,
+# since the value is set from debian/helpers/goenv.sh
+#
+# see also: src/cmd/distpack/pack.go
+GENERATED_FILES := \
+       src/cmd/go/internal/cfg/zdefaultcc.go \
+       src/go/build/zcgo.go \
+       src/runtime/internal/sys/zversion.go \
+       src/time/tzdata/zzipdata.go \
+       src/cmd/cgo/zdefaultcc.go \
+       src/cmd/internal/objabi/zbootstrap.go \
+       src/internal/buildcfg/zbootstrap.go
+
+%:
+       +dh $@ $(opt_no_act)
+
+gencontrol:
+       for file in control gbp.conf watch; do \
+               { \
+                       echo '#'; \
+                       echo '# WARNING: "debian/'$$file'" is generated via "debian/rules gencontrol" (sourced from "debian/'$$file'.in")'; \
+                       echo '#'; \
+                       echo; \
+                       sed -e 's/X.Y/$(GOVER)/g' debian/$$file.in; \
+               } > debian/$$file; \
+       done
+
+# The signing key for the source tarballs is rotated yearly.
+update_upstream_signing_key:
+       wget -O debian/upstream/signing-key.asc https://dl.google.com/dl/linux/linux_signing_key.pub
+
+override_dh_auto_clean:
+       # remove autogenerated files
+       rm -f -v $(GENERATED_FILES)
+       # remove built objects
+       rm -rf bin pkg
+       # remove gopath
+       rm -rf $(GOPATH)
+       # remove generated files
+       @set -e; cd debian; for x in golang-X.Y-*; do \
+               rm -f -v golang-$(GOVER)-$${x##golang-X.Y-}; \
+       done
+
+execute_after_dh_prep:
+       dh_prep
+       @set -e; cd debian; for x in golang-X.Y-*; do \
+               sed -e 's/X.Y/$(GOVER)/g' $$x > golang-$(GOVER)-$${x##golang-X.Y-}; \
+       done
+
+override_dh_compress-indep:
+       dh_compress -Xusr/share/doc/golang-$(GOVER)-doc/html
+
+execute_after_dh_install-arch:
+       cp --parent -v $(GENERATED_FILES) debian/golang-$(GOVER)-go/usr/share/go-$(GOVER)/
+
+execute_after_dh_install-indep:
+       # Remove generated source files, they are installed in golang-$(GOVER)-go.
+       cd debian/golang-$(GOVER)-src/usr/share/go-$(GOVER)/ && rm -v -f $(GENERATED_FILES)
+       # Remove Plan9 rc(1) scripts
+       find debian/golang-$(GOVER)-src/usr/share/go-$(GOVER)/src -type f -name '*.rc' -delete
+       # Make scripts executable which have been missed by upstream
+       find debian/golang-$(GOVER)-src/usr/share/go-$(GOVER)/src/ \
+               \( -name '*.sh' -o -name '*.bash' \) \( -not -executable \) -exec chmod a+x {} \;
+
+override_dh_strip:
+       dh_strip -Xtestdata
+
+# Do not run dh_dwz, as there is no debug information currently.
+override_dh_dwz:
+
+override_dh_strip_nondeterminism:
+       dh_strip_nondeterminism -Xtestdata
+
+override_dh_shlibdeps:
+       dh_shlibdeps -Xtestdata -Xtest
+
+override_dh_makeshlibs:
+       dh_makeshlibs -Xtestdata -Xtest
+
+override_dh_auto_build-arch:
+       [ -f VERSION ] || echo "debian snapshot $(DEB_VERSION)" > VERSION
+
+       export GOROOT_BOOTSTRAP=$$(env -i GOPATH=$(GOPATH) go env GOROOT) \
+       && cd $(CURDIR)/src \
+       && $(CURDIR)/debian/helpers/goenv.sh bash ./make.bash --no-banner
+
+       # rm bootstrap dir
+       rm -rf $(CURDIR)/bootstrap
+
+override_dh_auto_test-arch:
+       set -ex; \
+               cd src; \
+               export PATH="$(GOROOT)/bin:$$PATH"; \
+               export GO_TEST_TIMEOUT_SCALE=10; \
+               eval "$$(go tool dist env)"; \
+               bash run.bash -k -no-rebuild;
+       # -k           keep going even when error occurred
+       # -no-rebuild  don't rebuild std and cmd packages
+
+       # On linux/amd64 run.bash installs some race enabled standard library
+       # packages. Delete them again to avoid accidentally including them in
+       # the package.
+       set -ex; \
+               export PATH="$(GOROOT)/bin:$$PATH"; \
+               eval "$$(go tool dist env)"; \
+               rm -rf "$(GOROOT)/pkg/$${GOOS}_$${GOARCH}_race/"
+
+opt_no_act :=
+ifneq (,$(findstring n,$(MAKEFLAGS)))
+       opt_no_act := --no-act
+endif
diff --git a/source/format b/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/source/lintian-overrides b/source/lintian-overrides
new file mode 100644 (file)
index 0000000..3e2f326
--- /dev/null
@@ -0,0 +1,37 @@
+unpack-message-for-orig
+elf-error
+unpack-message-for-source
+very-long-line-length-in-source-file
+
+#source-contains-prebuilt-binary [src/crypto/internal/boring/syso/goboringcrypto_linux_amd64.syso]
+#source-contains-prebuilt-binary [src/crypto/internal/boring/syso/goboringcrypto_linux_arm64.syso]
+#source-contains-prebuilt-javascript-object [src/cmd/trace/static/webcomponents.min.js]
+
+# Testdata
+binary-with-bad-dynamic-table [src/debug/elf/testdata/*]
+source-contains-prebuilt-binary [src/debug/dwarf/testdata/*]
+source-contains-prebuilt-binary [src/debug/elf/testdata/*]
+source-contains-prebuilt-binary [src/runtime/pprof/testdata/*]
+source-contains-prebuilt-binary [src/runtime/race/*]
+source-contains-prebuilt-windows-binary [src/debug/dwarf/testdata/*]
+source-contains-prebuilt-windows-binary [src/debug/pe/testdata/*]
+
+# Source is src/debug/dwarf/testdata/*.c
+source-is-missing [src/debug/dwarf/testdata/*]
+# Source is src/debug/elf/testdata/*.c
+source-is-missing [src/debug/elf/testdata/*]
+# Source is in src/runtime/pprof/testdata/README
+source-is-missing [src/runtime/pprof/testdata/*]
+
+source-is-missing [src/cmd/trace/static/trace_viewer_full.html]
+source-is-missing [src/cmd/trace/static/webcomponents.min.js]
+source-is-missing [src/crypto/internal/boring/syso/goboringcrypto_linux_amd64.syso]
+source-is-missing [src/crypto/internal/boring/syso/goboringcrypto_linux_arm64.syso]
+source-is-missing [src/runtime/race/internal/amd64v1/race_freebsd.syso]
+source-is-missing [src/runtime/race/internal/amd64v1/race_linux.syso]
+source-is-missing [src/runtime/race/internal/amd64v1/race_netbsd.syso]
+source-is-missing [src/runtime/race/internal/amd64v1/race_openbsd.syso]
+source-is-missing [src/runtime/race/internal/amd64v3/race_linux.syso]
+source-is-missing [src/runtime/race/race_linux_arm64.syso]
+source-is-missing [src/runtime/race/race_linux_ppc64le.syso]
+source-is-missing [src/runtime/race/race_linux_s390x.syso]
diff --git a/tests/control b/tests/control
new file mode 100644 (file)
index 0000000..9bf42b2
--- /dev/null
@@ -0,0 +1,7 @@
+Tests: hello-world
+Depends: @, build-essential
+Restrictions: allow-stderr, superficial
+
+Tests: regression-test
+Depends: @, build-essential
+Restrictions: allow-stderr
diff --git a/tests/hello-world b/tests/hello-world
new file mode 100644 (file)
index 0000000..1b8be0d
--- /dev/null
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+set -ex
+
+GO="/usr/lib/go-$(dpkg-parsechangelog -SSource | sed 's/golang-//')/bin/go"
+
+WORKDIR=$(mktemp -d)
+trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
+cd $WORKDIR
+cat <<EOF > hello.go
+package main
+import "fmt"
+func main() {
+    fmt.Println("hello world")
+}
+EOF
+
+$GO run hello.go
+$GO build hello.go
+./hello
diff --git a/tests/regression-test b/tests/regression-test
new file mode 100644 (file)
index 0000000..88f203c
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -ex
+
+GO="/usr/lib/go-$(dpkg-parsechangelog -SSource | sed 's/golang-//')/bin/go"
+
+$GO test -v cmd/internal/testdir
diff --git a/upstream/signing-key.asc b/upstream/signing-key.asc
new file mode 100644 (file)
index 0000000..0366239
--- /dev/null
@@ -0,0 +1,267 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.2.2 (GNU/Linux)
+
+mQGiBEXwb0YRBADQva2NLpYXxgjNkbuP0LnPoEXruGmvi3XMIxjEUFuGNCP4Rj/a
+kv2E5VixBP1vcQFDRJ+p1puh8NU0XERlhpyZrVMzzS/RdWdyXf7E5S8oqNXsoD1z
+fvmI+i9b2EhHAA19Kgw7ifV8vMa4tkwslEmcTiwiw8lyUl28Wh4Et8SxzwCggDcA
+feGqtn3PP5YAdD0km4S4XeMEAJjlrqPoPv2Gf//tfznY2UyS9PUqFCPLHgFLe80u
+QhI2U5jt6jUKN4fHauvR6z3seSAsh1YyzyZCKxJFEKXCCqnrFSoh4WSJsbFNc4PN
+b0V0SqiTCkWADZyLT5wll8sWuQ5ylTf3z1ENoHf+G3um3/wk/+xmEHvj9HCTBEXP
+78X0A/0Tqlhc2RBnEf+AqxWvM8sk8LzJI/XGjwBvKfXe+l3rnSR2kEAvGzj5Sg0X
+4XmfTg4Jl8BNjWyvm2Wmjfet41LPmYJKsux3g0b8yzQxeOA4pQKKAU3Z4+rgzGmf
+HdwCG5MNT2A5XxD/eDd+L4fRx0HbFkIQoAi1J3YWQSiTk15fw7RMR29vZ2xlLCBJ
+bmMuIExpbnV4IFBhY2thZ2UgU2lnbmluZyBLZXkgPGxpbnV4LXBhY2thZ2VzLWtl
+eW1hc3RlckBnb29nbGUuY29tPohjBBMRAgAjAhsDBgsJCAcDAgQVAggDBBYCAwEC
+HgECF4AFAkYVdn8CGQEACgkQoECDD3+sWZHKSgCfdq3HtNYJLv+XZleb6HN4zOcF
+AJEAniSFbuv8V5FSHxeRimHx25671az+uQINBEXwb0sQCACuA8HT2nr+FM5y/kzI
+A51ZcC46KFtIDgjQJ31Q3OrkYP8LbxOpKMRIzvOZrsjOlFmDVqitiVc7qj3lYp6U
+rgNVaFv6Qu4bo2/ctjNHDDBdv6nufmusJUWq/9TwieepM/cwnXd+HMxu1XBKRVk9
+XyAZ9SvfcW4EtxVgysI+XlptKFa5JCqFM3qJllVohMmr7lMwO8+sxTWTXqxsptJo
+pZeKz+UBEEqPyw7CUIVYGC9ENEtIMFvAvPqnhj1GS96REMpry+5s9WKuLEaclWpd
+K3krttbDlY1NaeQUCRvBYZ8iAG9YSLHUHMTuI2oea07Rh4dtIAqPwAX8xn36JAYG
+2vgLAAMFB/wKqaycjWAZwIe98Yt0qHsdkpmIbarD9fGiA6kfkK/UxjL/k7tmS4Vm
+CljrrDZkPSQ/19mpdRcGXtb0NI9+nyM5trweTvtPw+HPkDiJlTaiCcx+izg79Fj9
+KcofuNb3lPdXZb9tzf5oDnmm/B+4vkeTuEZJ//IFty8cmvCpzvY+DAz1Vo9rA+Zn
+cpWY1n6z6oSS9AsyT/IFlWWBZZ17SpMHu+h4Bxy62+AbPHKGSujEGQhWq8ZRoJAT
+G0KSObnmZ7FwFWu1e9XFoUCt0bSjiJWTIyaObMrWu/LvJ3e9I87HseSJStfw6fki
+5og9qFEkMrIrBCp3QGuQWBq/rTdMuwNFiEkEGBECAAkFAkXwb0sCGwwACgkQoECD
+D3+sWZF/WACfeNAu1/1hwZtUo1bR+MWiCjpvHtwAnA1R3IHqFLQ2X3xJ40XPuAyY
+/FJG
+=Quqp
+-----END PGP PUBLIC KEY BLOCK-----
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+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
+bVtIZ+JHTbuH+tg0EoRNcCbz
+=JIbr
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/watch b/watch
new file mode 100644 (file)
index 0000000..986238f
--- /dev/null
+++ b/watch
@@ -0,0 +1,9 @@
+#
+# WARNING: "debian/watch" is generated via "debian/rules gencontrol" (sourced from "debian/watch.in")
+#
+
+version=4
+opts=\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
+pgpmode=auto \
+  https://go.dev/dl/ .*/go(1.21\S*)\.src\.tar\.gz
diff --git a/watch.in b/watch.in
new file mode 100644 (file)
index 0000000..ebb74a4
--- /dev/null
+++ b/watch.in
@@ -0,0 +1,5 @@
+version=4
+opts=\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
+pgpmode=auto \
+  https://go.dev/dl/ .*/go(X.Y\S*)\.src\.tar\.gz