[Pkg-javascript-commits] [node-strip-ansi] 02/02: Imported Debian patch 3.0.1-1

Thorsten Alteholz alteholz at moszumanska.debian.org
Sun Jul 17 13:23:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

alteholz pushed a commit to branch master
in repository node-strip-ansi.

commit 2193df1b710a635fc5c3fdab477a7f6c8a4eb05a
Merge: be382b2 503a532
Author: Thorsten Alteholz <debian at alteholz.de>
Date:   Sat Jun 11 20:38:25 2016 +0200

    Imported Debian patch 3.0.1-1

 .editorconfig                |  2 +-
 .gitignore                   |  1 -
 .jshintrc                    | 13 ------------
 cli.js                       | 47 --------------------------------------------
 debian/changelog             |  7 ++++---
 debian/control               | 37 ++++++++++++++++------------------
 debian/copyright             |  9 ++++-----
 debian/gbp.conf              | 16 ---------------
 debian/install               |  2 +-
 debian/links                 |  1 -
 debian/patches/series        |  1 -
 debian/patches/shebang.patch | 13 ------------
 debian/rules                 |  7 +++++--
 debian/upstream/metadata     |  6 ------
 debian/watch                 |  3 +--
 package.json                 | 25 +++++++++++------------
 readme.md                    | 24 +++++++---------------
 test.js                      | 36 ++++++++-------------------------
 18 files changed, 59 insertions(+), 191 deletions(-)

diff --cc debian/changelog
index ae2c87f,0000000..6a4693e
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,0 +1,6 @@@
- node-strip-ansi (2.0.2-1) UNRELEASED; urgency=low
++node-strip-ansi (3.0.1-1) unstable; urgency=medium
 +
-   * Initial release (Closes: #753321)
++  * Initial release
++
++ -- Thorsten Alteholz <debian at alteholz.de>  Sat, 11 Jun 2016 20:38:25 +0200
 +
-  -- Bas Couwenberg <sebastic at debian.org>  Sat, 21 Mar 2015 00:32:32 +0100
diff --cc debian/control
index 487f5cb,0000000..45832c3
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,27 -1,0 +1,24 @@@
 +Source: node-strip-ansi
- Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
- Uploaders: 
 +Section: web
- Priority: extra
- Build-Depends: debhelper (>= 9),
-                dh-buildinfo,
-                nodejs,
-                node-ansi-regex,
-                mocha
- Standards-Version: 3.9.6
- Vcs-Browser: http://anonscm.debian.org/cgit/pkg-javascript/node-strip-ansi.git
- Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-strip-ansi.git
- Homepage: https://github.com/sindresorhus/strip-ansi
- XS-Testsuite: autopkgtest
++Priority: optional
++Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
++Uploaders: Thorsten Alteholz <debian at alteholz.de>
++Build-Depends:
++ debhelper (>= 9)
++ , dh-buildinfo
++ , nodejs
++Standards-Version: 3.9.8
++Homepage: https://github.com/chalk/strip-ansi
++Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-strip-ansi.git
++Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-strip-ansi.git
 +
 +Package: node-strip-ansi
 +Architecture: all
- Depends: ${misc:Depends},
-          nodejs,
-          node-ansi-regex (>= 1.1.1)
- Description: Strip ANSI escape codes in Node.js
-  strip-ansi is a Node.js module which provides a function to strip ANSI escape
-  codes from a string.
++Depends:
++ ${misc:Depends}
++ , nodejs
++ , node-ansi-regex (>=2.0.0)
++Description: strip ANSI escape codes
++ This module strips ANSI escape codes.
 + .
 + Node.js is an event-based server-side JavaScript engine.
- 
diff --cc debian/copyright
index 2e4bb9b,0000000..0a62d65
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,35 -1,0 +1,34 @@@
 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 +Upstream-Name: strip-ansi
- Upstream-Contact: Sindre Sorhus <sindresorhus at gmail.com> (http://sindresorhus.com)
- Source: https://github.com/sindresorhus/strip-ansi
++Upstream-Contact: https://github.com/chalk/strip-ansi/issues
++Source: https://github.com/chalk/strip-ansi
 +
 +Files: *
- Copyright: Sindre Sorhus <sindresorhus at gmail.com> (http://sindresorhus.com)
++Copyright: 2016 Sindre Sorhus <sindresorhus at gmail.com> (sindresorhus.com)
 +License: Expat
 +
 +Files: debian/*
- Copyright: 2014, Andrew Kelley <superjoe30 at gmail.com>
-            2015, Bas Couwenberg <sebastic at debian.org>
++Copyright: 2016 Thorsten Alteholz <debian at alteholz.de>
 +License: Expat
 +
 +License: Expat
 + Permission is hereby granted, free of charge, to any person
 + obtaining a copy of this software and associated documentation files
 + (the "Software"), to deal in the Software without restriction,
 + including without limitation the rights to use, copy, modify, merge,
 + publish, distribute, sublicense, and/or sell copies of the Software,
 + and to permit persons to whom the Software is furnished to do so,
 + subject to the following conditions:
 + .
 + The above copyright notice and this permission notice shall be
 + included in all copies or substantial portions of the Software.
 + .
 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 + SOFTWARE.
 +
diff --cc debian/install
index 1fa3d39,0000000..96ba159
mode 100644,000000..100644
--- a/debian/install
+++ b/debian/install
@@@ -1,2 -1,0 +1,2 @@@
 +package.json usr/lib/nodejs/strip-ansi/
- index.js     usr/lib/nodejs/strip-ansi/
++index.js usr/lib/nodejs/strip-ansi/
diff --cc debian/rules
index e5cfe00,0000000..de57af0
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,12 -1,0 +1,15 @@@
 +#!/usr/bin/make -f
 +# -*- makefile -*-
 +
 +# Uncomment this to turn on verbose mode.
 +#export DH_VERBOSE=1
 +
 +%:
 +	dh $@
 +
- override_dh_auto_test:
- 	mocha
++#override_dh_auto_build:
++
++#override_dh_auto_test:
++
++
 +
diff --cc debian/watch
index 4ee2233,0000000..44c8788
mode 100644,000000..100644
--- a/debian/watch
+++ b/debian/watch
@@@ -1,6 -1,0 +1,5 @@@
 +version=3
 +opts=\
 +dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
 +filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-strip-ansi-$1.tar.gz/ \
- https://github.com/sindresorhus/strip-ansi/tags \
- .*/archive/v?([\d\.]+).tar.gz
++ https://github.com/chalk/strip-ansi/tags .*/archive/v?([\d\.]+).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-strip-ansi.git



More information about the Pkg-javascript-commits mailing list