diff --git a/debian/control b/debian/control index 1458bcc..5b191e3 100644 --- a/debian/control +++ b/debian/control @@ -1,30 +1,29 @@ Source: node-d3-shape -Section: javascript -Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen +Section: javascript +Testsuite: autopkgtest-pkg-nodejs +Priority: optional Build-Depends: debhelper-compat (= 12) - , nodejs - , pkg-js-tools + , node-d3-path + , node-d3-polygon , node-tape + , pkg-js-tools (>= 0.9.20~) , rollup , uglifyjs.terser - , node-d3-path (>= 1) - , node-d3-polygon +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-d3-shape +Vcs-Git: https://salsa.debian.org/js-team/node-d3-shape.git +Homepage: https://d3js.org/d3-shape/ Rules-Requires-Root: no -Standards-Version: 4.5.0 -Homepage: https://d3js.org/d3-shape/ -Vcs-Git: https://salsa.debian.org/js-team/node-d3-shape.git -Vcs-Browser: https://salsa.debian.org/js-team/node-d3-shape -Testsuite: autopkgtest-pkg-nodejs Package: node-d3-shape Architecture: all Depends: ${misc:Depends} + , node-d3-path , nodejs - , node-d3-path (>= 1) Description: Graphical primitives for visualization, such as lines and areas Visualizations typically consist of discrete graphical marks, such as symbols, arcs, lines and areas. While the rectangles of a bar chart may be easy enough