[Pkg-javascript-commits] [Git][js-team/node-console-control-strings][master] 8 commits: cme fix

Xavier Guimard gitlab at salsa.debian.org
Mon May 4 09:13:57 BST 2020



Xavier Guimard pushed to branch master at Debian JavaScript Maintainers / node-console-control-strings


Commits:
b542f8aa by Xavier Guimard at 2020-02-19T07:32:16+01:00
cme fix

- - - - -
59934eb4 by Xavier Guimard at 2020-05-04T10:10:08+02:00
Use pkg-js-tools auto test & install

- - - - -
c2a072d1 by Xavier Guimard at 2020-05-04T10:11:04+02:00
Add "Rules-Requires-Root: no"

- - - - -
e8e69527 by Xavier Guimard at 2020-05-04T10:11:04+02:00
Change section to javascript

- - - - -
19a372e1 by Xavier Guimard at 2020-05-04T10:11:04+02:00
Add debian/gbp.conf

- - - - -
4e25713e by Xavier Guimard at 2020-05-04T10:11:14+02:00
Update debian/watch to use npm registry

- - - - -
55be4170 by Xavier Guimard at 2020-05-04T10:12:27+02:00
fix

- - - - -
74c987c2 by Xavier Guimard at 2020-05-04T10:13:36+02:00
releasing package node-console-control-strings version 1.1.0-2

- - - - -


10 changed files:

- debian/changelog
- debian/control
- debian/copyright
- + debian/gbp.conf
- − debian/install
- debian/rules
- − debian/tests/control
- + debian/tests/pkg-js/test
- − debian/tests/require
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,5 +1,8 @@
-node-console-control-strings (1.1.0-2) UNRELEASED; urgency=medium
+node-console-control-strings (1.1.0-2) 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,15 @@ node-console-control-strings (1.1.0-2) UNRELEASED; urgency=medium
   * Update Vcs-* headers from URL redirect.
   * Use canonical URL in Vcs-Git.
 
- -- Debian Janitor <janitor at jelmer.uk>  Mon, 13 Jan 2020 20:15:23 +0000
+  [ Xavier Guimard ]
+  * Declare compliance with policy 4.5.0
+  * Use pkg-js-tools auto test & install
+  * Add "Rules-Requires-Root: no"
+  * Change section to javascript
+  * Add debian/gbp.conf
+  * Update debian/watch to use npm registry
+
+ -- Xavier Guimard <yadd at debian.org>  Mon, 04 May 2020 10:11:22 +0200
 
 node-console-control-strings (1.1.0-1) unstable; urgency=low
 


=====================================
debian/control
=====================================
@@ -1,22 +1,21 @@
 Source: node-console-control-strings
-Section: web
+Section: javascript
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Ajinkya Chavan <cajinkya21 at gmail.com>
-Build-Depends:
- debhelper-compat (= 12)
- , dh-buildinfo
- , nodejs
+Build-Depends: debhelper-compat (= 12)
  , node-tap
-Standards-Version: 3.9.8
-Homepage: https://github.com/iarna/console-control-strings#readme
-Vcs-Git: https://salsa.debian.org/js-team/node-console-control-strings.git
+ , pkg-js-tools (>= 0.9.20~)
+Standards-Version: 4.5.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
+Testsuite: autopkgtest-pkg-nodejs
+Rules-Requires-Root: no
 
 Package: node-console-control-strings
 Architecture: all
-Depends:
- ${misc:Depends}
+Depends: ${misc:Depends}
  , nodejs
 Description: cross-platform tested terminal/console command strings
  This is a library for doing things like color and cursor positioning. This is


=====================================
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 @@
-index.js usr/lib/nodejs/console-control-strings/
-package.json usr/lib/nodejs/console-control-strings/


=====================================
debian/rules
=====================================
@@ -5,9 +5,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
-
-#override_dh_auto_build:
-
-override_dh_auto_test:
-	tap test/*.js
+	dh $@ --with nodejs


=====================================
debian/tests/control deleted
=====================================
@@ -1,5 +0,0 @@
-Tests: require
-Depends: node-console-control-strings
-
-Test-Command: tap test/*.js
-Depends: @, node-tap


=====================================
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('console-control-strings');"


=====================================
debian/watch
=====================================
@@ -1,9 +1,5 @@
-version=3
-# It is not recommended use fakeupstream. Please investigate more.
-# Origin url: https://github.com/iarna/console-control-strings
+version=4
+# It is not recommended use npmregistry. Please investigate more.
 # Take a look at https://wiki.debian.org/debian/watch/
-# See also fakeupstream: http://anonscm.debian.org/viewvc/qa/trunk/cgi-bin/fakeupstream.cgi?view=markup
-opts=\
-dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
-filenamemangle=s/.*=// \
- http://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=npmjs/console-control-strings .*=console-control-strings-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz))
+opts="searchmode=plain,pgpmode=none" \
+ https://registry.npmjs.org/console-control-strings https://registry.npmjs.org/console-control-strings/-/console-control-strings-(\d[\d\.]*)@ARCHIVE_EXT@



View it on GitLab: https://salsa.debian.org/js-team/node-console-control-strings/-/compare/7c423e55cd2a200eee92ccda2b1c6660dc27449d...74c987c23f202f76ffd827b78c325548a2348ddf

-- 
View it on GitLab: https://salsa.debian.org/js-team/node-console-control-strings/-/compare/7c423e55cd2a200eee92ccda2b1c6660dc27449d...74c987c23f202f76ffd827b78c325548a2348ddf
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/20200504/dadf8d04/attachment-0001.html>


More information about the Pkg-javascript-commits mailing list