File: changelog

package info (click to toggle)
go-mode.el 3%3A1.6.0%2Bgit20250311.0ed3c52-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 400 kB
  • sloc: lisp: 3,292; sh: 5; makefile: 2
file content (139 lines) | stat: -rw-r--r-- 4,294 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
go-mode.el (3:1.6.0+git20250311.0ed3c52-1) unstable; urgency=medium

  * Sync to latest upstream head (0ed3c52)
  * Add d/salsa-ci.yml with default template
  * Drop drop-duplicated-test.patch; fixed upstream
  * Update Standards-Version to 4.7.2; no change needed
  * Update Section to editors
  * Manage patches using gbp-pq

 -- Xiyue Deng <manphiz@gmail.com>  Wed, 12 Mar 2025 15:22:53 -0700

go-mode.el (3:1.6.0+git20240630.602d73e-1) unstable; urgency=medium

  * Sync to latest upstream head (602d73e)
  * Update d/gbp.conf to match current practice
  * Update d/watch to check for snapshots
  * Update Standards-Version to 4.7.0; no change needed
  * Enable "Testsuite: autopkgtest-pkg-elpa" in d/control
  * Add myself to Uploaders

 -- Xiyue Deng <manphiz@gmail.com>  Wed, 20 Nov 2024 23:55:22 -0800

go-mode.el (3:1.6.0+git20230823.8dce1e3-2) unstable; urgency=medium

  * Team upload.
  * Rebuild against dh-elpa 2.1.5.
    Upload pushed to dgit-repos but not salsa.
    See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.

 -- Sean Whitton <spwhitton@spwhitton.name>  Thu, 25 Jul 2024 22:05:17 +0900

go-mode.el (3:1.6.0+git20230823.8dce1e3-1) unstable; urgency=medium

  * Team upload.

  [ Hilko Bengen ]
  * Drop transitional package (Closes: #1032749)

  [ Xiyue Deng ]
  * Sync to latest upstream head (8dce1e3) which now supports Go 1.21
    builtins.
  * Apply patch to drop duplicated test (Closes: #1052922).
  * Drop Built-Using which should not be used on an "arch:all" package.
  * Add DEP-3 headers for fix-test-path.patch.
  * Update year and add Upstream-Contact in d/copyright.
  * Use substitute strings for robust matching in d/watch.

  [ Jeremy Sowden ]
  * d/control: set `Rules-Requires-Root: no`
  * d/gbp.conf: default: enable `pristine-tar`

 -- Jeremy Sowden <azazel@debian.org>  Sun, 10 Mar 2024 16:29:19 +0000

go-mode.el (3:1.6.0-1) unstable; urgency=medium

  [ Nicholas D Steeves ]
  * Fix watch file, and also upgrade it to v4.

  [ Hilko Bengen ]
  * New upstream version 1.6.0
  * Add patch to fix path in two unit tests

 -- Hilko Bengen <bengen@debian.org>  Wed, 27 Jul 2022 18:44:28 +0200

go-mode.el (3:1.5.0-4) unstable; urgency=medium

  * Team upload
  * Rebuild with dh-elpa 2.x

 -- David Bremner <bremner@debian.org>  Mon, 25 Jan 2021 19:22:44 -0400

go-mode.el (3:1.5.0-3) unstable; urgency=medium

  * Team upload.
  * Rebuild with current dh-elpa

 -- David Bremner <bremner@debian.org>  Sun, 25 Aug 2019 10:11:01 -0300

go-mode.el (3:1.5.0-2) unstable; urgency=medium

  * Team upload.
  * Bring go-mode.el under Debian Emacsen Team Maintenace.
  * Update maintainer Maintainer field to use team email.
  * Retain Hilko Bengen as an Uploader.
  * Update Vcs links to use team repository.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Sat, 28 Jul 2018 22:41:41 -0400

go-mode.el (3:1.5.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rebuild against newer dh-elpa (Closes: #900722).

 -- Sean Whitton <spwhitton@spwhitton.name>  Mon, 23 Jul 2018 18:12:34 +0800

go-mode.el (3:1.5.0-1) unstable; urgency=medium

  * New upstream version 1.5.0
  * Modernize package, switch to elpa

 -- Hilko Bengen <bengen@debian.org>  Wed, 02 Aug 2017 22:16:05 +0200

go-mode.el (3:1.4.0-2) unstable; urgency=medium

  * Do not build for emacs < 24 (Closes: #825149)

 -- Hilko Bengen <bengen@debian.org>  Tue, 24 May 2016 08:02:40 +0200

go-mode.el (3:1.4.0-1) unstable; urgency=medium

  * New upstream version
  * Bump Standards-Version

 -- Hilko Bengen <bengen@debian.org>  Wed, 18 May 2016 21:31:44 +0200

go-mode.el (3:1.3.1-1) unstable; urgency=medium

  * Imported Upstream version 1.3.1

 -- Hilko Bengen <bengen@debian.org>  Tue, 21 Jul 2015 15:30:52 +0200

go-mode.el (3:1.3.0-3) unstable; urgency=medium

  * Disabled byte-compiling for older Emacs versions as was done before
    (Closes: #788166)

 -- Hilko Bengen <bengen@debian.org>  Wed, 10 Jun 2015 00:59:31 +0200

go-mode.el (3:1.3.0-2) unstable; urgency=medium

  * Removed boilerplate (comments) from debian/copyright

 -- Hilko Bengen <bengen@debian.org>  Mon, 08 Jun 2015 22:36:15 +0200

go-mode.el (3:1.3.0-1) unstable; urgency=low

  * Initial release (Closes: #786928)

 -- Hilko Bengen <bengen@debian.org>  Sat, 30 May 2015 21:59:49 +0200