Codebase list node-d3-scale-chromatic / 4ce3d01
Import Debian changes 1.3.3-1 node-d3-scale-chromatic (1.3.3-1) UNRELEASED; urgency=low * Initial release (Closes: #nnnn) * Ambady Anand S 5 years ago
11 changed file(s) with 109 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 node-d3-scale-chromatic (1.3.3-1) UNRELEASED; urgency=low
1
2 * Initial release (Closes: #nnnn)
3 *
4
5 -- Ambady Anand S <ambadyanands@disroot.org> Thu, 22 Nov 2018 22:24:56 +0530
0 Source: node-d3-scale-chromatic
1 Section: javascript
2 Priority: optional
3 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
4 Uploaders: Ambady Anand S <ambadyanands@disroot.org>
5 Build-Depends:
6 debhelper (>= 10)
7 , nodejs (>= 6)
8 Standards-Version: 4.2.1
9 Homepage: https://d3js.org/d3-scale-chromatic/
10 Vcs-Git: https://salsa.debian.org/js-team/node-d3-scale-chromatic.git
11 Vcs-Browser: https://salsa.debian.org/js-team/node-d3-scale-chromatic
12
13 Package: node-d3-scale-chromatic
14 Architecture: all
15 Depends:
16 ${misc:Depends}
17 , nodejs (>= 6)
18 , node-d3-color (>= 1)
19 , node-d3-interpolate (>= 1)
20 Description: FIX_ME write the Debian package description
21 Write the short and long descriptions for the Debian package as
22 explained in the Developer's Reference, §6.2.1 – §6.2.3.
23 .
24 You can start with the short upstream package description,
25 “Sequential, diverging and categorical color schemes.”.
26 .
27 Be aware that most upstream package descriptions are not written to
28 conform with Debian package guidelines. You need to explain the role
29 of this package for a Debian audience.
30 .
31 Node.js is an event-based server-side JavaScript engine.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: d3-scale-chromatic
2 Upstream-Contact: https://github.com/d3/d3-scale-chromatic/issues
3 Source: https://d3js.org/d3-scale-chromatic/
4
5 Files: *
6 Copyright: 2018, Mike Bostock (http://bost.ocks.org/mike)
7 License: BSD-3-Clause
8
9 Files: debian/*
10 Copyright: 2018, Ambady Anand S <ambadyanands@disroot.org>
11 License: BSD-3-Clause
12
13 License: BSD-3-clause
14 Redistribution and use in source and binary forms, with or without
15 modification, are permitted provided that the following conditions
16 are met:
17 1. Redistributions of source code must retain the above copyright
18 notice, this list of conditions and the following disclaimer.
19 2. Redistributions in binary form must reproduce the above copyright
20 notice, this list of conditions and the following disclaimer in the
21 documentation and/or other materials provided with the distribution.
22 3. Neither the name of the University nor the names of its contributors
23 may be used to endorse or promote products derived from this software
24 without specific prior written permission.
25 .
26 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
27 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
28 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
29 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR
30 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
31 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
32 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
33 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
34 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
35 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
36 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37
0 README.md
0 package.json usr/lib/nodejs/d3-scale-chromatic/
1 rollup.config.js usr/lib/nodejs/d3-scale-chromatic/
2 dist usr/lib/nodejs/d3-scale-chromatic/
3 src usr/lib/nodejs/d3-scale-chromatic/
4 yarn.lock usr/lib/nodejs/d3-scale-chromatic/
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2
3 # Uncomment this to turn on verbose mode.
4 #export DH_VERBOSE=1
5
6 %:
7 dh $@
8
9 #override_dh_auto_build:
10
11 #override_dh_auto_test:
12
13
14
0 3.0 (quilt)
0 Tests: require
1 Depends: node-d3-scale-chromatic
0 #!/bin/sh
1 set -e
2 node -e "require('d3-scale-chromatic');"
0 version=3
1 opts=\
2 dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
3 filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-d3-scale-chromatic-$1.tar.gz/ \
4 https://github.com/d3/d3-scale-chromatic/releases .*/archive/v?([\d\.]+).tar.gz