File: changelog

package info (click to toggle)
golang-github-rogpeppe-go-internal 1.12.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,184 kB
  • sloc: makefile: 6
file content (123 lines) | stat: -rw-r--r-- 4,949 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
golang-github-rogpeppe-go-internal (1.12.0-3) unstable; urgency=medium

  [ Jérémy Lal ]
  * Revert "Patch to skip failing pty test on s390x"
  * Patch: testscript: fix ptyName() on s390x

 -- Anthony Fok <foka@debian.org>  Mon, 19 Feb 2024 08:19:25 -0700

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

  * Team upload
  * Patch to skip failing pty test on s390x

 -- Jérémy Lal <kapouer@melix.org>  Fri, 16 Feb 2024 10:14:13 +0100

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

  * New upstream version 1.12.0
  * Bump build-dependency golang-any (>= 2:1.20~) as per go.mod
  * Remove 0001-Fix-test-with-golang-1.21.patch
    as upstream has updated the test for go 1.21

 -- Anthony Fok <foka@debian.org>  Wed, 31 Jan 2024 05:43:33 -0700

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

  * Team upload
  * New upstream version 1.11.0
  * Add patch to fix test with golang-1.21

 -- Shengjing Zhu <zhsj@debian.org>  Fri, 28 Jul 2023 17:12:15 +0800

golang-github-rogpeppe-go-internal (1.10.0+git20230524.ec11942-1) unstable; urgency=medium

  * New upstream version 1.10.0+git20230524.ec11942
  * Update versioned dependencies as per go.mod; in particular,
    upstream has replaced the use of golang-github-pkg-diff-dev
    with Go’s internal/diff for memory efficiency.
  * Bump Standards-Version to 4.6.2 (no change)
  * Replace Built-Using field with Static-Built-Using
  * Refresh debian/0001-Allow-TestSimple-cover-to-PASS.patch

 -- Anthony Fok <foka@debian.org>  Mon, 19 Jun 2023 23:06:51 -0600

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