Codebase list node-d3-shape / 4b7e38a
Switch to pkg-js-tools for tests Pirate Praveen 4 years ago
5 changed file(s) with 4 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
55 Build-Depends:
66 debhelper (>= 11~)
77 , nodejs
8 , pkg-js-tools
89 , node-tape
910 , rollup
1011 , uglifyjs.terser
1415 Homepage: https://d3js.org/d3-shape/
1516 Vcs-Git: https://salsa.debian.org/js-team/node-d3-shape.git
1617 Vcs-Browser: https://salsa.debian.org/js-team/node-d3-shape
18 Testsuite: autopkgtest-pkg-nodejs
1719
1820 Package: node-d3-shape
1921 Architecture: all
44 #export DH_VERBOSE=1
55
66 %:
7 dh $@
7 dh $@ --with nodejs
88
99 override_dh_auto_build:
1010 rollup -c
1111 uglifyjs.terser dist/d3-shape.js -o dist/d3-shape.min.js
12
13 override_dh_auto_test:
14 tape 'test/**/*.js'
+0
-6
debian/tests/control less more
0 Tests: require
1 Depends: node-d3-shape
2
3 Test-Command: tape 'test/**/*-test.js'
4 Depends: @, node-tape, node-d3-polygon
5 Restrictions: build-needed
0 tape 'test/**/*.js'
+0
-3
debian/tests/require less more
0 #!/bin/sh
1 set -e
2 nodejs -e "require('d3-shape');"