[Pkg-javascript-commits] [Git][js-team/node-mutate-fs][master] 11 commits: Bump debhelper from old 12 to 13.

Yadd (@yadd) gitlab at salsa.debian.org
Mon Nov 22 13:47:03 GMT 2021



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


Commits:
f394a84c by Yadd at 2021-11-22T14:39:24+01:00
Bump debhelper from old 12 to 13.

Changes-By: lintian-brush
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html

- - - - -
2d35bbfb by Yadd at 2021-11-22T14:39:25+01:00
Declare compliance with policy 4.6.0

- - - - -
54b8e9c8 by Yadd at 2021-11-22T14:39:25+01:00
Add "Rules-Requires-Root: no"

- - - - -
b42ef288 by Yadd at 2021-11-22T14:39:25+01:00
Add debian/gbp.conf

- - - - -
a86fed9c by Yadd at 2021-11-22T14:39:25+01:00
Modernize debian/watch

- - - - -
d74eb920 by Yadd at 2021-11-22T14:39:25+01:00
Fix filenamemangle

- - - - -
ae5c5cd9 by Yadd at 2021-11-22T14:39:25+01:00
Fix GitHub tags regex

- - - - -
324e9350 by Yadd at 2021-11-22T14:41:00+01:00
Enable CI

Gbp-Dch: ignore

- - - - -
4c768721 by Yadd at 2021-11-22T14:41:19+01:00
Drop dependency to nodejs

- - - - -
3e216e0f by Yadd at 2021-11-22T14:44:26+01:00
use dh-sequence-nodejs auto test & install

- - - - -
afe53f7c by Yadd at 2021-11-22T14:46:04+01:00
releasing package node-mutate-fs version 2.1.1-2

- - - - -


11 changed files:

- debian/changelog
- debian/control
- debian/copyright
- + debian/gbp.conf
- − debian/install
- debian/rules
- + debian/salsa-ci.yml
- − debian/tests/control
- + debian/tests/pkg-js/test
- − debian/tests/require
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,5 +1,8 @@
-node-mutate-fs (2.1.1-2) UNRELEASED; urgency=medium
+node-mutate-fs (2.1.1-2) unstable; urgency=medium
 
+  * Team upload
+
+  [ Debian Janitor ]
   * Trim trailing whitespace.
   * Use secure copyright file specification URI.
   * Bump debhelper from old 11 to 12.
@@ -13,7 +16,18 @@ node-mutate-fs (2.1.1-2) UNRELEASED; urgency=medium
   * Remove constraints unnecessary since buster:
     + Build-Depends: Drop versioned constraint on node-tap.
 
- -- Debian Janitor <janitor at jelmer.uk>  Fri, 24 Apr 2020 09:19:10 +0000
+  [ Yadd ]
+  * Bump debhelper from old 12 to 13.
+  * Declare compliance with policy 4.6.0
+  * Add "Rules-Requires-Root: no"
+  * Add debian/gbp.conf
+  * Modernize debian/watch
+  * Fix filenamemangle
+  * Fix GitHub tags regex
+  * Drop dependency to nodejs
+  * use dh-sequence-nodejs auto test & install
+
+ -- Yadd <yadd at debian.org>  Mon, 22 Nov 2021 14:44:51 +0100
 
 node-mutate-fs (2.1.1-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -3,21 +3,19 @@ Section: javascript
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Akhil Varkey <akhilvarkey at disroot.org>
-Build-Depends:
- debhelper-compat (= 12)
- , dh-buildinfo
- , nodejs
+Build-Depends: debhelper-compat (= 13)
+ , dh-sequence-nodejs
  , node-tap
-Standards-Version: 4.1.3
-Homepage: https://github.com/isaacs/mutate-fs#readme
-Vcs-Git: https://salsa.debian.org/js-team/node-mutate-fs.git
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/js-team/node-mutate-fs
+Vcs-Git: https://salsa.debian.org/js-team/node-mutate-fs.git
+Homepage: https://github.com/isaacs/mutate-fs
+Testsuite: autopkgtest-pkg-nodejs
+Rules-Requires-Root: no
 
 Package: node-mutate-fs
 Architecture: all
-Depends:
- ${misc:Depends}
- , nodejs
+Depends: ${misc:Depends}
 Multi-Arch: foreign
 Description: Mutates the node.js file-system behavior for tests
  Node utility that mutates the node.js file-system behavior for tests to


=====================================
debian/copyright
=====================================
@@ -23,4 +23,3 @@ License: ISC
  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-


=====================================
debian/gbp.conf
=====================================
@@ -0,0 +1,5 @@
+[DEFAULT]
+pristine-tar = True
+
+[import-orig]
+filter = [ '.gitignore', '.travis.yml', '.git*' ]


=====================================
debian/install deleted
=====================================
@@ -1,2 +0,0 @@
-index.js usr/lib/nodejs/mutate-fs/
-package.json usr/lib/nodejs/mutate-fs/


=====================================
debian/rules
=====================================
@@ -6,8 +6,3 @@
 
 %:
 	dh $@
-
-#override_dh_auto_build:
-
-override_dh_auto_test:
-	tap test/*.js --100


=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml


=====================================
debian/tests/control deleted
=====================================
@@ -1,5 +0,0 @@
-Tests: require
-Depends: node-mutate-fs
-
-Test-Command: tap test/*.js
-Depends: @, node-tap


=====================================
debian/tests/pkg-js/test
=====================================
@@ -0,0 +1 @@
+tap test/*.js --100


=====================================
debian/tests/require deleted
=====================================
@@ -1,3 +0,0 @@
-#!/bin/sh
-set -e
-nodejs -e "require('mutate-fs');"


=====================================
debian/watch
=====================================
@@ -1,5 +1,5 @@
-version=3
+version=4
 opts=\
-dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
-filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-mutate-fs-$1.tar.gz/ \
- https://github.com/isaacs/mutate-fs/tags .*/archive/v?([\d\.]+).tar.gz
+dversionmangle=auto,\
+filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-mutate-fs-$1/ \
+ https://github.com/isaacs/mutate-fs/tags .*/archive/.*/v?([\d\.]+).tar.gz



View it on GitLab: https://salsa.debian.org/js-team/node-mutate-fs/-/compare/4e4213971242e3e2b42cffa149183be027c5cd4f...afe53f7c724d7953867964d868acb262d980229a

-- 
View it on GitLab: https://salsa.debian.org/js-team/node-mutate-fs/-/compare/4e4213971242e3e2b42cffa149183be027c5cd4f...afe53f7c724d7953867964d868acb262d980229a
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/20211122/d976a7a8/attachment-0001.htm>


More information about the Pkg-javascript-commits mailing list