[Pkg-javascript-commits] [node-ansi-color-table] 02/02: Initial debianization

Jérémy Lal kapouer at moszumanska.debian.org
Sat Jan 4 17:29:46 UTC 2014


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

kapouer pushed a commit to branch master
in repository node-ansi-color-table.

commit 364f88e4c5280f3f6c334beede38d8d0dbb3a8cc
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sat Jan 4 18:29:13 2014 +0100

    Initial debianization
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 26 ++++++++++++++++++++++++++
 debian/copyright     | 28 ++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/examples      |  1 +
 debian/install       |  3 +++
 debian/rules         |  9 +++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 10 files changed, 78 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..517b5c9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+node-ansi-color-table (1.0.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #734167)
+
+ -- Jérémy Lal <kapouer at melix.org>  Sat, 04 Jan 2014 18:28:51 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6f72db7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: node-ansi-color-table
+Section: web
+Priority: extra
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Jérémy Lal <kapouer at melix.org>
+Build-Depends:
+ debhelper (>= 8.0.0)
+ , dh-buildinfo
+ , nodejs
+Standards-Version: 3.9.5
+Homepage: https://github.com/quimcalpe/ansi-color-table
+Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-ansi-color-table.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-ansi-color-table.git
+
+Package: node-ansi-color-table
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , nodejs
+ , node-ansi
+Description: Color and format tables for ansi output - Node.js module
+ This module outputs borderless tables to stdout or to a writable stream,
+ with ansi colors and formatting support.
+ .
+ Node.js is an event-based server-side javascript engine.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f5628c1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ansi-color-table
+
+Files: *
+Copyright: 2014 Quim Calpe <quim at kalpe.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/docs b/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..6732347
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,3 @@
+index.js usr/lib/nodejs/ansi-color-table
+package.json usr/lib/nodejs/ansi-color-table
+lib usr/lib/nodejs/ansi-color-table
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0c06312
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..32bf725
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-ansi-color-table-$1.tar.gz/ \
+https://github.com/quimcalpe/ansi-color-table/releases .*/archive/v?([\d\.]+).tar.gz	

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



More information about the Pkg-javascript-commits mailing list