File: changelog

package info (click to toggle)
golang-github-tdewolff-minify 2.20.37-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 39,388 kB
  • sloc: javascript: 394,644; xml: 25,649; ansic: 253; makefile: 108; python: 108; sh: 47
file content (294 lines) | stat: -rw-r--r-- 10,965 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
golang-github-tdewolff-minify (2.20.37-1) unstable; urgency=medium

  * New upstream version 2.20.37

 -- Anthony Fok <foka@debian.org>  Sun, 01 Sep 2024 07:46:30 -0600

golang-github-tdewolff-minify (2.20.36-1) unstable; urgency=medium

  * New upstream version 2.20.36
  * Bump versioned dependencies as per go.mod

 -- Anthony Fok <foka@debian.org>  Tue, 30 Jul 2024 02:06:39 -0600

golang-github-tdewolff-minify (2.20.20-1) unstable; urgency=medium

  * New upstream version 2.20.20
  * Bump versioned dependencies as per go.mod
  * Bump Standards-Version to 4.7.0 (no change)

 -- Anthony Fok <foka@debian.org>  Fri, 26 Apr 2024 06:15:52 -0600

golang-github-tdewolff-minify (2.20.19-1) unstable; urgency=medium

  * New upstream version 2.20.19

 -- Anthony Fok <foka@debian.org>  Sun, 24 Mar 2024 20:45:07 -0600

golang-github-tdewolff-minify (2.20.17-1) unstable; urgency=medium

  * New upstream version 2.20.17
  * Update dependencies as per go.mod

 -- Anthony Fok <foka@debian.org>  Fri, 23 Feb 2024 19:01:32 -0700

golang-github-tdewolff-minify (2.20.13-1) unstable; urgency=medium

  * New upstream version 2.20.13
  * Bump versioned dependencies as per go.mod

 -- Anthony Fok <foka@debian.org>  Wed, 31 Jan 2024 06:20:37 -0700

golang-github-tdewolff-minify (2.20.9-1) unstable; urgency=medium

  * New upstream version 2.20.9
  * Bump versioned dependencies as per go.mod

 -- Anthony Fok <foka@debian.org>  Mon, 11 Dec 2023 07:04:09 -0700

golang-github-tdewolff-minify (2.20.5-1) unstable; urgency=medium

  * New upstream version 2.20.5
  * Update versioned dependencies as per go.mod, especially new
    dependency on golang-github-tdewolff-argp-dev for argument parsing

 -- Anthony Fok <foka@debian.org>  Sun, 05 Nov 2023 16:50:02 -0700

golang-github-tdewolff-minify (2.12.7-1) unstable; urgency=medium

  * New upstream version 2.12.7
  * Bump versioned dependencies as per go.mod
  * Remove unneeded binary dependency on golang-github-tdewolff-test-dev
    which is used only for tests
  * Remove previously backported 0001-Fix-test.patch, now included upstream

 -- Anthony Fok <foka@debian.org>  Wed, 21 Jun 2023 21:06:07 -0600

