Fix auto install
Xavier Guimard
3 years ago
0 | 0 | Source: node-d3-shape |
1 | Section: javascript | |
2 | Priority: optional | |
3 | 1 | Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> |
4 | 2 | Uploaders: Pirate Praveen <praveen@debian.org> |
3 | Section: javascript | |
4 | Testsuite: autopkgtest-pkg-nodejs | |
5 | Priority: optional | |
5 | 6 | Build-Depends: |
6 | 7 | debhelper-compat (= 12) |
7 | , nodejs | |
8 | , pkg-js-tools | |
8 | , node-d3-path | |
9 | , node-d3-polygon | |
9 | 10 | , node-tape |
11 | , pkg-js-tools (>= 0.9.20~) | |
10 | 12 | , rollup |
11 | 13 | , 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/ | |
14 | 18 | 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 | |
20 | 19 | |
21 | 20 | Package: node-d3-shape |
22 | 21 | Architecture: all |
23 | 22 | Depends: |
24 | 23 | ${misc:Depends} |
24 | , node-d3-path | |
25 | 25 | , nodejs |
26 | , node-d3-path (>= 1) | |
27 | 26 | Description: Graphical primitives for visualization, such as lines and areas |
28 | 27 | Visualizations typically consist of discrete graphical marks, such as symbols, |
29 | 28 | arcs, lines and areas. While the rectangles of a bar chart may be easy enough |