File: changelog

package info (click to toggle)
golang-github-prometheus-procfs 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,636 kB
  • sloc: sh: 348; makefile: 20
file content (308 lines) | stat: -rw-r--r-- 10,532 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
golang-github-prometheus-procfs (0.17.0-1) unstable; urgency=medium

  * New upstream release
  * Drop obsolete 0003-Backport-PR-644.patch (merged upstream)
  * Refresh patches
  * Refresh packaging according to latest dh-make-golang template
  * Bump Standards-Version to 4.7.2 (no changes)

 -- Daniel Swarbrick <dswarbrick@debian.org>  Mon, 18 Aug 2025 16:28:31 +0000

golang-github-prometheus-procfs (0.15.1-1) unstable; urgency=medium

  * New upstream release
  * Bump Standards-Version to 4.7.0 (no changes)
  * Refresh patches
  * Add new 0003-Backport-PR-644.patch
  * debian/control: add Breaks: prometheus-node-exporter (<< 1.9.0-1)

 -- Daniel Swarbrick <dswarbrick@debian.org>  Mon, 17 Feb 2025 14:18:08 +0000

golang-github-prometheus-procfs (0.14.0-1) unstable; urgency=medium

  * New upstream release
  * Bump golang-any version constraint (>= 2:1.20~) due to use of %w verbs in
    fmt.Errorf()

 -- Daniel Swarbrick <dswarbrick@debian.org>  Sun, 21 Apr 2024 13:14:54 +0000

golang-github-prometheus-procfs (0.13.0-1) unstable; urgency=medium

  * New upstream release

 -- Daniel Swarbrick <dswarbrick@debian.org>  Thu, 07 Mar 2024 15:03:12 +0000

golang-github-prometheus-procfs (0.12.0-1) unstable; urgency=medium

  * New upstream release

 -- Daniel Swarbrick <dswarbrick@debian.org>  Fri, 22 Sep 2023 21:01:21 +0000

golang-github-prometheus-procfs (0.11.1-1) unstable; urgency=medium

  * New upstream release
  * debian/control: drop B+R for ancient version of golang-procfs-dev
  * Convert patches to gbp-pq format

 -- Daniel Swarbrick <dswarbrick@debian.org>  Fri, 28 Jul 2023 20:33:35 +0000

golang-github-prometheus-procfs (0.11.0-2) unstable; urgency=medium

  * Patch out int32 overflow in testdata

 -- Daniel Swarbrick <dswarbrick@debian.org>  Sun, 18 Jun 2023 17:01:17 +0000

