[Pkg-javascript-commits] [node-webcomponentsjs-custom-element-v0] 02/02: Import Debian patch 1.0.1-1

Tim Potter tpot at hpe.com
Thu Sep 29 05:40:19 UTC 2016


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

tpot-guest pushed a commit to branch master
in repository node-webcomponentsjs-custom-element-v0.

commit 63f2584cf42c682e4d6d76d4859328c5c3be256b
Author: Tim Potter <tpot at hpe.com>
Date:   Thu Sep 29 14:32:56 2016 +1000

    Import Debian patch 1.0.1-1
---
 debian/changelog     |  6 ++++++
 debian/compat        |  1 +
 debian/control       | 25 +++++++++++++++++++++++++
 debian/copyright     | 41 +++++++++++++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/install       |  2 ++
 debian/rules         | 15 +++++++++++++++
 debian/source/format |  1 +
 debian/tests/control |  2 ++
 debian/tests/require |  3 +++
 debian/watch         |  9 +++++++++
 11 files changed, 106 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..fdd9d9c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+node-webcomponentsjs-custom-element-v0 (1.0.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #839116)
+
+ -- Tim Potter <tpot at hpe.com>  Thu, 29 Sep 2016 14:32:56 +1000
+
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..15077cf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: node-webcomponentsjs-custom-element-v0
+Section: web
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Tim Potter <tpot at hpe.com>
+Build-Depends:
+ debhelper (>= 9)
+ , dh-buildinfo
+ , nodejs
+Standards-Version: 3.9.8
+Homepage: https://github.com/gkovacs/webcomponentsjs-custom-element-v0
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-webcomponentsjs-custom-element-v0.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-webcomponentsjs-custom-element-v0.git
+
+Package: node-webcomponentsjs-custom-element-v0
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , nodejs
+Description: CustomElements polyfill from the webcomponentsjs project
+ This library contains the CustomElements polyfill (code that implements
+ functionality that isn't supported by a particular browser) from the
+ webcomponentsjs project.
+ .
+ Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bfa8bbd
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,41 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: webcomponentsjs-custom-element-v0
+Upstream-Contact: https://github.com/gkovacs/webcomponentsjs-custom-element-v0/issues
+Source: https://github.com/gkovacs/webcomponentsjs-custom-element-v0
+
+Files: *
+Copyright: 2014 The Polymer Project Authors
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2016 Tim Potter <tpot at hpe.com>
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Copyright (c) 2014 The Polymer Authors. 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.
+    * Neither the name of Google Inc. nor the names of its
+ 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
+ OWNER 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.
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..335b798
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+package.json usr/lib/nodejs/webcomponentsjs-custom-element-v0/
+CustomElements.js usr/lib/nodejs/webcomponentsjs-custom-element-v0/
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..1dc423b
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: node-webcomponentsjs-custom-element-v0
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..de76e1a
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('webcomponentsjs-custom-element-v0');"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..eb511cd
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,9 @@
+version=3
+# It is not recommended use fakeupstream. Please investigate more.
+# Origin url: https://github.com/gkovacs/webcomponentsjs-custom-element-v0
+# Take a look at https://wiki.debian.org/debian/watch/
+# See also fakeupstream: http://anonscm.debian.org/viewvc/qa/trunk/cgi-bin/fakeupstream.cgi?view=markup
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
+filenamemangle=s/.*=// \
+ http://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=npmjs/webcomponentsjs-custom-element-v0 .*=webcomponentsjs-custom-element-v0-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-webcomponentsjs-custom-element-v0.git



More information about the Pkg-javascript-commits mailing list