[Pkg-javascript-commits] [node-ansi-regex] 02/02: Imported Debian patch 2.0.0-1
Thorsten Alteholz
alteholz at moszumanska.debian.org
Sun Jul 17 13:05:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
alteholz pushed a commit to branch master
in repository node-ansi-regex.
commit 9df9f0e9dbb0c3f91d64e40945f93bae02b4e58d
Merge: 2c47e36 23dd13d
Author: Thorsten Alteholz <debian at alteholz.de>
Date: Tue Mar 29 14:59:17 2016 +0200
Imported Debian patch 2.0.0-1
.editorconfig | 2 +-
.jshintrc | 1 -
debian/changelog | 7 +-
debian/control | 33 +++--
debian/copyright | 7 +-
debian/gbp.conf | 16 ---
debian/rules | 7 +-
debian/upstream/metadata | 6 -
debian/watch | 3 +-
index.js | 2 +-
package.json | 8 +-
readme.md | 4 +-
test/{viewCodes.js => ansiCodes.js} | 115 +++++-------------
test/test.js | 97 ++++++++++-----
test/viewCodes.js | 234 ++----------------------------------
15 files changed, 143 insertions(+), 399 deletions(-)
diff --cc debian/changelog
index 85db132,0000000..6e48790
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,0 +1,6 @@@
- node-ansi-regex (1.1.1-1) unstable; urgency=low
++node-ansi-regex (2.0.0-1) unstable; urgency=medium
+
- * Initial release (Closes: #753275)
++ * Initial release
++
++ -- Thorsten Alteholz <debian at alteholz.de> Tue, 29 Mar 2016 14:59:17 +0200
+
- -- Bas Couwenberg <sebastic at debian.org> Fri, 27 Mar 2015 16:02:48 +0100
diff --cc debian/control
index d420c29,0000000..23fe3e6
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,25 -1,0 +1,24 @@@
+Source: node-ansi-regex
- Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
- Uploaders:
+Section: web
- Priority: extra
- Build-Depends: debhelper (>= 9),
- dh-buildinfo,
- nodejs,
- mocha
- Standards-Version: 3.9.6
- Vcs-Browser: http://anonscm.debian.org/cgit/pkg-javascript/node-ansi-regex.git
- Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-ansi-regex.git
++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.7
+Homepage: https://github.com/sindresorhus/ansi-regex
- XS-Testsuite: autopkgtest
++Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-ansi-regex.git
++Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-ansi-regex.git
+
+Package: node-ansi-regex
+Architecture: all
- Depends: ${misc:Depends},
- nodejs
- Description: Regular expression for matching ANSI escape codes in Node.js
- ansi-regex is a Node.js module which provides a regular expression for
- matching ANSI escape codes.
++Depends:
++ ${misc:Depends}
++ , nodejs
++Description: regular expression for matching ANSI escape codes
++ This module provides a regular expression for matching ANSI
++ escape codes.
+ .
+ Node.js is an event-based server-side JavaScript engine.
-
diff --cc debian/copyright
index 2079de2,0000000..2ec4f1a
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: ansi-regex
- Upstream-Contact: Sindre Sorhus <sindresorhus at gmail.com> (http://sindresorhus.com)
++Upstream-Contact: https://github.com/sindresorhus/ansi-regex/issues
+Source: https://github.com/sindresorhus/ansi-regex
+
+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/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 9391c71,0000000..136840c
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-ansi-regex-$1.tar.gz/ \
- https://github.com/sindresorhus/ansi-regex/tags \
- .*/archive/v?([\d\.]+).tar.gz
++ https://github.com/sindresorhus/ansi-regex/tags .*/archive/v?([\d\.]+).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ansi-regex.git
More information about the Pkg-javascript-commits
mailing list