[Pkg-javascript-commits] [Git][js-team/node-console-control-strings][master] 4 commits: Update standards version to 4.6.0, no changes needed.
Yadd (@yadd)
gitlab at salsa.debian.org
Thu Apr 21 17:19:41 BST 2022
Yadd pushed to branch master at Debian JavaScript Maintainers / node-console-control-strings
Commits:
43e3e96f by Yadd at 2022-04-21T17:02:26+02:00
Update standards version to 4.6.0, 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
- - - - -
71990c99 by Yadd at 2022-04-21T18:12:35+02:00
Drop dependency to nodejs
- - - - -
e086087c by Yadd at 2022-04-21T18:18:10+02:00
Fix test for tap >= 15 (--no-cov)
Closes: #1009535
- - - - -
29d9939f by Yadd at 2022-04-21T18:18:13+02:00
releasing package node-console-control-strings version 1.1.0-3
- - - - -
5 changed files:
- debian/changelog
- debian/control
- + debian/patches/fix-for-tap-15.patch
- + debian/patches/series
- debian/tests/pkg-js/test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,19 @@
-node-console-control-strings (1.1.0-3) UNRELEASED; urgency=low
+node-console-control-strings (1.1.0-3) unstable; urgency=medium
+ * Team upload
+
+ [ Debian Janitor ]
* Apply multi-arch hints.
+ node-console-control-strings: Add Multi-Arch: foreign.
- -- Debian Janitor <janitor at jelmer.uk> Wed, 09 Sep 2020 06:46:29 -0000
+ [ Yadd ]
+ * Bump debhelper compatibility level to 13
+ * Use dh-sequence-nodejs
+ * Update standards version to 4.6.0, no changes needed.
+ * Drop dependency to nodejs
+ * Fix test for tap >= 15 (--no-cov) (Closes: #1009535)
+
+ -- Yadd <yadd at debian.org> Thu, 21 Apr 2022 18:14:00 +0200
node-console-control-strings (1.1.0-2) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Uploaders: Ajinkya Chavan <cajinkya21 at gmail.com>
Build-Depends: debhelper-compat (= 13)
, node-tap
, dh-sequence-nodejs
-Standards-Version: 4.5.1
+Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-console-control-strings
Vcs-Git: https://salsa.debian.org/js-team/node-console-control-strings.git
Homepage: https://github.com/iarna/console-control-strings
@@ -16,7 +16,6 @@ Rules-Requires-Root: no
Package: node-console-control-strings
Architecture: all
Depends: ${misc:Depends}
- , nodejs
Multi-Arch: foreign
Description: cross-platform tested terminal/console command strings
This is a library for doing things like color and cursor positioning. This is
=====================================
debian/patches/fix-for-tap-15.patch
=====================================
@@ -0,0 +1,14 @@
+Description: fix for tap 15
+Author: Yadd <yadd at debian.org>
+Forwarded: not-needed
+Last-Update: 2022-04-21
+
+--- a/test/console-strings.js
++++ b/test/console-strings.js
+@@ -42,5 +42,5 @@
+ t.is(consoleControl.goto(10, 3), '\x1b[3;10H', 'absolute position')
+ t.is(consoleControl.gotoSOL(), '\r', 'goto start of line')
+ t.is(consoleControl.beep(), '\x07', 'beep beeps')
+- t.done()
++ t.end()
+ })
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+fix-for-tap-15.patch
=====================================
debian/tests/pkg-js/test
=====================================
@@ -1 +1 @@
-tap test/*.js
+tap -R tap --no-cov test/*.js
View it on GitLab: https://salsa.debian.org/js-team/node-console-control-strings/-/compare/ae6cfbab969fc6a1c2307e586df97db9ca6ef8de...29d9939f2c0bebc65a60b3d7e71bd451138d5bf3
--
View it on GitLab: https://salsa.debian.org/js-team/node-console-control-strings/-/compare/ae6cfbab969fc6a1c2307e586df97db9ca6ef8de...29d9939f2c0bebc65a60b3d7e71bd451138d5bf3
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/20220421/dd2da6b1/attachment-0001.htm>
More information about the Pkg-javascript-commits
mailing list