summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2021-09-24 16:41:53 +0200
committerDebian Janitor <janitor@jelmer.uk>2021-09-24 16:41:53 +0200
commit9c81ecde08bf94ee38a8845cd70b6bc18677e193 (patch)
tree11f3488bddc271ed37eec2e1a877cdf52946a540
Import node-d3-chord_1.0.6-4.debian.tar.xz
[dgit import tarball node-d3-chord 1.0.6-4 node-d3-chord_1.0.6-4.debian.tar.xz]
-rw-r--r--changelog63
-rw-r--r--clean1
-rw-r--r--control32
-rw-r--r--copyright38
-rw-r--r--docs1
-rw-r--r--patches/reproducible_build.diff15
-rw-r--r--patches/series1
-rwxr-xr-xrules8
-rw-r--r--source/format1
-rw-r--r--tests/pkg-js/test1
-rw-r--r--upstream/metadata4
-rw-r--r--watch5
12 files changed, 170 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..3900fc6
--- /dev/null
+++ b/changelog
@@ -0,0 +1,63 @@
+node-d3-chord (1.0.6-4) unstable; urgency=medium
+
+ * Trim trailing whitespace.
+ * Bump debhelper from old 12 to 13.
+
+ -- Debian Janitor <janitor@jelmer.uk> Fri, 24 Sep 2021 15:41:53 +0100
+
+node-d3-chord (1.0.6-3) unstable; urgency=medium
+
+ [ Debian Janitor ]
+ * Use secure copyright file specification URI.
+ * Bump debhelper from old 11 to 12.
+ * Set debhelper-compat version in Build-Depends.
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+ * Update standards version to 4.4.1, no changes needed.
+
+ [ Pirate Praveen ]
+ * Use node-rollup-plugin-terser (now available in the archive)
+ * Bump Standards-Version to 4.5.1 (no changes needed)
+ * Support nocheck build profile
+ * Use pkg-js-tools auto install
+
+ -- Pirate Praveen <praveen@debian.org> Mon, 14 Dec 2020 23:40:15 +0530
+
+node-d3-chord (1.0.6-2) unstable; urgency=medium
+
+ * Reupload to unstable
+ * Make build reproducible
+ * Bump Standards-Version to 4.4.0 (no changes needed)
+
+ -- Pirate Praveen <praveen@debian.org> Mon, 08 Jul 2019 13:16:16 +0530
+
+node-d3-chord (1.0.6-1) experimental; urgency=medium
+
+ * New upstream version 1.0.6
+ * Drop build dependency on dh-buildinfo
+ * Bump Standards-Version to 4.3.0 (no changes needed)
+ * Use salsa.debian.org in Vcs-* fields
+ * Use rollup.config.js
+ * Install ES module (src directory)
+ * Switch to pkg-js-tools for tests
+
+ -- Pirate Praveen <praveen@debian.org> Tue, 18 Jun 2019 20:58:22 +0530
+
+node-d3-chord (1.0.4-3) unstable; urgency=medium
+
+ * Build using rollup (webpack was used before rollup was available in main)
+ * Bump debhelper compat to 11
+
+ -- Pirate Praveen <praveen@debian.org> Wed, 28 Feb 2018 21:12:28 +0530
+
+node-d3-chord (1.0.4-2) unstable; urgency=medium
+
+ * Use umd module as main like upstream
+
+ -- Pirate Praveen <praveen@debian.org> Sat, 06 Jan 2018 15:54:05 +0530
+
+node-d3-chord (1.0.4-1) unstable; urgency=low
+
+ * Initial release (Closes: #878047)
+
+ -- Pirate Praveen <praveen@debian.org> Mon, 09 Oct 2017 12:04:09 +0530
diff --git a/clean b/clean
new file mode 100644
index 0000000..a261f29
--- /dev/null
+++ b/clean
@@ -0,0 +1 @@
+dist/*
diff --git a/control b/control
new file mode 100644
index 0000000..695de5a
--- /dev/null
+++ b/control
@@ -0,0 +1,32 @@
+Source: node-d3-chord
+Section: javascript
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
+Uploaders: Pirate Praveen <praveen@debian.org>
+Build-Depends:
+ debhelper-compat (= 13)
+ , nodejs
+ , pkg-js-tools
+ , node-tape <!nocheck>
+ , rollup
+ , node-rollup-plugin-terser
+ , node-d3-array (>= 1) <!nocheck>
+ , node-d3-path (>= 1) <!nocheck>
+Standards-Version: 4.5.1
+Homepage: https://d3js.org/d3-chord/
+Vcs-Git: https://salsa.debian.org/js-team/node-d3-chord.git
+Vcs-Browser: https://salsa.debian.org/js-team/node-d3-chord
+Testsuite: autopkgtest-pkg-nodejs
+
+Package: node-d3-chord
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , nodejs
+ , node-d3-array (>= 1)
+ , node-d3-path (>= 1)
+Description: Visualize relationships or network flow
+ This module can be used to visualize relationships or network flow with an
+ aesthetically-pleasing circular layout.
+ .
+ Node.js is an event-based server-side JavaScript engine.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..fc208a9
--- /dev/null
+++ b/copyright
@@ -0,0 +1,38 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: d3-chord
+Upstream-Contact: https://github.com/d3/d3-chord/issues
+Source: https://d3js.org/d3-chord/
+
+Files: *
+Copyright: 2010-2016 Mike Bostock (http://bost.ocks.org/mike)
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2017 Pirate Praveen <praveen@debian.org>
+License: BSD-3-Clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. Neither the name of the University 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 HOLDERS 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/docs b/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/docs
@@ -0,0 +1 @@
+README.md
diff --git a/patches/reproducible_build.diff b/patches/reproducible_build.diff
new file mode 100644
index 0000000..2f690be
--- /dev/null
+++ b/patches/reproducible_build.diff
@@ -0,0 +1,15 @@
+Description: Make the build reproducible
+Author: Chris Lamb <lamby@debian.org>
+Last-Update: 2019-06-20
+
+--- a/rollup.config.js
++++ b/rollup.config.js
+@@ -10,7 +10,7 @@
+ format: "umd",
+ indent: false,
+ extend: true,
+- banner: `// ${meta.homepage} v${meta.version} Copyright ${(new Date).getFullYear()} ${meta.author.name}`,
++ banner: `// ${meta.homepage} v${meta.version} Copyright ${(new Date(process.env.SOURCE_DATE_EPOCH ? (process.env.SOURCE_DATE_EPOCH * 1000) : new Date().getTime())).getFullYear()} ${meta.author.name}`,
+ globals: Object.assign({}, ...Object.keys(meta.dependencies || {}).filter(key => /^d3-/.test(key)).map(key => ({[key]: "d3"})))
+ },
+ plugins: []
diff --git a/patches/series b/patches/series
new file mode 100644
index 0000000..774a9a2
--- /dev/null
+++ b/patches/series
@@ -0,0 +1 @@
+reproducible_build.diff
diff --git a/rules b/rules
new file mode 100755
index 0000000..65b73e2
--- /dev/null
+++ b/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+ dh $@ --with nodejs
+
+override_dh_auto_build:
+ rollup -c
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/tests/pkg-js/test b/tests/pkg-js/test
new file mode 100644
index 0000000..929e1e7
--- /dev/null
+++ b/tests/pkg-js/test
@@ -0,0 +1 @@
+tape 'test/**/*.js'
diff --git a/upstream/metadata b/upstream/metadata
new file mode 100644
index 0000000..6b96692
--- /dev/null
+++ b/upstream/metadata
@@ -0,0 +1,4 @@
+Bug-Database: https://github.com/d3/d3-chord/issues
+Bug-Submit: https://github.com/d3/d3-chord/issues/new
+Repository: https://github.com/d3/d3-chord.git
+Repository-Browse: https://github.com/d3/d3-chord
diff --git a/watch b/watch
new file mode 100644
index 0000000..18fab43
--- /dev/null
+++ b/watch
@@ -0,0 +1,5 @@
+version=3
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
+filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-d3-chord-$1.tar.gz/ \
+ https://github.com/d3/d3-chord/tags .*/archive/v?([\d\.]+).tar.gz