[Pkg-javascript-commits] [node-module-deps] 438/444: First debianization

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:48:21 UTC 2017


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

rouca pushed a commit to branch master
in repository node-module-deps.

commit d0fb341e24deb34b4b7e5b203cca0830f893a3bb
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Tue Sep 19 16:32:02 2017 +0200

    First debianization
---
 debian/changelog     |  6 ++++++
 debian/compat        |  1 +
 debian/control       | 37 +++++++++++++++++++++++++++++++++++++
 debian/copyright     | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 debian/dirs          |  1 +
 debian/docs          |  1 +
 debian/install       |  3 +++
 debian/links         |  1 +
 debian/rules         | 15 +++++++++++++++
 debian/tests/control |  2 ++
 debian/tests/require |  3 +++
 debian/watch         |  5 +++++
 12 files changed, 123 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..53a5b83
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+node-module-deps (4.1.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #nnnn)
+
+ -- Bastien Roucariès <rouca at debian.org>  Fri, 15 Sep 2017 22:01:25 +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..1d46313
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: node-module-deps
+Section: javascript
+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/module-deps
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-module-deps.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-module-deps.git
+
+Package: node-module-deps
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , nodejs (>= 6)
+ , node-detective (>= 4.0.0)
+ , node-concat-stream (>= 1.5.0)
+ , node-browser-resolve (>= 1.7.0)
+ , node-subarg (>= 1.0.0)
+ , node-parents (>= 1.0.0)
+ , node-resolve (>= 1.1.3)
+ , node-inherits (>= 2.0.1)
+ , node-stream-combiner2 (>= 1.1.1)
+ , node-defined (>= 1.0.0)
+ , node-duplexer2 (>= 0.1.2)
+ , node-jsonstream (>= 1.0.3)
+ , node-cached-path-relative (>= 1.0.0)
+ , node-through2 (>= 2.0.0)
+ , node-extend
+Description: walk the dependency graph to generate json output that can be fed into browser-pack
+ 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..50bd665
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,48 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: module-deps
+Upstream-Contact: https://github.com/substack/module-deps/issues
+Source: https://github.com/substack/module-deps
+
+Files: *
+Copyright: 2013-2017 James Halliday <mail at substack.net> (http://substack.net)
+ 2013-2017, Andres Suarez <zertosh at gmail.com>
+ 2013-2017, Ben Drucker <bvdrucker at gmail.com>
+ 2013-2017, Chad Hietala <chadhietala at gmail.com>
+ 2013-2017, Dominic Tarr <dominic.tarr at gmail.com>
+ 2013-2017, Greg Smith <smr.kyu at gmail.com>
+ 2013-2017, James Pike <jpike at chilon.net>
+ 2013-2017, Jared Hanson <jaredhanson at gmail.com>
+ 2013-2017, Jesse McCarthy <git_commits at jessemccarthy.net>
+ 2013-2017, Joris van der Wel <joris at jorisvanderwel.com>
+ 2013-2017, Martin Heidegger <martin.heidegger at gmail.com>
+ 2013-2017, Michael Williams <michael.williams at enspiral.com>
+ 2013-2017, Nicholas Lindley <me at thisoneplace.com>
+ 2013-2017, Patrick Mowrer <pmowrer at gmail.com>
+ 2013-2017, Maxime Liron <maximeliron at gmail.com>
+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/dirs b/debian/dirs
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+usr/bin
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..3a89ff9
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+readme.markdown
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..e1e5f79
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,3 @@
+bin usr/lib/nodejs/module-deps/
+index.js usr/lib/nodejs/module-deps/
+package.json usr/lib/nodejs/module-deps/
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..dbaee7a
--- /dev/null
+++ b/debian/links
@@ -0,0 +1 @@
+usr/lib/nodejs/module-deps/bin/cmd.js usr/bin/module-deps
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..f5762cb
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: node-module-deps
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..23c6fff
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('module-deps');"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..727b00a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
+filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-module-deps-$1.tar.gz/ \
+ https://github.com/substack/module-deps/tags .*/archive/v?([\d\.]+).tar.gz

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



More information about the Pkg-javascript-commits mailing list