[Pkg-javascript-commits] [node-ansi-regex] 01/02: Revert "add autopkgtest"

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Thu Jul 3 23:56:42 UTC 2014


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

andrewrk-guest pushed a commit to branch master
in repository node-ansi-regex.

commit 3d5b39229f3bc3477fba33549ebbfd5366813b6d
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Thu Jul 3 23:55:36 2014 +0000

    Revert "add autopkgtest"
    
    This reverts commit b08087daf1821a1db73b8c7365d963efa91a5f6d.
    
    Accidentally included build artifacts.
---
 debian/control                                     |   1 -
 debian/files                                       |   1 -
 debian/node-ansi-regex.debhelper.log               |  18 --------
 debian/node-ansi-regex.substvars                   |   1 -
 debian/node-ansi-regex/DEBIAN/control              |  14 ------
 debian/node-ansi-regex/DEBIAN/md5sums              |   5 --
 .../usr/lib/nodejs/ansi-regex/index.js             |   4 --
 .../usr/lib/nodejs/ansi-regex/package.json         |  51 ---------------------
 .../share/doc/node-ansi-regex/changelog.Debian.gz  | Bin 168 -> 0 bytes
 .../usr/share/doc/node-ansi-regex/copyright        |  34 --------------
 .../usr/share/doc/node-ansi-regex/readme.md        |  33 -------------
 debian/tests/control                               |   2 -
 debian/tests/require                               |   3 --
 13 files changed, 167 deletions(-)

diff --git a/debian/control b/debian/control
index 85730cc..396b2d7 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,6 @@ Standards-Version: 3.9.5
 Homepage: https://github.com/sindresorhus/ansi-regex
 Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-ansi-regex.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-ansi-regex.git
-XS-Testsuite: autopkgtest
 
 Package: node-ansi-regex
 Architecture: all
