[Pkg-javascript-commits] [node-stream-combiner2] 35/41: Firest debianization

Bastien Roucariès rouca at moszumanska.debian.org
Wed Sep 6 09:57:54 UTC 2017


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

rouca pushed a commit to branch master
in repository node-stream-combiner2.

commit 8a0f1e2925bedd482bd4f1e1308c328b8cb70e18
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Sun Aug 27 22:59:55 2017 +0200

    Firest debianization
---
 debian/changelog     |  6 ++++++
 debian/compat        |  1 +
 debian/control       | 24 ++++++++++++++++++++++++
 debian/copyright     | 36 ++++++++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/install       |  2 ++
 debian/rules         | 15 +++++++++++++++
 debian/tests/control |  2 ++
 debian/tests/require |  3 +++
 debian/watch         |  5 +++++
 10 files changed, 95 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7a7bf81
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+node-stream-combiner2 (1.1.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)
+
+ -- Bastien Roucariès <rouca at debian.org>  Sun, 27 Aug 2017 22:43:00 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e05afa3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: node-stream-combiner2
+Section: web
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Bastien Roucariès <rouca at debian.org>
+Build-Depends:
+ debhelper (>= 10)
+ , dh-buildinfo
+ , nodejs (>= 6)
+Standards-Version: 4.1.0
+Homepage: https://github.com/substack/stream-combiner2
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-stream-combiner2.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-stream-combiner2.git
+
+Package: node-stream-combiner2
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , nodejs (>= 6)
+ , node-duplexer2 (>= 0.1.0)
+Description: This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams3.
+ FIX_ME long description
+ .
+ Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..be03528
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: stream-combiner2
+Upstream-Contact: https://github.com/substack/stream-combiner2/issues
+Source: https://github.com/substack/stream-combiner2
+
+Files: *
+Copyright: 2012-2017, 'Dominic Tarr' <dominic.tarr at gmail.com> (http://dominictarr.com)
+ 2016, Andres Suarez <zertosh at gmail.com>
+ 2016, James Halliday <mail at substack.net>
+License: Expat
+
+Files: debian/*
+Copyright: 2017 Bastien Roucariès <rouca at debian.org>
+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/install b/debian/install
new file mode 100644
index 0000000..4008e4e
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+package.json usr/lib/nodejs/stream-combiner2/
+index.js usr/lib/nodejs/stream-combiner2/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..de57af0
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@
+
+#override_dh_auto_build:
+
+#override_dh_auto_test:
+
+
+
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..8f98dd0
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: node-stream-combiner2
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..e09e26e
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('stream-combiner2');"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..e79a82a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=4
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
+filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-stream-combiner2-$1.tar.gz/ \
+ https://github.com/substack/stream-combiner2/tags .*/archive/v?([\d\.]+).tar.gz

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



More information about the Pkg-javascript-commits mailing list