[Pkg-javascript-commits] [node-expat] 48/371: Initial release.

Jonas Smedegaard dr at jones.dk
Sun Feb 28 09:59:44 UTC 2016


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

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

commit dadff04d7cd7273baba8f2a54ba7dae55005fc87
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Jan 26 23:23:56 2011 +0100

    Initial release.
---
 .gitignore                  |  1 +
 debian/changelog            |  6 +++++
 debian/compat               |  1 +
 debian/control              | 23 +++++++++++++++++++
 debian/control.in           | 19 ++++++++++++++++
 debian/copyright            | 50 +++++++++++++++++++++++++++++++++++++++++
 debian/copyright_hints      | 38 +++++++++++++++++++++++++++++++
 debian/dirs                 |  1 +
 debian/gbp.conf             |  5 +++++
 debian/rules                | 55 +++++++++++++++++++++++++++++++++++++++++++++
 debian/source/format        |  1 +
 debian/source/local-options |  2 ++
 debian/watch                |  2 ++
 13 files changed, 204 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..48ecc30
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+raw
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0ed2df0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+node-expat (1.2.0-1) experimental; urgency=low
+
+  * Initial release.
+    Closes: Bug#611223.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Wed, 26 Jan 2011 23:26:25 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..1e8b314
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+6
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3632c5d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: node-expat
+Section: web
+Priority: optional
+Maintainer: Jonas Smedegaard <dr at jones.dk>
+Build-Depends: cdbs,
+ debhelper (>= 6),
+ dh-buildinfo,
+ nodejs-dev (>= 0.2.6),
+ libexpat-dev
+Standards-Version: 3.9.1
+Homepage: https://github.com/astro/node-expat
+Vcs-Git: git://git.debian.org/git/collab-maint/node-expat
+Vcs-Browser: http://git.debian.org/?p=collab-maint/node-expat.git
+
+Package: node-expat
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ nodejs
+Description: fast XML parser library for Node
+ Node is an event-based server-side JavaScript engine.
+ .
+ node-expat is a fast XML parser library for Node.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..a061f0d
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,19 @@
+Source: node-expat
+Section: web
+Priority: optional
+Maintainer: Jonas Smedegaard <dr at jones.dk>
+Build-Depends: @cdbs@
+Standards-Version: 3.9.1
+Homepage: https://github.com/astro/node-expat
+Vcs-Git: git://git.debian.org/git/collab-maint/node-expat
+Vcs-Browser: http://git.debian.org/?p=collab-maint/node-expat.git
+
+Package: node-expat
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ nodejs
+Description: fast XML parser library for Node
+ Node is an event-based server-side JavaScript engine.
+ .
+ node-expat is a fast XML parser library for Node.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7687ae1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,50 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166
+Upstream-Name: node-expat
+Upstream-Contact: http://github.com/astro/node-expat/issues/
+Source: https://github.com/astro/node-expat/downloads
+ git://github.com/astro/node-expat
+
+Files: *
+Copyright: 2010, Stephan Maka <astro at spaceboyz.net>
+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 complete text of the GNU General Public License
+ (GPL) version 2 can be found 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..4a2bdb6
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,38 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=162
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Copyright: FIXME
+License: FIXME
+Disclaimer: Autogenerated by CDBS
+
+Files: README.markdown
+ bench.js
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/dirs
+ debian/gbp.conf
+ debian/source/format
+ debian/source/local-options
+ debian/watch
+ install.sh
+ node-expat.cc
+ package.json
+ test.js
+ wscript
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: debian/rules
+Copyright: 2011, Jonas Smedegaard <dr at jones.dk>
+License: GPL
+ FIXME
+
+Files: LICENSE
+Copyright: 2010, Stephan Maka
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+License: MIT/X11 (BSD like)
+ FIXME
+
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..d21444e
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+usr/lib/nodejs
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..7ea14f5
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,55 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2011 Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for node-expat
+#
+# 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
+
+CDBS_BUILD_DEPENDS += , nodejs-dev (>= 0.2.6), libexpat-dev
+
+# suppress optional build-dependencies
+CDBS_BUILD_DEPENDS_rules_upstream-tarball =
+CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
+
+DEB_UPSTREAM_URL = http://githubredir.debian.net/github/astro/node-expat/
+DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION)
+DEB_UPSTREAM_WGET_OPTS += --no-check-certificate
+DEB_UPSTREAM_TARBALL_MD5 = c21865d1d53ddf849fb9ec7c3a7eed27
+
+DEB_INSTALL_DOCS_node-expat += README.markdown
+DEB_INSTALL_EXAMPLES_node-expat += test.js
+
+configure/node-expat::
+	NODE_PATH=$(cdbs_curdestdir)/usr/lib/nodejs node-waf configure
+
+build/node-expat::
+	NODE_PATH=$(cdbs_curdestdir)/usr/lib/nodejs node-waf build
+
+install/node-expat::
+	NODE_PATH=$(cdbs_curdestdir)/usr/lib/nodejs node-waf install
+
+# Node modules have an uncommon extension preventing autodetection by
+# dh_shlibdeps, so we do it manually
+binary-strip-IMPL/node-expat::
+	$(if $(is_debug_package)$(filter nostrip,$(DEB_BUILD_OPTIONS)),,find "$(cdbs_curdestdir)" -name "*.node" -exec strip --remove-section=.comment --remove-section=.note --strip-unneeded {} +)
+binary-predeb-IMPL/node-expat::
+	find "$(cdbs_curdestdir)" -name "*.node" -exec dpkg-shlibdeps -Tdebian/$(cdbs_curpkg).substvars {} +
+
+clean::
+	rm -rf build
+	rm -f .lock-wscript
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/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..9cdfca9
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+unapply-patches
+abort-on-upstream-changes
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..7c2eaa1
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/astro/node-expat .*/v(\d.*).tar.gz

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



More information about the Pkg-javascript-commits mailing list