[Pkg-javascript-commits] [Git][js-team/node-wide-align][master] 10 commits: Update copyright
Yadd (@yadd)
gitlab at salsa.debian.org
Thu Dec 30 18:10:17 GMT 2021
Yadd pushed to branch master at Debian JavaScript Maintainers / node-wide-align
Commits:
1f1a05a8 by Yadd at 2021-12-30T18:56:11+01:00
Update copyright
Gbp-Dch: ignore
- - - - -
c6fa3cb9 by Yadd at 2021-12-30T18:56:12+01: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
- - - - -
3ccf2fcc by Yadd at 2021-12-30T18:56:13+01:00
Add "Rules-Requires-Root: no"
- - - - -
76b205e5 by Yadd at 2021-12-30T18:56:13+01:00
Modernize debian/watch
- - - - -
1b767f1c by Yadd at 2021-12-30T18:56:13+01:00
Fix filenamemangle
- - - - -
9b270b64 by Yadd at 2021-12-30T18:56:13+01:00
Fix GitHub tags regex
- - - - -
7b198163 by Yadd at 2021-12-30T18:56:13+01:00
Use dh-sequence-nodejs instead of pkg-js-tools
- - - - -
27a60116 by Yadd at 2021-12-30T18:57:50+01:00
Enable CI
Gbp-Dch: ignore
- - - - -
7033d13b by Yadd at 2021-12-30T19:01:45+01:00
Drop dependency to nodejs
- - - - -
754fdd21 by Yadd at 2021-12-30T19:09:53+01:00
releasing package node-wide-align version 1.1.3-4
- - - - -
6 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
- + debian/salsa-ci.yml
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+node-wide-align (1.1.3-4) unstable; urgency=medium
+
+ * Update standards version to 4.6.0, no changes needed.
+ * Add "Rules-Requires-Root: no"
+ * Modernize debian/watch
+ * Fix filenamemangle
+ * Fix GitHub tags regex
+ * Use dh-sequence-nodejs instead of pkg-js-tools
+ * Drop dependency to nodejs
+
+ -- Yadd <yadd at debian.org> Thu, 30 Dec 2021 19:01:59 +0100
+
node-wide-align (1.1.3-3) unstable; urgency=medium
[ Debian Janitor ]
=====================================
debian/control
=====================================
@@ -6,20 +6,19 @@ Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 13)
- , nodejs
+ , dh-sequence-nodejs
, node-string-width <!nocheck>
, node-tap <!nocheck>
- , pkg-js-tools (>= 0.9.8)
-Standards-Version: 4.5.1
+Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-wide-align
Vcs-Git: https://salsa.debian.org/js-team/node-wide-align.git
Homepage: https://github.com/iarna/wide-align#readme
+Rules-Requires-Root: no
Package: node-wide-align
Architecture: all
Depends:
${misc:Depends}
- , nodejs
, node-string-width
Description: Wide-character aware text alignment function
Wide-character aware text alignment function for use on the console or with
=====================================
debian/copyright
=====================================
@@ -9,7 +9,7 @@ License: ISC
Files: debian/*
Copyright: 2017 Pirate Praveen <praveen at debian.org>
- 2019, Xavier Guimard <yadd at debian.org>
+ 2019, Yadd <yadd at debian.org>
License: ISC
License: ISC
=====================================
debian/rules
=====================================
@@ -5,4 +5,4 @@
#export DH_VERBOSE=1
%:
- dh $@ --with nodejs
+ dh $@
=====================================
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/watch
=====================================
@@ -1,5 +1,5 @@
-version=3
+version=4
opts=\
-dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
-filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-wide-align-$1.tar.gz/ \
- https://github.com/iarna/wide-align/tags .*/archive/v?([\d\.]+).tar.gz
+dversionmangle=auto,\
+filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-wide-align-$1/ \
+ https://github.com/iarna/wide-align/tags .*/archive/.*/v?([\d\.]+).tar.gz
View it on GitLab: https://salsa.debian.org/js-team/node-wide-align/-/compare/e71c9332c9354c8a72ebe9d985c16c18d27217d1...754fdd218531a307d207760436a7ce67f1812299
--
View it on GitLab: https://salsa.debian.org/js-team/node-wide-align/-/compare/e71c9332c9354c8a72ebe9d985c16c18d27217d1...754fdd218531a307d207760436a7ce67f1812299
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/20211230/40b9f0cd/attachment-0001.htm>
More information about the Pkg-javascript-commits
mailing list