golang-github-prometheus-procfs (0.11.0-1) unstable; urgency=medium

  * New upstream release
  * Bump Standards-Version to 4.6.2 (no changes)
  * Drop obsolete golang-procfs-dev binary package (Closes: #1038245)
  * Refresh patches

 -- Daniel Swarbrick <dswarbrick@debian.org>  Fri, 16 Jun 2023 16:25:08 +0000

golang-github-prometheus-procfs (0.8.0-3) unstable; urgency=medium

  * Patch actual testdata so as not to overflow ints on 32-bit archs

 -- Daniel Swarbrick <dswarbrick@debian.org>  Tue, 06 Sep 2022 08:24:42 +0000

golang-github-prometheus-procfs (0.8.0-2) unstable; urgency=medium

  * Add new 02-proc-stat-test-int64.patch to fix failing tests on 32-bit archs

 -- Daniel Swarbrick <dswarbrick@debian.org>  Tue, 06 Sep 2022 00:30:42 +0000

golang-github-prometheus-procfs (0.8.0-1) unstable; urgency=medium

  * New upstream release
  * Drop obsolete Add-support-for-DMI-information.patch (applied upstream)
  * Add new 01-fix-testdata-paths.patch
  * Bump Standards-Version to 4.6.1 (no changes)

 -- Daniel Swarbrick <dswarbrick@debian.org>  Mon, 05 Sep 2022 14:32:44 +0000

golang-github-prometheus-procfs (0.7.3-2) unstable; urgency=medium

  * Team upload.
  * Update gbp.conf following latest Go Team workflow.
  * Update debian/watch file.
  * Use dh-sequence-golang instead of dh-golang and --with=golang.
  * Remove ${shlibs:Depends} from -dev Depends field.
  * Do not install uninteresting documentation.
  * Update copyright claims.

 -- Guillem Jover <gjover@sipwise.com>  Tue, 22 Mar 2022 21:43:25 +0100

golang-github-prometheus-procfs (0.7.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Add support for DMI information (PR #409)
  * Add dependency on ${misc:Depends} to golang-procfs-dev
  * Bump Standards-Version to 4.6.0

 -- Benjamin Drung <benjamin.drung@ionos.com>  Wed, 27 Oct 2021 15:16:11 +0200

golang-github-prometheus-procfs (0.3.0-2) unstable; urgency=medium

  * Team upload.
  * Add missing Breaks: golang-procfs-dev (<< 0.2.0) (Closes: #988284)
  * Remove unpacked fixtures after test

 -- Shengjing Zhu <zhsj@debian.org>  Tue, 18 May 2021 00:32:56 +0800

golang-github-prometheus-procfs (0.3.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - Drop upstream 0001-Fix-build-on-RISCV.patch
  * Add comment before commented out DH_VERBOSE
  * Switch from override_dh_auto_test to execute_before_dh_auto_test
  * Use '' instead of `' in text
  * Move note about license location on Debian systems into a Comment field

 -- Guillem Jover <gjover@sipwise.com>  Tue, 26 Jan 2021 01:59:43 +0100

golang-github-prometheus-procfs (0.2.0-3) unstable; urgency=medium

  * Team upload.
  * Move golang-procfs-dev to oldlibs Section.
  * Update Standards-Version to 4.5.1 (no changes needed).
  * Mark -dev package as Multi-Arch:foreign.
  * Update gitignore entries.

 -- Guillem Jover <gjover@sipwise.com>  Fri, 22 Jan 2021 19:13:09 +0100

golang-github-prometheus-procfs (0.2.0-2) unstable; urgency=medium

  * Team upload.
  * Source-only upload for testing migration

 -- Shengjing Zhu <zhsj@debian.org>  Wed, 25 Nov 2020 11:20:52 +0800

golang-github-prometheus-procfs (0.2.0-1) unstable; urgency=medium

  [ Guillem Jover ]
  * New upstream release.
    - Remove all patches, applied upstream.
    - Add patches/0001-Fix-build-on-RISCV.patch from upstream.
  * Rename source and binary package to golang-github-prometheus-procfs,
    add back a golang-procfs transitional binary package to smooth the
    switch, and add versioned Provides to golang-github-prometheus-procfs.
  * Switch Section to golang.
  * Update gitlab-ci.yml to latest version.
  * Remove DEB_BUILD_OPTIONS handling from override_dh_auto_test, done
    automatically since dh 13.

  [ Martina Ferrari ]
  * Update my details in debian/changelog.

 -- Martina Ferrari <tina@debian.org>  Mon, 16 Nov 2020 19:45:13 +0000

golang-procfs (0.1.3-3) unstable; urgency=medium

  * Add patch to fix test on 32-bit archs
    + 0003-fix-test-on-32bit.patch (LP: #1884661)

 -- Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com>  Thu, 02 Jul 2020 00:15:52 +0200

golang-procfs (0.1.3-2) unstable; urgency=medium

  * Team upload.
  * Add patches to fix arm64 and riscv64 issue
    + 0001-fix-test-on-arm64.patch
    + 0002-fix-riscv64-building.patch
  * Missing golang-golang-x-sys-dev in Depends

 -- Shengjing Zhu <zhsj@debian.org>  Mon, 22 Jun 2020 12:31:26 +0800

golang-procfs (0.1.3-1) unstable; urgency=medium

  [ Daniel Swarbrick ]
  * New upstream release.
  * Update debhelper-compat version to 13.
  * Update maintainer email addresses / names.
  * Drop obsolete 01-netclass-eperm.patch.

  [ Lucas Kanashiro ]
  * Add b-d on golang-golang-x-sys-dev
  * Add myself to the Uploaders list

 -- Lucas Kanashiro <kanashiro@debian.org>  Wed, 17 Jun 2020 19:21:36 -0300

golang-procfs (0.0.10-2) unstable; urgency=medium

  * Add patch to gracefully handle EPERM errors in netclass collector.

 -- Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com>  Tue, 03 Mar 2020 11:57:30 +0100

golang-procfs (0.0.10-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version to 4.5.0 (no changes).

 -- Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com>  Sun, 23 Feb 2020 16:58:27 +0100

golang-procfs (0.0.8-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version to 4.4.1 (no changes).
  * Update debhelper version to 12.
  * Drop obsolete 0001-Fix-crash-if-port_rcv_data-contains-N-A-no-PMA.patch.

 -- Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com>  Tue, 14 Jan 2020 11:22:33 +0100

golang-procfs (0.0.3-1) unstable; urgency=medium

  [ Daniel Swarbrick ]
  * New upstream version.

  [ Benjamin Drung ]
  * Add new build dependency golang-golang-x-sync-dev
  * Add debian/watch searching for releases on GitHub
  * Add new test dependency golang-github-google-go-cmp-dev
  * Fix override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS
  * Bump Standards-Version to 4.4.0
  * Apply upstream patch: Fix crash if port_rcv_data contains "N/A (no PMA)"

 -- Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com>  Fri, 12 Jul 2019 14:54:57 +0200

golang-procfs (0+git20181204.1dc9a6c-1) unstable; urgency=medium

  * debian/copyright: Add missing ttar attribution.
  * New upstream snapshot.
  * Update Standards-Version with no changes.

 -- Martina Ferrari <tina@debian.org>  Thu, 13 Dec 2018 23:22:53 +0000

golang-procfs (0+git20180613.7d6f385-1) unstable; urgency=medium

  [ Martina Ferrari ]
  * New upstream snapshot.
  * debian/docs: Remove vanished AUTHORS.md.
  * debian/gbp.conf: Stop using pristine-tar.
  * Automated cme updates.
  * Do not ship unpacked fixtures, unpack them during tests.
  * Bump Standards-Version (no changes).
  * Update dh compat level to 11.

  [ Paul Tagliamonte ]
  * Remove Built-Using from arch:all -dev package

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Michael Stapelberg ]
  * gbp.conf: set debian-branch

 -- Martina Ferrari <tina@debian.org>  Wed, 13 Jun 2018 14:32:29 +0000

golang-procfs (0+git20170703.e645f4e-1) unstable; urgency=medium

  * New upstream snapshot.
  * Update debian/rules for new tests.
  * debian/control: Mark package as autopkgtest-able.
  * debian/control: Update Standards-Version (no changes).
  * debian/gbp.conf: Add builder defaults.

 -- Martina Ferrari <tina@debian.org>  Wed, 12 Jul 2017 00:44:29 +0000

golang-procfs (0+git20161206.fcdb11c-1) unstable; urgency=medium

  * New upstream snapshot.

 -- Martina Ferrari <tina@debian.org>  Sat, 14 Jan 2017 06:03:26 -0300

golang-procfs (0+git20160411.abf152e-2) unstable; urgency=medium

  * debian/control: Fix Vcs-* fields.
  * debian/control: Replace golang-go with golang-any in Build-Depends.
  * Remove useless watch file.

 -- Martina Ferrari <tina@debian.org>  Tue, 01 Nov 2016 02:16:24 +0000

golang-procfs (0+git20160411.abf152e-1) unstable; urgency=medium

  * New upstream snapshot.
  * debian/control:
    - Update Standards-Version with no changes.
    - Update Vcs-* fields to use https.
    - Depend dh-golang 0.10 for XS-Go-Import-Path support.

 -- Martina Ferrari <tina@debian.org>  Tue, 24 May 2016 09:43:18 +0000

golang-procfs (0+git20150616.c91d8ee-1) unstable; urgency=medium

  * Update upstream `version`.
  * debian/control: move package to pkg-go team.
  * debian/rules: Avoid rewriting symlinks, as they are testcases on
    themselves. Add also lintian overrides for that.

 -- Martina Ferrari <tina@debian.org>  Mon, 06 Jul 2015 10:15:00 +0000

golang-procfs (0+git20150225.6c34ef8-1) unstable; urgency=medium

  * Initial release. (Closes: #779258)

 -- Martina Ferrari <tina@debian.org>  Thu, 26 Feb 2015 02:31:57 +0000