[Pkg-javascript-commits] [node-yajsml] 02/26: initial packaging

Mike Gabriel sunweaver at debian.org
Tue Aug 26 12:26:23 UTC 2014


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

sunweaver pushed a commit to branch master
in repository node-yajsml.

commit e5490a265f6b9ea1d1cec9b9ad1e0b873ea00654
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue May 7 12:41:51 2013 +0200

    initial packaging
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 34 ++++++++++++++++++++++++++++++++++
 debian/copyright     | 28 ++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/examples      |  1 +
 debian/install       |  1 +
 debian/rules         |  8 ++++++++
 debian/source/format |  1 +
 debian/watch         |  4 ++++
 10 files changed, 84 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..420c9e8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+node-yajsml (1.1.5-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #ITP)
+
+ -- Mike Gabriel <sunweaver at debian.org>  Tue, 07 May 2013 18:25:42 +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..275e1ad
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: node-yajsml
+Section: web
+Priority: extra
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders:
+ Mike Gabriel <sunweaver at debian.org>,
+Build-Depends:
+ debhelper (>= 8.0.0),
+ dh-buildinfo,
+Standards-Version: 3.9.4
+Homepage: https://github.com/cweider/yajsml
+Vcs-Git: git://git.debian.org/collab-maint/node-yajsml.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/node-yajsml.git
+
+Package: node-yajsml
+Architecture: all
+Depends:
+ ${misc:Depends},
+ nodejs,
+Description: Yet another (Common)JS module loader
+ Yajsml is a server-side component that allows JavaScript code to be
+ distributed in a reliable and performant way. Its three features are:
+ .
+   - Proxy pass through for individual resource requests.
+   - Bulk responses for requests of closely associated resources
+     (e.g. dependencies) when a request specifies a JSONP-style callback.
+   - Canonical packaged resources where requests for disparate resources
+     may be fulfilled through a redirect to one canonical packaged resource
+     (which exploits warmed caches).
+ .
+ The tool’s interface is simple enough that there is no need for a prescribed
+ implementation on the client-side. That said, the require-kernel is a terse
+ implementation of a CommonJS module manager that can use all the features in
+ yajsml.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..47844d1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: yajsml
+Upstream-Contact: Chad Weider <cweider at oofn.net>
+Source: https://github.com/cweider/yajsml
+
+Files: *
+Copyright:
+ 2011, Chad Weider <cweider at oofn.net>
+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.
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..e5a7b8d
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+example/*
\ No newline at end of file
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..95cc618
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+*.js usr/lib/nodejs/yajsml/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..218df65
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/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..00ed3be
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-yajsml-$1.tar.gz/ \
+https://github.com/cweider/yajsml/tags .*/archive/v?([\d\.]+).tar.gz
+

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



More information about the Pkg-javascript-commits mailing list