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

Wolfgang Borgert debacle at moszumanska.debian.org
Mon Sep 22 08:48:38 UTC 2014


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

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

commit b89a9ed4d9387cca63d2af4f8fb5796e1c5eac6e
Author: W. Martin Borgert <debacle at debian.org>
Date:   Mon Sep 22 10:48:24 2014 +0200

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

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..79cf151
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+node-entities (1.1.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #743153)
+
+ -- W. Martin Borgert <debacle at debian.org>  Mon, 22 Sep 2014 08:42:13 +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..1dd71aa
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: node-entities
+Section: web
+Priority: extra
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle at debian.org>,
+ Jérémy Lal <kapouer at melix.org>
+Build-Depends: debhelper (>= 8)
+Standards-Version: 3.9.5
+Homepage: https://github.com/fb55/entities
+Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-entities.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-entities.git
+XS-Testsuite: autopkgtest
+
+Package: node-entities
+Architecture: all
+Depends: ${misc:Depends}
+ , nodejs
+Description: Encode and decode XML/HTML entities with ease
+ node-entities encodes and decodes three selectable levels
+ of entities: XML, HTML4, HTML5.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6e447d2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: entities
+
+Files: *
+Copyright: 2012-2014 Felix Böhm <me at feedic.com>
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2014 W. Martin Borgert <debacle at debian.org>
+License: BSD-2-clause
+
+License: BSD-2-clause
+ All rights reserved.
+ .
+ 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.
+ .
+ THIS 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,
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..cdb5f04
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+readme.md
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..ce98d46
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,4 @@
+index.js usr/lib/nodejs/entities
+lib usr/lib/nodejs/entities
+maps usr/lib/nodejs/entities
+package.json usr/lib/nodejs/entities
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..d751761
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Test-Command: nodejs -e "require('"'"'entities'"'"');"
+Depends: @

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



More information about the Pkg-javascript-commits mailing list