[Pkg-javascript-commits] [SCM] Node.js module to build chainable fluent interfaces branch, master, updated. upstream/0.1.0-2-g8dc5e18

David Paleino dapal at debian.org
Sun Apr 15 06:51:01 UTC 2012


The following commit has been merged in the master branch:
commit 8900d37bc9aebdf78fc29a63f9a5ab7e769539a3
Author: David Paleino <dapal at debian.org>
Date:   Sun Apr 15 08:47:32 2012 +0200

    Debianization

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e567757
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+node-chainsaw (0.1.0-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- David Paleino <dapal at debian.org>  Sun, 15 Apr 2012 08:35:11 +0200
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..4d3596d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: node-chainsaw
+Section: web
+Priority: extra
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: David Paleino <dapal at debian.org>
+Build-Depends: debhelper (>= 8.0.0)
+Standards-Version: 3.9.3
+Homepage: https://github.com/substack/node-chainsaw
+Vcs-Git: git://git.debian.org/pkg-javascript/node-chainsaw.git
+Vcs-Browser: http://git.debian.org/?p=pkg-javascript/node-chainsaw.git;a=summary
+
+Package: node-chainsaw
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , nodejs
+ , node-traverse
+Description: Node.js module to build chainable fluent interfaces
+ With this meta-module you can write modules with chainable interfaces.
+ .
+ Chainsaw takes care of all of the boring details and simplifies the
+ nested flow control.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0bec14f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://search.npmjs.org/#/chainsaw
+
+Files: *
+Copyright: ©, James Halliday <mail at substack.net>
+License: MIT
+
+Files: debian/*
+Copyright: © 2012, David Paleino <dapal at debian.org>
+License: MIT
+
+License: MIT
+ 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.
+ .
+ Except as contained in this notice, the name(s) of the above copyright 
+ holders shall not be used in advertising or otherwise to promote the 
+ sale, use or other dealings in this Software without prior written 
+ authorization.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..8d526b9
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.markdown
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/rules b/debian/rules
new file mode 100755
index 0000000..fbc0b39
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@
+
+override_dh_install:
+	install -D -m644 index.js \
+		$(CURDIR)/debian/node-chainsaw/usr/lib/nodejs/chainsaw.js
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..d97e21b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://alioth.debian.org/~dapal/npmjs.php?id=chainsaw \
+	http://registry.npmjs.org/chainsaw/-/chainsaw-(\d+.*)\.tgz

-- 
Node.js module to build chainable fluent interfaces



More information about the Pkg-javascript-commits mailing list