[Pkg-javascript-commits] [Git][js-team/node-has-unicode][master] 7 commits: Declare compliance with policy 4.7.4
Yadd (@yadd)
gitlab at salsa.debian.org
Mon Jun 22 14:02:47 BST 2026
Yadd pushed to branch master at Debian JavaScript Maintainers / node-has-unicode
Commits:
b4985ea0 by Xavier Guimard at 2026-06-22T00:42:25+02:00
Declare compliance with policy 4.7.4
- - - - -
975a1924 by Xavier Guimard at 2026-06-22T00:42:25+02:00
Drop "Rules-Requires-Root: no"
- - - - -
96d0c7e9 by Xavier Guimard at 2026-06-22T00:42:25+02:00
Drop "Priority: optional"
- - - - -
aa035ca2 by Xavier Guimard at 2026-06-22T00:42:31+02:00
debian/watch version 5
- - - - -
39e57686 by Xavier Guimard at 2026-06-22T00:42:31+02:00
Optimize debian/watch
Gbp-Dch: ignore
- - - - -
82579efd by Xavier Guimard at 2026-06-22T07:43:20+02:00
Adapt to tap 21
* Link tap into node_modules (debian/nodejs/extlinks)
* Disable coverage in the test run
* Port removed tap assertions (is/isa/isNot/isDeeply)
- - - - -
cbf80aaa by Xavier Guimard at 2026-06-22T07:51:55+02:00
releasing package node-has-unicode version 2.0.1-6
- - - - -
7 changed files:
- debian/changelog
- debian/control
- + debian/nodejs/extlinks
- + debian/patches/series
- + debian/patches/tap21-asserts.patch
- debian/tests/pkg-js/test
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+node-has-unicode (2.0.1-6) unstable; urgency=medium
+
+ * Team upload
+ * Declare compliance with policy 4.7.4
+ * Drop "Rules-Requires-Root: no"
+ * Drop "Priority: optional"
+ * debian/watch version 5
+ * Adapt to tap 21
+
+ -- Xavier Guimard <yadd at debian.org> Mon, 22 Jun 2026 07:51:55 +0200
+
node-has-unicode (2.0.1-5) unstable; urgency=medium
[ Jérémy Lal ]
=====================================
debian/control
=====================================
@@ -1,18 +1,16 @@
Source: node-has-unicode
Section: javascript
-Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Yogiraj Kulkarni <yogirajkulkarni1411 at gmail.com>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-require-inject <!nocheck>
, node-tap <!nocheck>
-Standards-Version: 4.6.0
+Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/js-team/node-has-unicode
Vcs-Git: https://salsa.debian.org/js-team/node-has-unicode.git
Homepage: https://github.com/iarna/has-unicode
Testsuite: autopkgtest-pkg-nodejs
-Rules-Requires-Root: no
Package: node-has-unicode
Architecture: all
=====================================
debian/nodejs/extlinks
=====================================
@@ -0,0 +1 @@
+tap
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+tap21-asserts.patch
=====================================
debian/patches/tap21-asserts.patch
=====================================
@@ -0,0 +1,24 @@
+Description: port removed tap assertions (is/isa/isNot/isDeeply) for tap 21
+Author: Xavier Guimard <yadd at debian.org>
+Forwarded: not-needed
+Last-Update: 2026-06-22
+--- a/test/index.js
++++ b/test/index.js
+@@ -7,7 +7,7 @@
+ var hasUnicode = requireInject("../index.js", {
+ os: { type: function () { return "Windows_NT" } }
+ })
+- t.is(hasUnicode(), false, "Windows is assumed NOT to be unicode aware")
++ t.equal(hasUnicode(), false, "Windows is assumed NOT to be unicode aware")
+ })
+ test("Unix Env", function (t) {
+ var hasUnicode = requireInject("../index.js", {
+@@ -19,7 +19,7 @@
+ if (LC_ALL) env.LC_ALL = LC_ALL; else delete env.LC_ALL
+ if (LC_CTYPE) env.LC_CTYPE = LC_CTYPE; else delete env.LC_CTYPE
+ if (LANG) env.LANG = LANG; else delete env.LANG
+- t.is(hasUnicode(), expected, comment)
++ t.equal(hasUnicode(), expected, comment)
+ }
+ test3(null, null, "en_US.UTF-8", true, "Linux with a UTF-8 language")
+ test3("en_US.UTF-8", null, null, true, "Linux with UTF-8 locale")
=====================================
debian/tests/pkg-js/test
=====================================
@@ -1 +1 @@
-tap test/*.js
+tap --disable-coverage test/*.js
=====================================
debian/watch
=====================================
@@ -1,5 +1,5 @@
-version=4
-opts=\
-dversionmangle=auto,\
-filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-has-unicode-$1/ \
- https://github.com/iarna/has-unicode/tags .*/archive/.*/v?([\d\.]+).tar.gz
+Version: 5
+
+Template: Github
+Owner: iarna
+Project: has-unicode
View it on GitLab: https://salsa.debian.org/js-team/node-has-unicode/-/compare/0efd049b625f7a1c5baa4e5bf81c593751928c34...cbf80aaa32fde31dd71ad6d5476500b61469885e
--
View it on GitLab: https://salsa.debian.org/js-team/node-has-unicode/-/compare/0efd049b625f7a1c5baa4e5bf81c593751928c34...cbf80aaa32fde31dd71ad6d5476500b61469885e
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-commits/attachments/20260622/8e6afd03/attachment-0001.htm>
More information about the Pkg-javascript-commits
mailing list