[Pkg-javascript-commits] [Git][js-team/node-mutate-fs][master] 7 commits: Trim trailing whitespace.

Janitor gitlab at salsa.debian.org
Thu Apr 30 15:17:20 BST 2020



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


Commits:
e4074154 by Debian Janitor at 2020-04-24T09:19:26+00:00
Trim trailing whitespace.

Fixes: lintian: file-contains-trailing-whitespace
See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html

- - - - -
75f6e37f by Debian Janitor at 2020-04-24T09:20:03+00:00
Use secure copyright file specification URI.

Fixes: lintian: insecure-copyright-format-uri
See-also: https://lintian.debian.org/tags/insecure-copyright-format-uri.html

- - - - -
e4f10d4c by Debian Janitor at 2020-04-24T09:20:37+00:00
Bump debhelper from old 11 to 12.

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

- - - - -
36b68a59 by Debian Janitor at 2020-04-24T09:21:11+00:00
Set debhelper-compat version in Build-Depends.

Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html

- - - - -
0ab7e464 by Debian Janitor at 2020-04-24T09:21:46+00:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.

Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html


Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html


Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html

- - - - -
99f4713a by Debian Janitor at 2020-04-24T09:22:22+00:00
Update Vcs-* headers from URL redirect.

Fixes: lintian: vcs-obsolete-in-debian-infrastructure
See-also: https://lintian.debian.org/tags/vcs-obsolete-in-debian-infrastructure.html

- - - - -
60e187a7 by Debian Janitor at 2020-04-24T09:22:56+00:00
Use canonical URL in Vcs-Git.

Fixes: lintian: vcs-field-not-canonical
See-also: https://lintian.debian.org/tags/vcs-field-not-canonical.html

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- + debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+node-mutate-fs (2.1.1-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure copyright file specification URI.
+  * Bump debhelper from old 11 to 12.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+    Repository-Browse.
+  * Update Vcs-* headers from URL redirect.
+  * Use canonical URL in Vcs-Git.
+
+ -- Debian Janitor <janitor at jelmer.uk>  Fri, 24 Apr 2020 09:19:10 +0000
+
 node-mutate-fs (2.1.1-1) unstable; urgency=medium
 
   * New upstream release 2.1.1


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -4,14 +4,14 @@ Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Akhil Varkey <akhilvarkey at disroot.org>
 Build-Depends:
- debhelper (>= 11)
+ debhelper-compat (= 12)
  , dh-buildinfo
  , nodejs
  , node-tap (>= 10.7.2)
 Standards-Version: 4.1.3
 Homepage: https://github.com/isaacs/mutate-fs#readme
-Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-mutate-fs.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-mutate-fs.git
+Vcs-Git: https://salsa.debian.org/js-team/node-mutate-fs.git
+Vcs-Browser: https://salsa.debian.org/js-team/node-mutate-fs
 
 Package: node-mutate-fs
 Architecture: all
@@ -20,6 +20,6 @@ Depends:
  , nodejs
 Description: Mutates the node.js file-system behavior for tests
  Node utility that mutates the node.js file-system behavior for tests to
- be used in a test environment. 
+ be used in a test environment.
  .
  Node.js is an event-based server-side JavaScript engine.


=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: mutate-fs
 Upstream-Contact: https://github.com/isaacs/mutate-fs/issues
 Source: https://github.com/isaacs/mutate-fs#readme


=====================================
debian/rules
=====================================
@@ -11,6 +11,3 @@
 
 override_dh_auto_test:
 	tap test/*.js --100
-
-
-


=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,4 @@
+Bug-Database: https://github.com/isaacs/mutate-fs/issues
+Bug-Submit: https://github.com/isaacs/mutate-fs/issues/new
+Repository: https://github.com/isaacs/mutate-fs.git
+Repository-Browse: https://github.com/isaacs/mutate-fs



View it on GitLab: https://salsa.debian.org/js-team/node-mutate-fs/-/compare/11b3226d0271da55228de265c882f4e29b3f230f...60e187a7553b399b1c9937bb629c1b96f4fdef86

-- 
View it on GitLab: https://salsa.debian.org/js-team/node-mutate-fs/-/compare/11b3226d0271da55228de265c882f4e29b3f230f...60e187a7553b399b1c9937bb629c1b96f4fdef86
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/20200430/f69d0d38/attachment-0001.html>


More information about the Pkg-javascript-commits mailing list