File: changelog

package info (click to toggle)
node-source-map 0.7.0%2B%2Bdfsg2%2Breally.0.6.1-15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 488 kB
  • sloc: javascript: 4,872; makefile: 9
file content (232 lines) | stat: -rw-r--r-- 7,082 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
node-source-map (0.7.0++dfsg2+really.0.6.1-15) unstable; urgency=medium

  * Team upload
  * Restore override_dh_installdocs (#1035805)

 -- Yadd <yadd@debian.org>  Thu, 11 May 2023 11:03:13 +0400

node-source-map (0.7.0++dfsg2+really.0.6.1-14) unstable; urgency=medium

  * Team upload
  * Fix maintscript (Closes: #1035805). Thanks to Andreas Beckmann.

 -- Yadd <yadd@debian.org>  Thu, 11 May 2023 06:30:12 +0400

node-source-map (0.7.0++dfsg2+really.0.6.1-13) unstable; urgency=medium

  * Team upload
  * Drop dandling link (Closes: #1035437)

 -- Yadd <yadd@debian.org>  Wed, 03 May 2023 17:32:45 +0400

node-source-map (0.7.0++dfsg2+really.0.6.1-12) unstable; urgency=medium

  * Team upload
  * Use conditional globalObject to fix universal bundle (Closes: #1012130)

 -- Pirate Praveen <praveen@debian.org>  Tue, 31 May 2022 20:55:37 +0530

node-source-map (0.7.0++dfsg2+really.0.6.1-11) unstable; urgency=medium

  * Drop build-dependency to nodejs
  * Use dh-sequence-nodejs auto test & install
  * Fix webpack build (Closes: #1012130)

 -- Yadd <yadd@debian.org>  Tue, 31 May 2022 14:42:41 +0200

node-source-map (0.7.0++dfsg2+really.0.6.1-10) unstable; urgency=medium

  * Team upload
  * Switch to webpack 5 and terser-webpack-plugin (Closes: #1002864)
  * Bump Standards-Version to 4.6.1 (no changes needed)

 -- Pirate Praveen <praveen@debian.org>  Sun, 29 May 2022 02:32:40 +0530

node-source-map (0.7.0++dfsg2+really.0.6.1-9) unstable; urgency=medium

  * Team upload
  * Fix d/watch
  * Document why we should use 0.6.1 upstream version
  * use dh-sequence-nodejs
  * link doc

 -- Bastien Roucariès <rouca@debian.org>  Tue, 05 Oct 2021 08:32:20 +0000

node-source-map (0.7.0++dfsg2+really.0.6.1-8) unstable; urgency=medium

  [ Julien Puydt ]
  * Fix d/watch.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on nodejs.

  [ Julien Puydt ]
  * Bump standards-version to 4.6.0.
  * Mark the require autopkgtest as superficial.

 -- Julien Puydt <jpuydt@debian.org>  Tue, 07 Sep 2021 07:31:12 +0200

node-source-map (0.7.0++dfsg2+really.0.6.1-7) unstable; urgency=medium

  * team upload
  * Bump debhelper compatibility level to 13
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Fix link between node-source-map and libjs-source-map (Closes: #979409)

 -- Xavier Guimard <yadd@debian.org>  Wed, 06 Jan 2021 14:43:46 +0100

node-source-map (0.7.0++dfsg2+really.0.6.1-6) unstable; urgency=medium

  * Team upload
  * Use globalObject: this in webpack configuration for node compatibility
    (Closes: #979208)
  * Add comment to patch

 -- Pirate Praveen <praveen@debian.org>  Mon, 04 Jan 2021 14:15:18 +0530

node-source-map (0.7.0++dfsg2+really.0.6.1-5) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * use debhelper compatibility level 12 (not 11);
    build-depend versioned on debhelper-compat
  * set upstream metadata fields:
    Bug-Database Bug-Submit Repository Repository-Browse

  [ Jonas Smedegaard ]
  * fix stop depend on nodejs
  * fix have libjs-source-map recommend javascript-common
  * have libjs-source-map depend on node-source-map
    (not the other way around),
    to avoid node-source-map (and virtual node-types-source-map)
    transitively recommending javascript-common
  * declare compliance with Debian Policy 4.5.1

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 09 Dec 2020 19:41:51 +0100

node-source-map (0.7.0++dfsg2+really.0.6.1-4) unstable; urgency=medium

  * Team upload
  * Update links for /usr/share/nodejs

 -- Pirate Praveen <praveen@debian.org>  Thu, 26 Sep 2019 21:00:36 +0530

node-source-map (0.7.0++dfsg2+really.0.6.1-3) unstable; urgency=medium

  * Team upload
  * Reupload to unstable
  * Simplify dependency on webpack
  * Install in /usr/share/nodejs

 -- Pirate Praveen <praveen@debian.org>  Mon, 05 Aug 2019 05:11:46 +0000

node-source-map (0.7.0++dfsg2+really.0.6.1-2) experimental; urgency=medium

  * Team upload

  [ Julien Puydt ]
  * Mark the package as Multi-Arch: foreign following hinter.
  * Use my debian.org mail address.

  [ Pirate Praveen ]
  * Build with webpack 4
  * Bump standards version to 4.4.0

 -- Pirate Praveen <praveen@debian.org>  Wed, 31 Jul 2019 14:50:14 +0000

node-source-map (0.7.0++dfsg2+really.0.6.1-1) unstable; urgency=medium

  * Team upload
  * Repack by removing compiled dist
  * Bump compat and policy (no changes)
  * Move to salsa
  * Add link to dist file in node-source-map package
  * Add types

 -- Bastien Roucariès <rouca@debian.org>  Fri, 04 Jan 2019 23:38:14 +0100

node-source-map (0.7.0+dfsg.really.0.6.1-1) unstable; urgency=medium

  * Revert to previous upstream, since the new one breaks
    everything. (Closes: #889045)

 -- Julien Puydt <julien.puydt@laposte.net>  Fri, 02 Feb 2018 18:56:03 +0100

node-source-map (0.7.0+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Change priority from extra to optional.
  * Bump std-ver to 4.1.3.

 -- Julien Puydt <julien.puydt@laposte.net>  Mon, 22 Jan 2018 07:41:33 +0100

node-source-map (0.6.1+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Bump std-ver to 4.1.1.

 -- Julien Puydt <julien.puydt@laposte.net>  Sun, 01 Oct 2017 21:29:41 +0200

node-source-map (0.6.0+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Bump std-ver to 4.1.0.
  * Mark the libjs-* package as Multi-Arch foreign following hinter.
  * Bump d/watch to version 4.
  * Add overrides for long lines containing source code with \n.

 -- Julien Puydt <julien.puydt@laposte.net>  Thu, 28 Sep 2017 07:49:39 +0200

node-source-map (0.5.7+dfsg-1) unstable; urgency=medium

  * Bump dh compat to 10.
  * Bump std-ver to 4.0.1.
  * New upstream release.
  * Review depends and remove dh-buildinfo.
  * Put in section javascript instead of web.

 -- Julien Puydt <julien.puydt@laposte.net>  Wed, 23 Aug 2017 12:58:33 +0200

node-source-map (0.5.6+dfsg-1) unstable; urgency=medium

  [ Julien Puydt ]
  * New upstream version (Closes: #802224)
  * Bump Standards-Version 3.9.8
  * Use https for Vcs-* fields
  * Update d/copyright (moved file)
  * Add myself to uploaders
  * Remove dep on node-dryice
  * Don't ship the bench/ directory as some files are pre-built

  [ Gianfranco Costamagna ]
  * Fix VCS fields.
  * Upload to unstable
  * Bump compat level to 9

 -- Julien Puydt <julien.puydt@laposte.net>  Sat, 14 May 2016 07:26:45 +0200

node-source-map (0.1.40-1) unstable; urgency=medium

  * Imported Upstream version 0.1.40
  * Bump Standards-Version 3.9.6
  * Rewrite descriptions in debian/control
  * Install README.md via debian/docs
  * Fix format block in debian/copyright
  * Add autopkgtest suite

 -- Leo Iannacone <l3on@ubuntu.com>  Sun, 12 Oct 2014 14:09:13 +0200

node-source-map (0.1.34-1) unstable; urgency=medium

  * New release upstream.

 -- Leo Iannacone <l3on@ubuntu.com>  Thu, 12 Jun 2014 23:50:21 +0200

node-source-map (0.1.33-1) unstable; urgency=low

  * Initial release (Closes: #747138)

 -- Leo Iannacone <l3on@ubuntu.com>  Wed, 07 May 2014 00:20:48 +0200