[Pkg-javascript-commits] [node-socket.io] 01/02: initial packaging draft

Mike Gabriel sunweaver at debian.org
Thu Dec 15 10:25:50 UTC 2016


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

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

commit 5b967b4c3e22a657990818e574cef7cdc60604b4
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Dec 15 11:25:33 2016 +0100

    initial packaging draft
---
 debian/changelog     |  5 ++++
 debian/compat        |  1 +
 debian/control       | 27 ++++++++++++++++++++++
 debian/copyright     | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/examples      |  1 +
 debian/install       |  2 ++
 debian/rules         | 15 ++++++++++++
 debian/source/format |  1 +
 debian/watch         |  4 ++++
 10 files changed, 121 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..29a7d6a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+node-socket.io (0.9.14-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #707166).
+
+ -- 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..c4c51fa
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: node-socket.io
+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/learnboost/socket.io
+Vcs-Git: git://git.debian.org/collab-maint/node-socket.io.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/node-socket.io.git
+
+Package: node-socket.io
+Architecture: all
+Depends:
+ ${misc:Depends},
+ nodejs (>= 0.6.19~dfsg-1-3~),
+ node-socket.io-client (>= 0.9.11),
+ node-policyfile (>= 0.0.4),
+ node-base64id (>= 0.1.0~),
+Description: Makes WebSockets and realtime possible in all browsers
+ Socket.IO is a Node.JS project that makes WebSockets and realtime possible
+ in all browsers. It also enhances WebSockets by providing built-in
+ multiplexing, horizontal scalability, automatic JSON encoding/decoding, and
+ more.
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..06b3701
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,64 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: socket.io
+Upstream-Contact: Guillermo Rauch <guillermo at learnboost.com>
+Source: https://github.com/learnboost/socket.io
+
+Files: *
+Copyright:
+ 2011, Guillermo Rauch <guillermo at learnboost.com>
+License: MIT
+
+Files: support/node-websock-client/*
+Copyright:
+ 2010, Peter Griess <pg at std.in>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright:
+ 2013, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+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.
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+    * Redistributions of source code must retain the above copyright notice,
+      this list of conditions and the following disclaimer.
+ .
+    * Redistributions in binary form must reproduce the above copyright notice,
+      this list of conditions and the following disclaimer in the documentation
+      and/or other materials provided with the distribution.
+ .
+    * Neither the name of node-websocket-client nor the names of its
+      contributors may be used to endorse or promote products derived from this
+      software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..ad1245d
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+Readme.md
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..4cd66f8
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+examples/*
\ No newline at end of file
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..aab05b3
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+*.js usr/lib/nodejs/socket.io/
+lib usr/lib/nodejs/socket.io/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a2b5185
--- /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_installchangelogs:
+	dh_installchangelogs History.md
+
+override_dh_auto_build:
+
+override_dh_auto_test:
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..f89ada8
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-socket.io-$1.tar.gz/ \
+https://github.com/learnboost/socket.io/tags .*/archive/v?([\d\.]+).tar.gz
+

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



More information about the Pkg-javascript-commits mailing list