File tree Expand file tree Collapse file tree 6 files changed +17
-6
lines changed
Expand file tree Collapse file tree 6 files changed +17
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ node-minimatch (9.0.3-5) unstable; urgency=medium
2+
3+ * Team upload
4+ * Declare compliance with policy 4.7.0
5+ * Build bundled version (Closes: #1079833)
6+
7+ -- Yadd <yadd@debian.org> Wed, 28 Aug 2024 12:39:36 +0200
8+
19node-minimatch (9.0.3-4) unstable; urgency=medium
210
311 * Team upload
Original file line number Diff line number Diff line change @@ -7,10 +7,14 @@ Priority: optional
77Build-Depends: debhelper-compat (= 13)
88 , dh-sequence-nodejs
99 , node-brace-expansion <!nocheck>
10+ , node-rollup-plugin-commonjs
11+ , node-rollup-plugin-node-resolve
12+ , node-rollup-plugin-terser
1013 , node-tap (>= 15) <!nocheck>
1114 , node-types-brace-expansion
15+ , rollup
1216 , ts-node
13- Standards-Version: 4.6.2
17+ Standards-Version: 4.7.0
1418Vcs-Browser: https://salsa.debian.org/js-team/node-minimatch
1519Vcs-Git: https://salsa.debian.org/js-team/node-minimatch.git
1620Homepage: https://github.com/isaacs/minimatch
Original file line number Diff line number Diff line change 1+ brace-expansion
12ts-node test
23@types/brace-expansion
34@types/node
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ Author: Yadd <yadd@debian.org>
33Forwarded: not-needed
44Last-Update: 2023-09-22
55
6- --- node-minimatch-9.0.3.orig /package.json
7- +++ node-minimatch-9.0.3 /package.json
6+ --- a /package.json
7+ +++ b /package.json
88@@ -7,7 +7,7 @@
99 "type": "git",
1010 "url": "git://github.com/isaacs/minimatch.git"
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ override_dh_auto_build:
1111 tsc
1212 tsc -p tsconfig-esm.json
1313 echo ' {"type":"module"}' > dist/mjs/package.json
14+ rollup -m --format=commonjs -p @rollup/plugin-commonjs -p @rollup/plugin-node-resolve -p rollup-plugin-terser --file=dist/cjs/index.bundle.js -- dist/cjs/index.js
1415 cp debian/index.js .
You can’t perform that action at this time.
0 commit comments