File: changelog

package info (click to toggle)
node-webassemblyjs 1.11.4%2Bdfsg%2B~cs10.11.17-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,328 kB
  • sloc: javascript: 29,410; makefile: 85; sh: 42; ansic: 16
file content (129 lines) | stat: -rw-r--r-- 4,107 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
node-webassemblyjs (1.11.4+dfsg+~cs10.11.17-2) unstable; urgency=medium

  * Team upload
  * Fix autopkgtest

 -- Yadd <yadd@debian.org>  Thu, 28 Jul 2022 21:10:47 +0200

node-webassemblyjs (1.11.4+dfsg+~cs10.11.17-1) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.6.1
  * Drop nodejs dependency
  * New upstream version 1.11.4+dfsg+~cs10.11.17
  * Patches:
    + Drop rename-babelrc.patch, now included in upstream
    + Drop workaround-jest-diff-update.patch not needed with jest >= 28
    + Refresh others
  * Update copyright

 -- Yadd <yadd@debian.org>  Thu, 28 Jul 2022 20:27:54 +0200

node-webassemblyjs (1.11.1+dfsg+~cs10.10.21-1) unstable; urgency=medium

  * Team upload
  * Fix GitHub tags regex
  * Update standards version to 4.6.0, no changes needed.
  * Fix filenamemangle
  * Fix d/watch
  * New upstream version 1.11.1+dfsg+~cs10.10.21
  * Add patch to workaround jest-diff update (Closes: #997573)

 -- Yadd <yadd@debian.org>  Sun, 24 Oct 2021 08:26:05 +0200

node-webassemblyjs (1.11.0+dfsg+~cs10.10.16-1) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.5.1
  * Add ctype=nodejs to component(s)
  * New upstream version 1.11.0+dfsg+~cs10.10.16
  * Enable part of upstream test

 -- Xavier Guimard <yadd@debian.org>  Thu, 28 Jan 2021 17:19:23 +0100

node-webassemblyjs (1.9.1+repack+~cs10.9.15-1) unstable; urgency=medium

  * Team upload
  * No more embed wabt (source unavailable) and repack. This will break
    @webassemblyjs/wasm-parser and wast-loader (Closes: #975360)

 -- Xavier Guimard <yadd@debian.org>  Sat, 21 Nov 2020 08:38:25 +0100

node-webassemblyjs (1.9.1+dfsg+~cs11.9.35-1) unstable; urgency=medium

  * Team upload
  * Embed call-bind, get-intrinsic, requireindex, wabt and repack
  * Update lintian overrides
  * Require node-es-abstract ≥ 1.18.0
  * Update copyright

 -- Xavier Guimard <yadd@debian.org>  Fri, 20 Nov 2020 17:37:53 +0100

node-webassemblyjs (1.9.1+dfsg+~cs7.7.13-1) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 13
  * Use dh-sequence-nodejs
  * Replace es-abstract component by dependency to new node-es-abstract
  * New upstream version 1.9.1+dfsg+~cs7.7.13
    Updates:
     + webassemblyjs 1.9.1
     + is-regex 1.1.1
    Really: 1.9.1+~0.0.7+~4.2.2+~1.2.0+~1.1.1+~1.2.3
  * Apply multi-arch hints

 -- Xavier Guimard <yadd@debian.org>  Sat, 24 Oct 2020 08:39:38 +0200

node-webassemblyjs (1.9.0+dfsg-4) unstable; urgency=medium

  * Drop unnecessary build dependency on node-babel-plugin-add-module-exports

 -- Pirate Praveen <praveen@debian.org>  Sat, 09 May 2020 17:38:26 +0530

node-webassemblyjs (1.9.0+dfsg-3) unstable; urgency=medium

  * Rename .babelrc.js to babel.config.js
  * Build with babel7
  * Drop patches that forced build with babel 6
  * Use @babel/parser instead of babylon

 -- Pirate Praveen <praveen@debian.org>  Tue, 05 May 2020 08:42:35 +0530

node-webassemblyjs (1.9.0+dfsg-2) unstable; urgency=medium

  * Team upload
  * Fix install

 -- Xavier Guimard <yadd@debian.org>  Thu, 12 Mar 2020 22:24:09 +0100

node-webassemblyjs (1.9.0+dfsg-1) unstable; urgency=medium

  * Team Upload.

  [ Nilesh Patra ]
  * Embed components: is-regex, es-abstract,
    is-callable, has-symbols, arrayprototypeflatmap
  * Fix package to transition to unstable
  * Fix copyright as per new embedded components
  * Remove un-needed patch for embedded module
  * Drop version check on nodejs, update Build-Depends
  * Add "Rules-Requires-Root:no"
  * Bump standards version to 4.5.0
  * Bump compatibility level to 12
  * Add Provides
  * Add Patch Description
  * Remove unused license Apache-2.0

  [ Xavier Guimard ]
  * Use ${nodejs:Provides} to publish all module installed in main nodejs
    directories
  * Fix perms and remove src from install
  * New upstream version 1.9.0+dfsg

 -- Nilesh Patra <npatra974@gmail.com>  Tue, 10 Mar 2020 17:44:16 +0530

node-webassemblyjs (1.8.5+dfsg-1) experimental; urgency=low

  * Initial release (Closes: #942455)

 -- Pirate Praveen <praveen@debian.org>  Fri, 18 Oct 2019 14:02:49 +0530