[Pkg-javascript-commits] [node-parse-base64vlq-mappings] 24/26: First debian version

Bastien Roucariès rouca at moszumanska.debian.org
Mon Sep 18 09:24:06 UTC 2017


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

rouca pushed a commit to branch master
in repository node-parse-base64vlq-mappings.

commit 2493a5f699d7e99046b0c8d024681da81832fe04
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Mon Sep 4 22:53:00 2017 +0200

    First debian version
---
 debian/changelog     |  6 +++++
 debian/compat        |  1 +
 debian/control       | 31 ++++++++++++++++++++++++++
 debian/copyright     | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/install       |  2 ++
 debian/rules         | 19 ++++++++++++++++
 debian/tests/control |  2 ++
 debian/tests/require |  3 +++
 debian/watch         |  5 +++++
 10 files changed, 132 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7caeb2a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+node-parse-base64vlq-mappings (0.1.4-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #nnnn)
+
+ -- Bastien Roucariès <rouca at debian.org>  Sun, 03 Sep 2017 00:57:49 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..887bd3a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: node-parse-base64vlq-mappings
+Section: javascript
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Bastien Roucariès <rouca at debian.org>
+Build-Depends:
+ debhelper (>= 10)
+ , dh-buildinfo
+ , nodejs (>= 6)
+ , dpkg-dev (>= 1.17.14)
+ , node-source-map (>= 0.1.9) <!nocheck>
+ , node-tap (>= 0.4.3) <!nocheck>
+Standards-Version: 4.1.0
+Homepage: https://github.com/thlorenz/parse-base64vlq-mappings
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-parse-base64vlq-mappings.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-parse-base64vlq-mappings.git
+
+Package: node-parse-base64vlq-mappings
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , nodejs (>=6)
+Description: Parses out base64 VLQ encoded source map
+ This modules allows one to parse and decode VLQ
+ (Variable Length Quantities) base64 encoded source map.
+ .
+ Source maps are JSON files that contain information on how to map
+ transpiled source code back to their original source.
+ Source maps are JavaScript’s version of debug symbols.
+ .
+ Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..99de4f2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,62 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: parse-base64vlq-mappings
+Upstream-Contact: https://github.com/thlorenz/parse-base64vlq-mappings/issues
+Source: https://github.com/thlorenz/parse-base64vlq-mappings
+
+Files: *
+Copyright: 2013 Thorsten Lorenz <thlorenz at gmx.de> (http://thlorenz.com)
+License: Expat
+
+Files: ./*.js
+Copyright: 2009-2011, Mozilla Foundation and contributors
+License: BSD-3
+ 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.
+ .
+ * Neither the names of the Mozilla Foundation nor the names of project
+   contributors may be used to endorse or promote products derived from this
+   software without specific prior written permission.
+ .
+ THIS SOFTWARE 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 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: debian/*
+Copyright: 2017 Bastien Roucariès <rouca at debian.org>
+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/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..da9238d
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+*.js usr/lib/nodejs/parse-base64vlq-mappings/
+package.json usr/lib/nodejs/parse-base64vlq-mappings/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..be8b1a1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@
+
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
+	tap -R spec test/*.js
+else
+	@echo '**********************************************************'
+	@echo 'Skip test suite                                           '
+	@echo '**********************************************************'
+endif
+
+
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..5cd4353
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: node-parse-base64vlq-mappings
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..12b2af0
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('parse-base64vlq-mappings');"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..32c5517
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=4
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
+filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-parse-base64vlq-mappings-$1.tar.gz/ \
+ https://github.com/thlorenz/parse-base64vlq-mappings/tags .*/archive/v?([\d\.]+).tar.gz

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



More information about the Pkg-javascript-commits mailing list