Codebase list node-d3-shape / 0c64463
Import Debian changes 1.2.0-1 node-d3-shape (1.2.0-1) UNRELEASED; urgency=low * Initial release (Closes: #nnnn) * Pirate Praveen 6 years ago
11 changed file(s) with 108 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 node-d3-shape (1.2.0-1) UNRELEASED; urgency=low
1
2 * Initial release (Closes: #nnnn)
3 *
4
5 -- Pirate Praveen <praveen@debian.org> Wed, 11 Oct 2017 20:19:42 +0530
0 Source: node-d3-shape
1 Section: javascript
2 Priority: optional
3 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
4 Uploaders: Pirate Praveen <praveen@debian.org>
5 Build-Depends:
6 debhelper (>= 9)
7 , dh-buildinfo
8 , nodejs
9 Standards-Version: 4.1.0
10 Homepage: https://d3js.org/d3-shape/
11 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-d3-shape.git
12 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-d3-shape.git
13
14 Package: node-d3-shape
15 Architecture: all
16 Depends:
17 ${misc:Depends}
18 , nodejs
19 , node-d3-path (>= 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 “Graphical primitives for visualization, such as lines and areas.”.
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: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: d3-shape
2 Upstream-Contact: https://github.com/d3/d3-shape/issues
3 Source: https://d3js.org/d3-shape/
4
5 Files: *
6 Copyright: 2017 Mike Bostock (http://bost.ocks.org/mike)
7 License: BSD-3-Clause
8
9 Files: debian/*
10 Copyright: 2017 Pirate Praveen <praveen@debian.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 build usr/lib/nodejs/d3-shape/
1 index.js usr/lib/nodejs/d3-shape/
2 package.json usr/lib/nodejs/d3-shape/
3 src usr/lib/nodejs/d3-shape/
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-shape
0 #!/bin/sh
1 set -e
2 nodejs -e "require('d3-shape');"
0 version=3
1 opts=\
2 dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
3 filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-d3-shape-$1.tar.gz/ \
4 https://github.com/d3/d3-shape/tags .*/archive/v?([\d\.]+).tar.gz