golang-1.15.git
4 years agoFix Lintian warnings about wrong interpreter path
Dr. Tobias Quathamer [Thu, 1 Aug 2019 11:50:48 +0000 (13:50 +0200)]
Fix Lintian warnings about wrong interpreter path

The command used for this change is as follows:

grep -rH "/usr/bin/env perl" * | cut -d: -f1 | xargs -n1 sed -i -e "s,/usr/bin/env perl,/usr/bin/perl,"

Gbp-Pq: Name 0002-Fix-Lintian-warnings-about-wrong-interpreter-path.patch

4 years agoDisable test for UserHomeDir.
Dr. Tobias Quathamer [Wed, 19 Dec 2018 13:25:06 +0000 (14:25 +0100)]
Disable test for UserHomeDir.

On Debian buildds, the user home dir does not exist, so this test fails.

Gbp-Pq: Name 0001-Disable-test-for-UserHomeDir.patch

4 years agogolang-1.15 (1.15.9-3) unstable; urgency=medium
Shengjing Zhu [Sat, 8 May 2021 06:22:26 +0000 (07:22 +0100)]
golang-1.15 (1.15.9-3) unstable; urgency=medium

  * Fix failed TestDependencyVersionsConsistent test.
    When dpkg-source unpack tarball, it produces .pc dir in source dir.
    The last patch 0007-CVE-2021-31525.patch causes
    go.mod/go.sum/modules.txt files in .pc dir with old content.
    Then TestDependencyVersionsConsistent picks these old content in .pc
    dir, results error:
    --- FAIL: TestDependencyVersionsConsistent (0.00s)
        moddeps_test.go:217: Modules within GOROOT require different versions of golang.org/x/net.
        moddeps_test.go:229: std requires v0.0.0-20201008223702-a5fa9d4b7c91
        moddeps_test.go:229: std requires v0.0.0-20210428183841-261fb518b1ed

[dgit import unpatched golang-1.15 1.15.9-3]

4 years agoImport golang-1.15_1.15.9-3.debian.tar.xz
Shengjing Zhu [Sat, 8 May 2021 06:22:26 +0000 (07:22 +0100)]
Import golang-1.15_1.15.9-3.debian.tar.xz

[dgit import tarball golang-1.15 1.15.9-3 golang-1.15_1.15.9-3.debian.tar.xz]

4 years agoImport golang-1.15_1.15.9.orig.tar.gz
Shengjing Zhu [Thu, 11 Mar 2021 15:43:18 +0000 (15:43 +0000)]
Import golang-1.15_1.15.9.orig.tar.gz

[dgit import orig golang-1.15_1.15.9.orig.tar.gz]