[Pkg-javascript-commits] [Git][js-team/node-rimraf][master] 2 commits: Prepare breaks
Bastien Roucariès (@rouca)
gitlab at salsa.debian.org
Sun Dec 28 18:22:03 GMT 2025
Bastien Roucariès pushed to branch master at Debian JavaScript Maintainers / node-rimraf
Commits:
9479c4d6 by Bastien Roucariès at 2025-12-28T19:18:22+01:00
Prepare breaks
- - - - -
55d9e719 by Bastien Roucariès at 2025-12-28T19:19:32+01:00
Remove compat types
- - - - -
3 changed files:
- debian/control
- − debian/patches/add-compat-types.patch
- debian/patches/series
Changes:
=====================================
debian/control
=====================================
@@ -23,9 +23,6 @@ Testsuite: autopkgtest-pkg-nodejs
# to upload
# node-react (<< 18.3.1+dfsg+~cs88.78.12-4~)
# not yet
-# , node-tap (<< 16.3.7+ds3+~cs49.5.20-6~)
-# , node-tar (<< 6.2.1+ds1+~cs6.1.13-5~)
-# , npm (<< 9.2.0~ds2-2~)
# break next
# gulp (<< 4.0.2+~cs54.26.36-10~)
# , node-cacache (<< 17.0.3+ds1+~cs8.2.7-3~)
@@ -44,10 +41,13 @@ Testsuite: autopkgtest-pkg-nodejs
# , node-npmrc (<< 1.1.1-6~)
# , node-pre-gyp (<< 1.0.11+~2.0.3-3~)
# , node-readdirp (<< 3.6.0-3~)
+# , node-tap (<< 16.3.7+ds3+~cs49.5.20-6~)
+# , node-tar (<< 6.2.1+ds1+~cs6.1.13-5~)
# , node-temp (<< 0.9.4+~0.9.1-4~)
# , node-tmp (<< 0.2.2+dfsg+~0.2.3-2~)
# , node-v8-compile-cache (<< 2.4.0-4~)
# , node-vinyl-fs (<< 3.0.3+ds1+~cs18.6.9-3~)
+# , npm (<< 9.2.0~ds2-2~)
Package: node-rimraf
Architecture: all
Multi-Arch: foreign
@@ -72,6 +72,7 @@ Breaks: node-cacache (<< 17.0.3+ds1+~cs8.2.7-2~)
, node-tap (<< 16.3.7+ds3+~cs49.5.20-5~)
, node-tar (<< 6.2.1+ds1+~cs6.1.13-3~)
, npm (<< 9.2.0~ds2-1~)
+Conflicts: node-fstream (<= 1.0.12-8~)
Description: Deep deletion (like rm -rf) module for Node.js
node-rimraf is a Node.js module that provides asynchronous deep-deletion
of files and directories.
=====================================
debian/patches/add-compat-types.patch deleted
=====================================
@@ -1,40 +0,0 @@
-From: =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca at debian.org>
-Date: Sat, 13 Dec 2025 18:47:04 +0100
-Subject: Add compatibilty types
-
-forwarded: not-needed
----
- @types/rimraf/index.d.ts | 2 ++
- @types/rimraf/package.json | 14 ++++++++++++++
- 2 files changed, 16 insertions(+)
- create mode 100644 @types/rimraf/index.d.ts
- create mode 100644 @types/rimraf/package.json
-
-diff --git a/@types/rimraf/index.d.ts b/@types/rimraf/index.d.ts
-new file mode 100644
-index 0000000..6cac542
---- /dev/null
-+++ b/@types/rimraf/index.d.ts
-@@ -0,0 +1,2 @@
-+export * from "rimraf";
-+export { default } from "rimraf";
-diff --git a/@types/rimraf/package.json b/@types/rimraf/package.json
-new file mode 100644
-index 0000000..ed5b026
---- /dev/null
-+++ b/@types/rimraf/package.json
-@@ -0,0 +1,14 @@
-+{
-+ "name": "@types/glob",
-+ "version": "4.4.1",
-+ "description": "Stub type definition for package because it includes its own types.",
-+ "types": "index.d.ts",
-+ "license": "MIT",
-+ "repository": {
-+ "type": "git",
-+ "url": "https://salsa.debian.org/js-team/node-rimraf"
-+ },
-+ "dependencies": {
-+ "rimraf": "*"
-+ }
-+}
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,2 @@
2001_rename_nodejs.patch
-add-compat-types.patch
export-package.json.patch
View it on GitLab: https://salsa.debian.org/js-team/node-rimraf/-/compare/d33355ac6291bae0b64067c7f2a55ed83204c20f...55d9e719841ceb0b7e9e407a657b4aab6764c056
--
View it on GitLab: https://salsa.debian.org/js-team/node-rimraf/-/compare/d33355ac6291bae0b64067c7f2a55ed83204c20f...55d9e719841ceb0b7e9e407a657b4aab6764c056
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-commits/attachments/20251228/6d5a3c1f/attachment-0001.htm>
More information about the Pkg-javascript-commits
mailing list