Codebase list node-platform / 4ba5548
Use sh-sequence-nodejs auto install Yadd 2 years ago
5 changed file(s) with 8 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
33 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
44 Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
55 Build-Depends: debhelper-compat (= 13)
6 , dh-sequence-nodejs
67 Standards-Version: 4.6.0
7 Homepage: https://github.com/bestiejs/platform.js#readme
8 Vcs-Browser: https://salsa.debian.org/js-team/node-platform
89 Vcs-Git: https://salsa.debian.org/js-team/node-platform.git
9 Vcs-Browser: https://salsa.debian.org/js-team/node-platform
10 Homepage: https://github.com/bestiejs/platform.js
11 Testsuite: autopkgtest-pkg-nodejs
1012 Rules-Requires-Root: no
1113
1214 Package: node-platform
+0
-2
debian/install less more
0 package.json usr/share/nodejs/platform/
1 platform.js usr/share/nodejs/platform/
55
66 %:
77 dh $@
8
9 #override_dh_auto_build:
10
11 #override_dh_auto_test:
0 Tests: require
1 Depends: node-platform
2
30 Tests: platform-test-1
4 Depends: @, libjs-qunit
1 Depends: @, libjs-qunit, nodejs
52
63 Tests: test-example-1
7 Depends: @, node-assert
4 Depends: @, node-assert, nodejs
85
96 Tests: test-phantomjs-1
10 Depends: @, phantomjs, xvfb, dbus-x11
7 Depends: @, dbus-x11, nodejs, phantomjs, xvfb
118 Restrictions: allow-stderr
129
1310 Tests: test-rhino-1
14 Depends: @, rhino
11 Depends: @, rhino, nodejs
+0
-3
debian/tests/require less more
0 #!/bin/sh
1 set -e
2 nodejs -e "require('platform');"