[Pkg-javascript-commits] [Git][js-team/node-gauge][master] 3 commits: Update standards version to 4.6.2, no changes needed.
Yadd (@yadd)
gitlab at salsa.debian.org
Fri Aug 18 04:42:11 BST 2023
Yadd pushed to branch master at Debian JavaScript Maintainers / node-gauge
Commits:
0c995ac9 by Yadd at 2023-08-17T16:31:57+04:00
Update standards version to 4.6.2, no changes needed.
Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
- - - - -
f732b933 by Yadd at 2023-08-18T07:31:23+04:00
Add patch for node-signal-exit >= 4
- - - - -
5763c712 by Yadd at 2023-08-18T07:41:12+04:00
releasing package node-gauge version 4.0.4-2
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/fix-for-signal-exit-4.patch
- + debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+node-gauge (4.0.4-2) unstable; urgency=medium
+
+ * Team upload
+ * Update standards version to 4.6.2, no changes needed.
+ * Add patch for node-signal-exit >= 4
+
+ -- Yadd <yadd at debian.org> Fri, 18 Aug 2023 07:31:27 +0400
+
node-gauge (4.0.4-1) unstable; urgency=medium
* Team upload
=====================================
debian/control
=====================================
@@ -11,12 +11,12 @@ Build-Depends: debhelper-compat (= 13)
, node-color-support <!nocheck>
, node-has-unicode <!nocheck>
, node-readable-stream <!nocheck>
- , node-signal-exit <!nocheck>
+ , node-signal-exit (>= 4) <!nocheck>
, node-string-width <!nocheck>
, node-strip-ansi <!nocheck>
, node-tap <!nocheck>
, node-wide-align <!nocheck>
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-gauge
Vcs-Git: https://salsa.debian.org/js-team/node-gauge.git
Homepage: https://github.com/npm/gauge
@@ -31,7 +31,7 @@ Depends: ${misc:Depends}
, node-console-control-strings
, node-color-support
, node-has-unicode
- , node-signal-exit
+ , node-signal-exit (>= 4)
, node-string-width
, node-strip-ansi
, node-wide-align
=====================================
debian/patches/fix-for-signal-exit-4.patch
=====================================
@@ -0,0 +1,26 @@
+Description: fix for signal-exit >= 4
+Author: Yadd <yadd at debian.org>
+Forwarded: not-needed
+Last-Update: 2023-08-17
+
+--- a/docs/demo.js
++++ b/docs/demo.js
+@@ -1,6 +1,6 @@
+ var Gauge = require('..')
+ var gaugeDefault = require('../lib/themes.js')
+-var onExit = require('signal-exit')
++var { onExit } = require('signal-exit')
+
+ var activeGauge
+
+--- a/lib/index.js
++++ b/lib/index.js
+@@ -2,7 +2,7 @@
+ var Plumbing = require('./plumbing.js')
+ var hasUnicode = require('has-unicode')
+ var hasColor = require('./has-color.js')
+-var onExit = require('signal-exit')
++var { onExit } = require('signal-exit')
+ var defaultThemes = require('./themes')
+ var setInterval = require('./set-interval.js')
+ var process = require('./process.js')
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+fix-for-signal-exit-4.patch
View it on GitLab: https://salsa.debian.org/js-team/node-gauge/-/compare/b6ea1bb58fbf38b6a47d66055f1c251a7a12fe1f...5763c71219e8efd06283d7327ddd9bc34e223943
--
View it on GitLab: https://salsa.debian.org/js-team/node-gauge/-/compare/b6ea1bb58fbf38b6a47d66055f1c251a7a12fe1f...5763c71219e8efd06283d7327ddd9bc34e223943
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/20230818/d051649a/attachment-0001.htm>
More information about the Pkg-javascript-commits
mailing list