[Pkg-javascript-commits] [node-js-yaml] 02/15: Initial Debian packaging

Ross Gammon ross-guest at moszumanska.debian.org
Sun Sep 4 05:56:42 UTC 2016


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

ross-guest pushed a commit to branch master
in repository node-js-yaml.

commit 138f2e843d4d84462f6b7e15ce79931c8be8bbed
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Mon Aug 1 22:01:01 2016 +0200

    Initial Debian packaging
---
 debian/README.Debian     |  7 +++++++
 debian/changelog         |  6 ++++++
 debian/compat            |  1 +
 debian/control           | 27 +++++++++++++++++++++++++++
 debian/copyright         | 33 +++++++++++++++++++++++++++++++++
 debian/dirs              |  1 +
 debian/docs              |  1 +
 debian/examples          |  1 +
 debian/gbp.conf          | 19 +++++++++++++++++++
 debian/install           |  4 ++++
 debian/links             |  1 +
 debian/rules             | 15 +++++++++++++++
 debian/source/format     |  1 +
 debian/tests/control     |  2 ++
 debian/tests/require     |  3 +++
 debian/upstream/metadata |  6 ++++++
 debian/watch             |  6 ++++++
 17 files changed, 134 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..5bcc5a8
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,7 @@
+Browserify is required to build the browser version of js-yaml. This has not
+yet been packaged for Debian.
+
+In addition, the upstream README.md states that the browser version was only
+produced for their demo, is not guaranteed to work, and not supported.
+Therefore, only the node-module version of js-yaml is included in this
+Debian package.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..86d7434
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+node-js-yaml (3.6.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #805411)
+
+ -- Ross Gammon <rossgammon at mail.dk>  Mon, 01 Aug 2016 20:52:56 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..304f41e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: node-js-yaml
+Section: web
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Ross Gammon <rossgammon at mail.dk>
+Build-Depends: debhelper (>= 9),
+               dh-buildinfo,
+               nodejs
+Standards-Version: 3.9.8
+Homepage: https://github.com/nodeca/js-yaml
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-js-yaml.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-js-yaml.git
+
+Package: node-js-yaml
+Architecture: all
+Depends: ${misc:Depends},
+         nodejs,
+         node-argparse (>= 1.0.7),
+         node-argparse (< 2.0.0),
+         node-esprima (>= 2.6.0),
+         node-esprima (< 3.0.0)
+Description: YAML 1.2 parser and serializer
+ This is an implementation of YAML, a human-friendly data serialization
+ language. Started as PyYAML port, it was completely rewritten from scratch.
+ Now it's very fast, and supports the 1.2 spec.
+ .
+ Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b89433f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: js-yaml
+Upstream-Contact: https://github.com/nodeca/js-yaml/issues
+Source: https://github.com/nodeca/js-yaml
+
+Files: *
+Copyright: 2016 Vladimir Zapparov <dervus.grim at gmail.com>
+License: Expat
+
+Files: debian/*
+Copyright: 2016 Ross Gammon <rossgammon at mail.dk>
+License: Expat
+
+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.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+usr/bin
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/examples b/debian/examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..462aef2
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,19 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True
+
+# Applies to all commands
+sign-tags = True
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..12497af
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,4 @@
+package.json usr/lib/nodejs/js-yaml/
+bin usr/lib/nodejs/js-yaml/
+lib usr/lib/nodejs/js-yaml/
+index.js usr/lib/nodejs/js-yaml/
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..1ced50f
--- /dev/null
+++ b/debian/links
@@ -0,0 +1 @@
+usr/lib/nodejs/js-yaml/bin/js-yaml.js usr/bin/js-yaml
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..de57af0
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@
+
+#override_dh_auto_build:
+
+#override_dh_auto_test:
+
+
+
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..d04eeab
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: node-js-yaml
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..bf213a9
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('js-yaml');"
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..283bba2
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://github.com/nodeca/js-yaml/issues
+Bug-Submit: https://github.com/nodeca/js-yaml/issues/new
+Name: js-yaml
+Repository: https://github.com/nodeca/js-yaml.git
+Repository-Browse: https://github.com/nodeca/js-yaml
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..54c3b06
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,6 @@
+version=3
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
+filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/js-yaml-$1.tar.gz/ \
+https://github.com/nodeca/js-yaml/tags \
+.*/archive/v?([\d\.]+).tar.gz

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



More information about the Pkg-javascript-commits mailing list