[Pkg-javascript-commits] [node-nwmatcher] 01/03: start Debian package

Wolfgang Borgert debacle at moszumanska.debian.org
Sun Sep 21 18:21:04 UTC 2014


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

debacle pushed a commit to branch master
in repository node-nwmatcher.

commit b16ebd638a1177f6f37f5a6c69f204a669946b25
Author: W. Martin Borgert <debacle at debian.org>
Date:   Sun Sep 21 13:56:46 2014 +0200

    start Debian package
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 19 +++++++++++++++++++
 debian/copyright     | 30 ++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/install       |  2 ++
 debian/rules         |  7 +++++++
 debian/source/format |  1 +
 debian/tests/control |  2 ++
 9 files changed, 68 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..80ae4db
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+node-nwmatcher (1.3.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #761434)
+
+ -- W. Martin Borgert <debacle at debian.org>  Sun, 21 Sep 2014 10:15:42 +0000
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..7877d8b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: node-nwmatcher
+Section: web
+Priority: extra
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle at debian.org>
+Build-Depends: debhelper (>= 8)
+Standards-Version: 3.9.5
+Homepage: https://github.com/dperini/nwmatcher/
+Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-nwmatcher.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-nwmatcher.git
+XS-Testsuite: autopkgtest
+
+Package: node-nwmatcher
+Architecture: all
+Depends: ${misc:Depends}
+ , nodejs
+Description: CSS3-compliant JavaScript selector engine
+ NWMatcher is a highly compliant CSS3 selector engine built upon
+ a very fast “bottom-up” element matcher.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1f88327
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: NWMatcher
+
+Files: *
+Copyright: 2008-2014 Diego Perini <diego.perini at gmail.com>
+License: MIT
+
+Files: debian/*
+Copyright: 2014 W. Martin Borgert <debacle 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.
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/install b/debian/install
new file mode 100644
index 0000000..ec8c792
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+src usr/lib/nodejs/nwmatcher
+package.json usr/lib/nodejs/nwmatcher
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f3908b2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+#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/tests/control b/debian/tests/control
new file mode 100644
index 0000000..ee76807
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Test-Command: nodejs -e "require('"'"'nwmatcher'"'"');"
+Depends: @

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



More information about the Pkg-javascript-commits mailing list