Codebase list node-d3-chord / 355cdf5d-1389-4919-9bcc-c75824bbf54a/main
Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on node-d3-array and node-d3-path. * node-d3-chord: Drop versioned constraint on node-d3-array and node-d3-path in Depends. Changes-By: deb-scrub-obsolete Debian Janitor 2 years ago
2 changed file(s) with 14 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 node-d3-chord (1.0.6-5) UNRELEASED; urgency=medium
1
2 * Remove constraints unnecessary since buster:
3 + Build-Depends: Drop versioned constraint on node-d3-array and
4 node-d3-path.
5 + node-d3-chord: Drop versioned constraint on node-d3-array and node-d3-path
6 in Depends.
7
8 -- Debian Janitor <janitor@jelmer.uk> Fri, 24 Sep 2021 15:41:19 -0000
9
010 node-d3-chord (1.0.6-4) unstable; urgency=medium
111
212 * Trim trailing whitespace.
99 , node-tape <!nocheck>
1010 , rollup
1111 , node-rollup-plugin-terser
12 , node-d3-array (>= 1) <!nocheck>
13 , node-d3-path (>= 1) <!nocheck>
12 , node-d3-array <!nocheck>
13 , node-d3-path <!nocheck>
1414 Standards-Version: 4.5.1
1515 Homepage: https://d3js.org/d3-chord/
1616 Vcs-Git: https://salsa.debian.org/js-team/node-d3-chord.git
2222 Depends:
2323 ${misc:Depends}
2424 , nodejs
25 , node-d3-array (>= 1)
26 , node-d3-path (>= 1)
25 , node-d3-array
26 , node-d3-path
2727 Description: Visualize relationships or network flow
2828 This module can be used to visualize relationships or network flow with an
2929 aesthetically-pleasing circular layout.