Skip to content
Closed
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
3 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
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
6 changes: 5 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 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