Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
node-minimatch (9.0.3-6) unstable; urgency=medium

[ Yadd ]
* Team upload
* Add "Multi-Arch: foreign" (Closes: #1080093)

-- Jérémy Lal <[email protected]> Wed, 21 May 2025 11:42:48 +0200

node-minimatch (9.0.3-5) unstable; urgency=medium

* Team upload
* Declare compliance with policy 4.7.0
* Build bundled version (Closes: #1079833)

-- Yadd <[email protected]> Wed, 28 Aug 2024 12:39:36 +0200

node-minimatch (9.0.3-4) unstable; urgency=medium

* Team upload
Expand Down
7 changes: 6 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ Priority: optional
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-brace-expansion <!nocheck>
, node-rollup-plugin-commonjs
, node-rollup-plugin-node-resolve
, node-rollup-plugin-terser
, node-tap (>= 15) <!nocheck>
, node-types-brace-expansion
, rollup
, ts-node
Standards-Version: 4.6.2
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/js-team/node-minimatch
Vcs-Git: https://salsa.debian.org/js-team/node-minimatch.git
Homepage: https://github.com/isaacs/minimatch
Expand All @@ -23,6 +27,7 @@ Depends: ${misc:Depends}
Breaks: node-typescript-types (<< 20201105-1~)
, node-glob (<< 8.0.3+~cs8.4.15-2~)
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: Convert glob expressions into RegExp objects for Node.js
A pure javascript, not strictly compatible, implementation of fnmatch/glob.
Supports negation, comment, double-star, brace expansion.
Expand Down
1 change: 1 addition & 0 deletions debian/nodejs/extlinks
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
brace-expansion
ts-node test
@types/brace-expansion
@types/node
Expand Down
4 changes: 2 additions & 2 deletions debian/patches/keep-old-behavior.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Author: Yadd <[email protected]>
Forwarded: not-needed
Last-Update: 2023-09-22

--- node-minimatch-9.0.3.orig/package.json
+++ node-minimatch-9.0.3/package.json
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
Expand Down
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ override_dh_auto_build:
tsc
tsc -p tsconfig-esm.json
echo '{"type":"module"}' >dist/mjs/package.json
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
cp debian/index.js .
Loading