golang-github-tdewolff-minify (2.12.4-2) unstable; urgency=medium

  * Backport commit 32748bb from minify 2.12.5 to fix test with parse 2.6.5
  * Fix the output of "minify --version" to match the upstream version.
    Thanks to Ben Finney for reporting the discrepancy. (Closes: #916063)
  * Bump Standards-Version to 4.6.2 (no change)

 -- Anthony Fok <foka@debian.org>  Fri, 24 Mar 2023 13:16:21 -0600

golang-github-tdewolff-minify (2.12.4-1) unstable; urgency=medium

  * New upstream version 2.12.4
  * Bump dependency golang-github-tdewolff-parse-dev (>= 2.6.4)

 -- Anthony Fok <foka@debian.org>  Sat, 29 Oct 2022 04:11:17 -0600

golang-github-tdewolff-minify (2.12.1-1) unstable; urgency=medium

  * New upstream version 2.12.1
  * Bump dependency: golang-github-tdewolff-parse-dev (>= 2.6.3)
    Fixes https://github.com/tdewolff/minify/issues/528
  * Remove debian/patches/0001-disable-failed-js-tests.patch
    which is no longer needed

 -- Anthony Fok <foka@debian.org>  Tue, 30 Aug 2022 19:30:02 -0600

golang-github-tdewolff-minify (2.12.0-1) unstable; urgency=medium

  * New upstream version 2.12.0
  * Update versioned dependencies as per go.mod
  * Disable two TestJS tests that fail with "identifier a has already
    been declared on line 1 and column x" since parse v2.6.2 which
    detects "JS: syntax error for variable redeclarations".

 -- Anthony Fok <foka@debian.org>  Mon, 29 Aug 2022 15:05:53 -0600

golang-github-tdewolff-minify (2.11.10-1) unstable; urgency=medium

  * New upstream version 2.11.10
  * Update versioned dependencies as per go.mod
  * Refresh Lintian overrides for lintian >= 2.115.0

 -- Anthony Fok <foka@debian.org>  Thu, 23 Jun 2022 23:14:01 -0600

golang-github-tdewolff-minify (2.11.5-1) unstable; urgency=medium

  * New upstream version 2.11.5
  * Bump to golang-github-tdewolff-parse-dev (>= 2.5.31) as per go.mod

 -- Anthony Fok <foka@debian.org>  Wed, 08 Jun 2022 09:14:18 -0600

golang-github-tdewolff-minify (2.11.2-1) unstable; urgency=medium

  * New upstream version 2.11.2
  * Bump versioned dependencies as per go.mod
  * Bump Standards-Version to 4.6.1 (no change)
  * Exclude Node.js and Python bindings from build, at least for now
  * Replace Built-Using with Static-Built-Using in debian/control

 -- Anthony Fok <foka@debian.org>  Sun, 05 Jun 2022 06:14:52 -0600

golang-github-tdewolff-minify (2.11.1-1) unstable; urgency=medium

  * New upstream version 2.11.1
  * Bump dependency on golang-github-tdewolff-parse-dev to (>= 2.5.28)

 -- Anthony Fok <foka@debian.org>  Mon, 30 May 2022 02:49:37 -0600

golang-github-tdewolff-minify (2.10.0-1) unstable; urgency=medium

  * New upstream version 2.10.0
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Reorder fields in debian/control and debian/copyright
    as would be generated in the next dh-make-golang release after 0.6.0-1
  * Remove local copy of local copy of github.com/djherbis/atime v1.1.0.
    Instead, depend on the new golang-github-djherbis-atime-dev Debian package
  * Bump dependency on golang-github-tdewolff-parse-dev to (>= 2.5.27)

 -- Anthony Fok <foka@debian.org>  Sat, 19 Mar 2022 21:33:10 -0600

golang-github-tdewolff-minify (2.9.22-1) unstable; urgency=medium

  * New upstream version 2.9.22
  * Update versioned dependencies as per go.mod
  * Add local copy of github.com/djherbis/atime v1.1.0
    until golang-github-djherbis-atime is packaged for Debian

 -- Anthony Fok <foka@debian.org>  Thu, 04 Nov 2021 11:26:38 -0600

golang-github-tdewolff-minify (2.9.21-1) unstable; urgency=medium

  * New upstream version 2.9.21
  * Bump dependency on golang-github-tdewolff-parse-dev to (>= 2.5.19)
  * Update Lintian overrides for lintian >= 2.109.0.
    Re: Fix non-sensical line lengths in hints from cruft check; see #996111

 -- Anthony Fok <foka@debian.org>  Fri, 29 Oct 2021 03:42:25 -0600

golang-github-tdewolff-minify (2.9.18-1) unstable; urgency=medium

  * New upstream version 2.9.18
  * Bump dependency on golang-github-tdewolff-parse-dev to (>= 2.5.18)

 -- Anthony Fok <foka@debian.org>  Tue, 19 Oct 2021 15:26:10 -0600

golang-github-tdewolff-minify (2.9.16-1) unstable; urgency=medium

  * New upstream version 2.9.16
  * Revert "Force build with Go 1.16" as v2.9.16 reverts back to
    supporting Go 1.13
  * Remove "DH_GOLANG_INSTALL_EXTRA := go.mod go.sum" from debian/rules
    as these files are already handled by dh-golang (>= 1.39)

 -- Anthony Fok <foka@debian.org>  Tue, 12 Oct 2021 03:05:07 -0600

golang-github-tdewolff-minify (2.9.15-1) unstable; urgency=medium

  * New upstream version 2.9.15
  * Force build with Go 1.16 because minify v2.9.15 in particular needs it
  * Bump dependency on golang-github-tdewolff-parse-dev to (>= 2.5.14)
  * Bump Standards-Version to 4.6.0 (no change)
  * Mark library package with "Multi-Arch: foreign"

 -- Anthony Fok <foka@debian.org>  Thu, 02 Sep 2021 06:59:04 -0600

golang-github-tdewolff-minify (2.9.13-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Anthony Fok ]
  * New upstream version 2.9.13
    with Debian dir 3c0239e6f47eda50206c1d8859107c005ed3330c
  * debian/control:
    - Change Section from devel to golang
    - Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
    - Bump Standards-Version to 4.5.1 (no change)
    - Update versioned dependencies as per go.mod
  * Override Lintian source-is-missing (line-length too long) errors
    and fix duplicate-override-context warnings

 -- Anthony Fok <foka@debian.org>  Mon, 09 Aug 2021 04:57:31 -0600

golang-github-tdewolff-minify (2.7.2-1) unstable; urgency=medium

  * New upstream version 2.7.2
  * Update versioned dependencies according to go.mod

 -- Anthony Fok <foka@debian.org>  Fri, 21 Feb 2020 04:07:14 -0700

golang-github-tdewolff-minify (2.6.1-1) unstable; urgency=medium

  * New upstream version 2.6.1
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
  * Add "Rules-Requires-Root: no" to debian/control
  * Bump Standards-Version to 4.5.0 (no change)
  * Update versioned dependency according to go.mod

 -- Anthony Fok <foka@debian.org>  Wed, 19 Feb 2020 03:25:11 -0700

golang-github-tdewolff-minify (2.5.2-1) unstable; urgency=medium

  * New upstream version 2.5.2
    - In particular, the removal of import comments in commit d2d0a4b9
      solves a build error (seen in Hugo) in GOPATH mode with Go 1.13
  * Update versioned dependency of tdewolff-{parse,test} according to go.mod
  * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 12)"
  * Bump Standards-Version to 4.4.1 (no change)

 -- Anthony Fok <foka@debian.org>  Tue, 08 Oct 2019 16:37:27 -0600

