[Pkg-javascript-commits] [node-ain2] 52/102: Initial packaging.

Jonas Smedegaard js at moszumanska.debian.org
Tue Apr 29 11:59:49 UTC 2014


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

js pushed a commit to branch master
in repository node-ain2.

commit d76fdf0202d1f76ba071fa8347b826cc6bcefbbd
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Dec 25 17:20:52 2011 +0700

    Initial packaging.
---
 debian/changelog       |  6 ++++++
 debian/compat          |  1 +
 debian/control         | 32 ++++++++++++++++++++++++++++++++
 debian/control.in      | 29 +++++++++++++++++++++++++++++
 debian/copyright       | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright_hints | 31 +++++++++++++++++++++++++++++++
 debian/gbp.conf        |  5 +++++
 debian/rules           | 35 +++++++++++++++++++++++++++++++++++
 debian/source/format   |  1 +
 debian/watch           |  2 ++
 10 files changed, 192 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d0c758f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+node-ain2 (0.2.1-1) unstable; urgency=low
+
+  * Initial release.
+    Closes: Bug#653208.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 25 Dec 2011 17:32:56 +0700
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..cf117d0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: node-ain2
+Section: web
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Build-Depends: cdbs (>= 0.4.72~),
+ devscripts,
+ debhelper,
+ dh-buildinfo
+Standards-Version: 3.9.2
+Homepage: https://github.com/phuesler/ain
+Vcs-Git: git://git.debian.org/git/collab-maint/node-ain2
+Vcs-Browser: http://git.debian.org/?p=collab-maint/node-ain2.git
+
+Package: node-ain2
+Architecture: all
+Depends: ${misc:Depends},
+ ${cdbs:Depends}
+Description: syslog logging for Node
+ Node is an event-based server-side JavaScript engine.
+ .
+ Ain provides brain-free syslog logging for Node.
+ .
+ Ain is written with full compatibility with Node console module. It
+ implements all console functions and formatting. Also ain supports
+ UTF-8.
+ .
+ Ain can send messages by UDP to 127.0.0.1:514 or to the a unix socket;
+ the latter however only for Node 0.4.x, as unix_dgram sockets support
+ has been removed > 0.5.x.
+ .
+ In the Phoenician alphabet letter "ain" indicates eye.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..7e68d30
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,29 @@
+Source: node-ain2
+Section: web
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Build-Depends: @cdbs@
+Standards-Version: 3.9.2
+Homepage: https://github.com/phuesler/ain
+Vcs-Git: git://git.debian.org/git/collab-maint/node-ain2
+Vcs-Browser: http://git.debian.org/?p=collab-maint/node-ain2.git
+
+Package: node-ain2
+Architecture: all
+Depends: ${misc:Depends},
+ ${cdbs:Depends}
+Description: syslog logging for Node
+ Node is an event-based server-side JavaScript engine.
+ .
+ Ain provides brain-free syslog logging for Node.
+ .
+ Ain is written with full compatibility with Node console module. It
+ implements all console functions and formatting. Also ain supports
+ UTF-8.
+ .
+ Ain can send messages by UDP to 127.0.0.1:514 or to the a unix socket;
+ the latter however only for Node 0.4.x, as unix_dgram sockets support
+ has been removed > 0.5.x.
+ .
+ In the Phoenician alphabet letter "ain" indicates eye.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b45103b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,50 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
+Upstream-Name: ain2
+Upstream-Contact: http://github.com/phuesler/ain/issues
+Source: https://github.com/phuesler/ain/downloads
+ git://github.com/phuesler/ain
+
+Files: *
+Copyright: 2010, Alexander Dorofeev <aka.spin at gmail.com>
+License: Expat
+
+Files: debian/*
+Copyright: 2011, Jonas Smedegaard <dr at jones.dk>
+License: GPL-2+
+
+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.
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 2, or (at your option) any
+ later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ General Public License for more details.
+Comment:
+ On Debian systems the 'GNU General Public License' version 2 is located
+ in '/usr/share/common-licenses/GPL-2'.
+ .
+ You should have received a copy of the 'GNU General Public License'
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..a9ea727
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,31 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Disclaimer: Autogenerated by CDBS
+
+Files: CHANGELOG.md
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/watch
+ index.js
+ package.json
+ readme.md
+ test/testServer.js
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: debian/rules
+Copyright: 2011, Jonas Smedegaard <dr at jones.dk>
+License: GPL
+ FIXME
+
+Files: LICENSE
+Copyright: 2010, Alexander Dorofeev
+License: MIT/X11 (BSD like)
+ FIXME
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..a7281f9
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0c1ce43
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,35 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2011, Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for ain2
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+include /usr/share/cdbs/1/rules/upstream-tarball.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+libname = ain2
+node-pkgname = node-$(libname)
+
+CDBS_DEPENDS_$(node-pkgname) = nodejs
+
+DEB_UPSTREAM_URL = http://githubredir.debian.net/github/phuesler/ain
+DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION)
+DEB_UPSTREAM_WGET_OPTS += --no-check-certificate
+DEB_UPSTREAM_TARBALL_MD5 = 461abe4e2ddaeee6ae6c7f2f8b7018d8
+
+DEB_INSTALL_DOCS_ALL += readme.md
+
+DEB_DH_INSTALL_ARGS_$(node-pkgname) = index.js /usr/lib/nodejs/$(libname)
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..e704432
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/phuesler/ain .*?(\d[^/]*).tar.gz

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



More information about the Pkg-javascript-commits mailing list