diff --git a/debian/changelog b/debian/changelog index bd55ee8..891bbb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Wed, 28 Aug 2024 12:39:36 +0200 + node-minimatch (9.0.3-4) unstable; urgency=medium * Team upload diff --git a/debian/control b/debian/control index 2045c4d..dcac46d 100644 --- a/debian/control +++ b/debian/control @@ -7,10 +7,14 @@ Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-brace-expansion + , node-rollup-plugin-commonjs + , node-rollup-plugin-node-resolve + , node-rollup-plugin-terser , node-tap (>= 15) , 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 @@ -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. diff --git a/debian/nodejs/extlinks b/debian/nodejs/extlinks index b67ad29..f439d25 100644 --- a/debian/nodejs/extlinks +++ b/debian/nodejs/extlinks @@ -1,3 +1,4 @@ +brace-expansion ts-node test @types/brace-expansion @types/node diff --git a/debian/patches/keep-old-behavior.patch b/debian/patches/keep-old-behavior.patch index a5b98e5..01867f9 100644 --- a/debian/patches/keep-old-behavior.patch +++ b/debian/patches/keep-old-behavior.patch @@ -3,8 +3,8 @@ Author: Yadd 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" diff --git a/debian/rules b/debian/rules index 26312ff..92b4ef8 100755 --- a/debian/rules +++ b/debian/rules @@ -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 .