golang-github-tdewolff-minify (2.3.8-1) unstable; urgency=medium

  * New upstream version 2.3.8
  * Install go.mod and go.sum

 -- Anthony Fok <foka@debian.org>  Thu, 20 Dec 2018 11:48:19 -0700

golang-github-tdewolff-minify (2.3.6-1) unstable; urgency=medium

  * New upstream version 2.3.6
  * Update Maintainer address in debian/control
  * Bump Standards-Version to 4.2.1 (no change)
  * Update versioned dependencies

 -- Anthony Fok <foka@debian.org>  Thu, 20 Dec 2018 09:17:33 -0700

golang-github-tdewolff-minify (2.3.5-2) unstable; urgency=medium

  * Add versioned dependency on golang-github-tdewolff-parse-dev (>= 2.3.3-1~)
  * Bump Standards-Version to 4.1.5 (no change)
  * Override false-positive source-is-missing Lintian errors
    due to sample benchmark HTML files containing long lines.
  * Fix Lintian binary-control-field-duplicates-source

 -- Anthony Fok <foka@debian.org>  Wed, 11 Jul 2018 10:07:08 -0600

golang-github-tdewolff-minify (2.3.5-1) unstable; urgency=medium

  * New upstream version 2.3.5
  * Use debhelper (>= 11)

 -- Anthony Fok <foka@debian.org>  Mon, 25 Jun 2018 12:28:24 -0600

golang-github-tdewolff-minify (2.3.4-1) unstable; urgency=medium

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

  [ Anthony Fok ]
  * New upstream version 2.3.4
  * Remove obsolete dependency on golang-github-tdewolff-{buffer,strconv}-dev
  * Apply "cme fix dpkg" and bump Standards-Version to 4.1.4
  * Remove 001-disable-equinoxUpdate.patch:
    Upstream switched from Equinox to GoReleaser in November 2017
  * Add "DH_GOLANG_EXCLUDES := benchmarks" to debian/rules

 -- Anthony Fok <foka@debian.org>  Tue, 10 Apr 2018 10:43:02 -0600

golang-github-tdewolff-minify (2.1.0+git20170802.25.b6ab3cd-1) unstable; urgency=medium

  * Initial release (Closes: #870594)
  * 001-disable-equinoxUpdate.patch: Remove equinoxUpdate() to prevent
    dependency on github.com/equinox-io/equinox which cannot yet be packaged
    due to its lack of a license.

 -- Anthony Fok <foka@debian.org>  Thu, 03 Aug 2017 01:26:11 -0600