Codebase list node-d3-shape / b81bc22
Fix auto install Xavier Guimard 4 years ago
1 changed file(s) with 11 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
00 Source: node-d3-shape
1 Section: javascript
2 Priority: optional
31 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
42 Uploaders: Pirate Praveen <praveen@debian.org>
3 Section: javascript
4 Testsuite: autopkgtest-pkg-nodejs
5 Priority: optional
56 Build-Depends:
67 debhelper-compat (= 12)
7 , nodejs
8 , pkg-js-tools
8 , node-d3-path
9 , node-d3-polygon
910 , node-tape
11 , pkg-js-tools (>= 0.9.20~)
1012 , rollup
1113 , uglifyjs.terser
12 , node-d3-path (>= 1)
13 , node-d3-polygon
14 Standards-Version: 4.5.0
15 Vcs-Browser: https://salsa.debian.org/js-team/node-d3-shape
16 Vcs-Git: https://salsa.debian.org/js-team/node-d3-shape.git
17 Homepage: https://d3js.org/d3-shape/
1418 Rules-Requires-Root: no
15 Standards-Version: 4.5.0
16 Homepage: https://d3js.org/d3-shape/
17 Vcs-Git: https://salsa.debian.org/js-team/node-d3-shape.git
18 Vcs-Browser: https://salsa.debian.org/js-team/node-d3-shape
19 Testsuite: autopkgtest-pkg-nodejs
2019
2120 Package: node-d3-shape
2221 Architecture: all
2322 Depends:
2423 ${misc:Depends}
24 , node-d3-path
2525 , nodejs
26 , node-d3-path (>= 1)
2726 Description: Graphical primitives for visualization, such as lines and areas
2827 Visualizations typically consist of discrete graphical marks, such as symbols,
2928 arcs, lines and areas. While the rectangles of a bar chart may be easy enough