[Pkg-javascript-commits] [Git][js-team/node-has-unicode][master] 13 commits: Bump debhelper from old 12 to 13.
Yadd (@yadd)
gitlab at salsa.debian.org
Sat Nov 20 15:53:33 GMT 2021
Yadd pushed to branch master at Debian JavaScript Maintainers / node-has-unicode
Commits:
791892a7 by Yadd at 2021-11-20T16:37:54+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
- - - - -
049941f7 by Yadd at 2021-11-20T16:37:56+01:00
Declare compliance with policy 4.6.0
- - - - -
dacbbc58 by Yadd at 2021-11-20T16:37:56+01:00
Add "Rules-Requires-Root: no"
- - - - -
070280f7 by Yadd at 2021-11-20T16:37:56+01:00
Change section to javascript
- - - - -
e49853aa by Yadd at 2021-11-20T16:37:56+01:00
Add debian/gbp.conf
- - - - -
8bdf4c17 by Yadd at 2021-11-20T16:37:56+01:00
Modernize debian/watch
- - - - -
d36952c1 by Yadd at 2021-11-20T16:37:56+01:00
Fix filenamemangle
- - - - -
8b5f5523 by Yadd at 2021-11-20T16:37:56+01:00
Fix GitHub tags regex
- - - - -
7ff216fd by Yadd at 2021-11-20T16:44:48+01:00
Enable CI
Gbp-Dch: ignore
- - - - -
ec236a8c by Yadd at 2021-11-20T16:45:05+01:00
Drop dependency to nodejs
- - - - -
37b906b5 by Yadd at 2021-11-20T16:45:53+01:00
Use dh-sequence-nodejs auto install
- - - - -
e0ea105b by Yadd at 2021-11-20T16:51:49+01:00
Enable upstream test (tap)
- - - - -
b657fa17 by Yadd at 2021-11-20T16:52:57+01:00
releasing package node-has-unicode version 2.0.1-3
- - - - -
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-has-unicode (2.0.1-3) UNRELEASED; urgency=medium
+node-has-unicode (2.0.1-3) unstable; urgency=medium
+ * Team upload
+
+ [ Debian Janitor ]
* Trim trailing whitespace.
* Use secure copyright file specification URI.
* Bump debhelper from old 9 to 12.
@@ -9,7 +12,20 @@ node-has-unicode (2.0.1-3) UNRELEASED; urgency=medium
* Update Vcs-* headers from URL redirect.
* Use canonical URL in Vcs-Git.
- -- Debian Janitor <janitor at jelmer.uk> Tue, 14 Jan 2020 22:36:15 +0000
+ [ Yadd ]
+ * Bump debhelper from old 12 to 13.
+ * Declare compliance with policy 4.6.0
+ * Add "Rules-Requires-Root: no"
+ * Change section to javascript
+ * Add debian/gbp.conf
+ * Modernize debian/watch
+ * Fix filenamemangle
+ * Fix GitHub tags regex
+ * Drop dependency to nodejs
+ * Use dh-sequence-nodejs auto install
+ * Enable upstream test (tap)
+
+ -- Yadd <yadd at debian.org> Sat, 20 Nov 2021 16:51:53 +0100
node-has-unicode (2.0.1-2) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -1,22 +1,22 @@
Source: node-has-unicode
-Section: web
+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 (= 12)
- , dh-buildinfo
- , nodejs
-Standards-Version: 4.0.0
-Homepage: https://github.com/iarna/has-unicode
-Vcs-Git: https://salsa.debian.org/js-team/node-has-unicode.git
+Build-Depends: debhelper-compat (= 13)
+ , dh-sequence-nodejs
+ , node-require-inject <!nocheck>
+ , node-tap <!nocheck>
+Standards-Version: 4.6.0
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
-Depends:
- ${misc:Depends}
- , nodejs
+Depends: ${misc:Depends}
Description: Try to guess if your terminal supports unicode
What we actually detect is UTF-8 support, as that's what Node itself supports.
.
=====================================
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 @@
-package.json usr/lib/nodejs/has-unicode/
-index.js usr/lib/nodejs/has-unicode/
=====================================
debian/rules
=====================================
@@ -6,7 +6,3 @@
%:
dh $@
-
-#override_dh_auto_build:
-
-#override_dh_auto_test:
=====================================
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,2 +0,0 @@
-Tests: require
-Depends: node-has-unicode
=====================================
debian/tests/pkg-js/test
=====================================
@@ -0,0 +1 @@
+tap test/*.js
=====================================
debian/tests/require deleted
=====================================
@@ -1,3 +0,0 @@
-#!/bin/sh
-set -e
-nodejs -e "require('has-unicode');"
=====================================
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-has-unicode-$1.tar.gz/ \
- https://github.com/iarna/has-unicode/tags .*/archive/v?([\d\.]+).tar.gz
+dversionmangle=auto,\
+filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-has-unicode-$1/ \
+ https://github.com/iarna/has-unicode/tags .*/archive/.*/v?([\d\.]+).tar.gz
View it on GitLab: https://salsa.debian.org/js-team/node-has-unicode/-/compare/b95ea6d3634d26c0cb545d3cfe224822278d55c2...b657fa17986bbf1bc39e64043462f753d56ea605
--
View it on GitLab: https://salsa.debian.org/js-team/node-has-unicode/-/compare/b95ea6d3634d26c0cb545d3cfe224822278d55c2...b657fa17986bbf1bc39e64043462f753d56ea605
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/20211120/07c3ab93/attachment-0001.htm>
More information about the Pkg-javascript-commits
mailing list