diff --git a/debian/files b/debian/files
deleted file mode 100644
index ea92f25..0000000
--- a/debian/files
+++ /dev/null
@@ -1 +0,0 @@
-node-ansi-regex_0.2.1-1_all.deb web extra
diff --git a/debian/node-ansi-regex.debhelper.log b/debian/node-ansi-regex.debhelper.log
deleted file mode 100644
index 63ae85f..0000000
--- a/debian/node-ansi-regex.debhelper.log
+++ /dev/null
@@ -1,18 +0,0 @@
-dh_auto_configure
-dh_auto_build
-dh_auto_test
-dh_prep
-dh_auto_install
-dh_install
-dh_installdocs
-dh_installchangelogs
-dh_pysupport
-dh_perl
-dh_link
-dh_compress
-dh_fixperms
-dh_installdeb
-dh_gencontrol
-dh_md5sums
-dh_builddeb
-dh_builddeb
diff --git a/debian/node-ansi-regex.substvars b/debian/node-ansi-regex.substvars
deleted file mode 100644
index abd3ebe..0000000
--- a/debian/node-ansi-regex.substvars
+++ /dev/null
@@ -1 +0,0 @@
-misc:Depends=
diff --git a/debian/node-ansi-regex/DEBIAN/control b/debian/node-ansi-regex/DEBIAN/control
deleted file mode 100644
index 070a6ad..0000000
--- a/debian/node-ansi-regex/DEBIAN/control
+++ /dev/null
@@ -1,14 +0,0 @@
-Package: node-ansi-regex
-Version: 0.2.1-1
-Architecture: all
-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
-Installed-Size: 40
-Depends: nodejs
-Section: web
-Priority: extra
-Homepage: https://github.com/sindresorhus/ansi-regex
-Description: Regular expression for matching ANSI escape codes - Node.js module
- ansi-regex is a Node.js module which provides a regular expression for
- matching ANSI escape codes.
- .
- Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/node-ansi-regex/DEBIAN/md5sums b/debian/node-ansi-regex/DEBIAN/md5sums
deleted file mode 100644
index f2c61a9..0000000
--- a/debian/node-ansi-regex/DEBIAN/md5sums
+++ /dev/null
@@ -1,5 +0,0 @@
-09110c5be49f577f8199af8a5f090862  usr/lib/nodejs/ansi-regex/index.js
-5239ba1a3d9b0d413426cea37980705b  usr/lib/nodejs/ansi-regex/package.json
-a85cdeb15c58a8b05f6af0b50240fbce  usr/share/doc/node-ansi-regex/changelog.Debian.gz
-3827f336c2ae2d2efeebb8b9c9691171  usr/share/doc/node-ansi-regex/copyright
-46c30c680b6695edd6c012b277268173  usr/share/doc/node-ansi-regex/readme.md
diff --git a/debian/node-ansi-regex/usr/lib/nodejs/ansi-regex/index.js b/debian/node-ansi-regex/usr/lib/nodejs/ansi-regex/index.js
deleted file mode 100644
index 783c5c7..0000000
--- a/debian/node-ansi-regex/usr/lib/nodejs/ansi-regex/index.js
+++ /dev/null
@@ -1,4 +0,0 @@
-'use strict';
-module.exports = function () {
-	return /\u001b\[(?:[0-9]{1,3}(?:;[0-9]{1,3})*)?[m|K]/g;
-};
diff --git a/debian/node-ansi-regex/usr/lib/nodejs/ansi-regex/package.json b/debian/node-ansi-regex/usr/lib/nodejs/ansi-regex/package.json
deleted file mode 100644
index 2734a78..0000000
--- a/debian/node-ansi-regex/usr/lib/nodejs/ansi-regex/package.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
-  "name": "ansi-regex",
-  "version": "0.2.1",
-  "description": "Regular expression for matching ANSI escape codes",
-  "license": "MIT",
-  "repository": "sindresorhus/ansi-regex",
-  "author": {
-    "name": "Sindre Sorhus",
-    "email": "sindresorhus at gmail.com",
-    "url": "http://sindresorhus.com"
-  },
-  "engines": {
-    "node": ">=0.10.0"
-  },
-  "scripts": {
-    "test": "mocha"
-  },
-  "files": [
-    "index.js"
-  ],
-  "keywords": [
-    "ansi",
-    "styles",
-    "color",
-    "colour",
-    "colors",
-    "terminal",
-    "console",
-    "cli",
-    "string",
-    "tty",
-    "escape",
-    "formatting",
-    "rgb",
-    "256",
-    "shell",
-    "xterm",
-    "command-line",
-    "text",
-    "regex",
-    "regexp",
-    "re",
-    "match",
-    "test",
-    "find",
-    "pattern"
-  ],
-  "devDependencies": {
-    "mocha": "*"
-  }
-}
diff --git a/debian/node-ansi-regex/usr/share/doc/node-ansi-regex/changelog.Debian.gz b/debian/node-ansi-regex/usr/share/doc/node-ansi-regex/changelog.Debian.gz
deleted file mode 100644
index 6fa434f..0000000
Binary files a/debian/node-ansi-regex/usr/share/doc/node-ansi-regex/changelog.Debian.gz and /dev/null differ
diff --git a/debian/node-ansi-regex/usr/share/doc/node-ansi-regex/copyright b/debian/node-ansi-regex/usr/share/doc/node-ansi-regex/copyright
deleted file mode 100644
index bf37a84..0000000
--- a/debian/node-ansi-regex/usr/share/doc/node-ansi-regex/copyright
+++ /dev/null
@@ -1,34 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: ansi-regex
-Upstream-Contact: https://github.com/sindresorhus/ansi-regex/issues
-Source: https://github.com/sindresorhus/ansi-regex
-
-Files: *
-Copyright: 2014 Sindre Sorhus <sindresorhus at gmail.com> (http://sindresorhus.com)
-License: Expat
-
-Files: debian/*
-Copyright: 2014 Andrew Kelley <superjoe30 at gmail.com>
-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 --git a/debian/node-ansi-regex/usr/share/doc/node-ansi-regex/readme.md b/debian/node-ansi-regex/usr/share/doc/node-ansi-regex/readme.md
deleted file mode 100644
index ae876e7..0000000
--- a/debian/node-ansi-regex/usr/share/doc/node-ansi-regex/readme.md
+++ /dev/null
@@ -1,33 +0,0 @@
-# ansi-regex [![Build Status](https://travis-ci.org/sindresorhus/ansi-regex.svg?branch=master)](https://travis-ci.org/sindresorhus/ansi-regex)
-
-> Regular expression for matching [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code)
-
-
-## Install
-
-```sh
-$ npm install --save ansi-regex
-```
-
-
-## Usage
-
-```js
-var ansiRegex = require('ansi-regex');
-
-ansiRegex().test('\u001b[4mcake\u001b[0m');
-//=> true
-
-ansiRegex().test('cake');
-//=> false
-
-'\u001b[4mcake\u001b[0m'.match(ansiRegex());
-//=> ['\u001b[4m', '\u001b[0m']
-```
-
-*It's a function so you can create multiple instances. Regexes with the global flag will have the `.lastIndex` property changed for each call to methods on the instance. Therefore reusing the instance with multiple calls will not work as expected for `.test()`.*
-
-
-## License
-
-MIT © [Sindre Sorhus](http://sindresorhus.com)
diff --git a/debian/tests/control b/debian/tests/control
deleted file mode 100644
index adf227c..0000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,2 +0,0 @@
-Tests: require
-Depends: node-ansi-regex
diff --git a/debian/tests/require b/debian/tests/require
deleted file mode 100644
index c27e8b8..0000000
--- a/debian/tests/require
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-set -e
-nodejs -e "require('ansi-regex');"

-- 
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