File: changelog

package info (click to toggle)
golang-github-rogpeppe-go-internal 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,148 kB
  • sloc: makefile: 6
file content (79 lines) | stat: -rw-r--r-- 3,361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
golang-github-rogpeppe-go-internal (1.9.0-1) unstable; urgency=medium

  * New upstream version 1.9.0
  * Remove dependency on golang-gopkg-errgo.v2-dev as per upstream
  * Bump Standards-Version to 4.6.1 (no change)

 -- Anthony Fok <foka@debian.org>  Mon, 29 Aug 2022 13:43:00 -0600

golang-github-rogpeppe-go-internal (1.8.1-1) unstable; urgency=medium

  * New upstream version 1.8.1

 -- Anthony Fok <foka@debian.org>  Fri, 25 Feb 2022 03:41:08 -0700

golang-github-rogpeppe-go-internal (1.8.0-4) unstable; urgency=medium

  * Unapply 0001-Allow-TestSimple-cover-to-PASS.patch after tests.
    It turns out that changes to files under _build/src, such as
    _build/src/github.com/rogpeppe/go-internal/testscript/testscript.go
    do end up in the final .deb binary package, causing autopkgtest to fail
    with "Reversed (or previously applied) patch detected!" error.
    Thanks to Paul Gevers for reporting the autopkgtest regression!
    (Closes: #1001734)

 -- Anthony Fok <foka@debian.org>  Thu, 16 Dec 2021 21:31:18 -0700

golang-github-rogpeppe-go-internal (1.8.0-3) unstable; urgency=medium

  * Add missing "-i" option to "patch" command in override_dh_auto_test.
    The patch that is intended to allow TestSimple/cover to PASS during
    Ubuntu build was not applied due to the missing "-i" in 1.8.0-2.
    Also, fix the paths to testscript/testscript.go listed in
    debian/0001-Allow-TestSimple-cover-to-PASS.patch

 -- Anthony Fok <foka@debian.org>  Thu, 02 Dec 2021 04:52:14 -0700

golang-github-rogpeppe-go-internal (1.8.0-2) unstable; urgency=medium

  * Remove our own copy of github.com/pkg/diff, and instead depend on
    golang-github-pkg-diff, which has entered Debian since 2021-11-05
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Call dh with --builddirectory=_build
  * Allow TestSimple/cover to PASS during Debian/Ubuntu package build
    gotooltest/testdata/cover.txt runs "go mod tidy" which fails with
    "dial tcp: lookup proxy.golang.org: no such host".  See the build logs at
    https://launchpad.net/ubuntu/+source/golang-github-rogpeppe-go-internal/1.8.0-1
    for more information.
    Curiously, TestSimple/cover does not fail on Debian build daemons.

 -- Anthony Fok <foka@debian.org>  Wed, 01 Dec 2021 15:06:57 -0700

golang-github-rogpeppe-go-internal (1.8.0-1) unstable; urgency=medium

  * New upstream version 1.8.0
  * Refresh debian/watch to use newer syntax
  * Change Section from devel to golang
  * Bump Standards-Version to 4.6.0 (no change)
  * Mark library package with "Multi-Arch: foreign"
  * Install our own copy of github.com/pkg/diff
    until golang-github-pkg-diff enters Debian
  * Add build-dependency on ca-certificates
    which is needed by "go mod tidy" test in TestSimple/cover

 -- Anthony Fok <foka@debian.org>  Tue, 12 Oct 2021 04:11:59 -0600

golang-github-rogpeppe-go-internal (1.6.2-1) unstable; urgency=medium

  * New upstream version 1.6.2
  * debian/copyright: Add author’s email address
  * debian/gbp.conf: Enable pristine-tar
  * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"

 -- Anthony Fok <foka@debian.org>  Fri, 23 Oct 2020 03:05:36 -0600

golang-github-rogpeppe-go-internal (1.5.2-1) unstable; urgency=medium

  * Initial release (Closes: #951419)

 -- Anthony Fok <foka@debian.org>  Mon, 17 Feb 2020 01:52:46 -0700