[Pkg-javascript-commits] [Git][js-team/node-rimraf][master] 5 commits: Declare compliance with policy 4.6.0

Yadd (@yadd) gitlab at salsa.debian.org
Fri Apr 15 06:18:17 BST 2022



Yadd pushed to branch master at Debian JavaScript Maintainers / node-rimraf


Commits:
f5f67a24 by Yadd at 2022-04-15T07:12:21+02:00
Declare compliance with policy 4.6.0

- - - - -
e9eb25cd by Yadd at 2022-04-15T07:12:21+02:00
Fix filenamemangle

- - - - -
42ec2b5f by Yadd at 2022-04-15T07:13:39+02:00
Update nodejs dependency to nodejs:any, mark test dependencies with <!nocheck>

- - - - -
8fd8ad0c by Yadd at 2022-04-15T07:15:33+02:00
Fix test for tap >= 15

Closes: #1009515

- - - - -
b5601550 by Yadd at 2022-04-15T07:17:54+02:00
releasing package node-rimraf version 3.0.2-2

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/tests/pkg-js/test
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+node-rimraf (3.0.2-2) unstable; urgency=medium
+
+  * Team upload
+  * debian/watch:
+    * Add ctype=nodejs to component(s)
+    * Fix GitHub tags regex
+    * Fix filenamemangle
+  * Declare compliance with policy 4.6.0
+  * Update nodejs dependency to nodejs:any
+  * Mark test dependencies with <!nocheck>
+  * Fix test for tap >= 15 (Closes: #1009515)
+
+ -- Yadd <yadd at debian.org>  Fri, 15 Apr 2022 07:15:43 +0200
+
 node-rimraf (3.0.2-1) unstable; urgency=medium
 
   * Team upload


=====================================
debian/control
=====================================
@@ -4,11 +4,11 @@ Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Jérémy Lal <kapouer at melix.org>
 Build-Depends: debhelper-compat (= 13)
- , node-glob
- , node-mkdirp
- , node-tap
  , dh-sequence-nodejs
-Standards-Version: 4.5.1
+ , node-glob <!nocheck>
+ , node-mkdirp <!nocheck>
+ , node-tap <!nocheck>
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/js-team/node-rimraf
 Vcs-Git: https://salsa.debian.org/js-team/node-rimraf.git
 Homepage: https://github.com/isaacs/rimraf
@@ -19,7 +19,7 @@ Package: node-rimraf
 Architecture: all
 Depends: ${misc:Depends}
  , node-glob
- , nodejs
+ , nodejs:any
 Recommends: node-graceful-fs
 Provides: ${nodejs:Provides}
 Description: Deep deletion (like rm -rf) module for Node.js


=====================================
debian/tests/pkg-js/test
=====================================
@@ -1 +1 @@
-tap test/*.js
+tap -R tap --no-cov test/*.js


=====================================
debian/watch
=====================================
@@ -1,5 +1,5 @@
 version=4
-opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-rimraf-$1.tar.gz/ \
+opts=filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-rimraf-$1/ \
 https://github.com/isaacs/rimraf/tags .*/archive/.*/v?([\d\.]+).tar.gz	
 
 # It is not recommended use npmregistry. Please investigate more.



View it on GitLab: https://salsa.debian.org/js-team/node-rimraf/-/compare/4f9e95f1e990aae37fb9f49c8e0b6782ec74a6d6...b56015500a1b2df867bdb56f26d62c3751ce1659

-- 
View it on GitLab: https://salsa.debian.org/js-team/node-rimraf/-/compare/4f9e95f1e990aae37fb9f49c8e0b6782ec74a6d6...b56015500a1b2df867bdb56f26d62c3751ce1659
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/20220415/f571c140/attachment-0001.htm>


More information about the Pkg-javascript-commits mailing list