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

Wolfgang Borgert debacle at moszumanska.debian.org
Sun Sep 21 20:01:20 UTC 2014


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

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

commit 508707afc601ea95b7b0589cb67136eb538885ec
Author: W. Martin Borgert <debacle at debian.org>
Date:   Sun Sep 21 22:00:51 2014 +0200

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

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..fa615f3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+node-htmlparser2 (3.7.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #761433)
+
+ -- W. Martin Borgert <debacle at debian.org>  Sun, 21 Sep 2014 19:46:09 +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..5d2402e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: node-htmlparser2
+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/fb55/htmlparser2
+Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-htmlparser2.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-htmlparser2.git
+XS-Testsuite: autopkgtest
+
+Package: node-htmlparser2
+Architecture: all
+Depends: ${misc:Depends}
+ , nodejs
+ , node-entities
+Description: fast & forgiving HTML/XML/RSS parser
+ A forgiving HTML/XML/RSS parser written in JS for NodeJS. The
+ parser can handle streams (chunked data) and supports custom
+ handlers for writing custom DOMs/output.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..496d2b2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: htmlparser2
+
+Files: *
+Copyright: 2010-2011 Chris Winberry <chris at winberry.net>,
+ 2011-2014 Felix Böhm <me at feedic.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..20372e6
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+lib usr/lib/nodejs/htmlparser2
+package.json usr/lib/nodejs/htmlparser2
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..3a84a63
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Test-Command: nodejs -e "require('"'"'htmlparser2'"'"');"
+Depends: @

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



More information about the Pkg-javascript-commits mailing list