Codebase list node-boolbase / 36c0a9f
Use pkg-js-tools auto install Xavier Guimard 4 years ago
5 changed file(s) with 5 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
00 Source: node-boolbase
1 Section: web
2 Priority: optional
13 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
24 Uploaders: Thorsten Alteholz <debian@alteholz.de>
3 Section: web
4 Priority: optional
55 Build-Depends: debhelper-compat (= 12)
6 , dh-buildinfo
7 , nodejs
6 , pkg-js-tools (>= 0.9.20~)
87 Standards-Version: 4.5.0
98 Vcs-Browser: https://salsa.debian.org/js-team/node-boolbase
109 Vcs-Git: https://salsa.debian.org/js-team/node-boolbase.git
1110 Homepage: https://github.com/fb55/boolbase
11 Testsuite: autopkgtest-pkg-nodejs
1212
1313 Package: node-boolbase
1414 Architecture: all
+0
-2
debian/install less more
0 index.js usr/lib/nodejs/boolbase/
1 package.json usr/lib/nodejs/boolbase/
44 #export DH_VERBOSE=1
55
66 %:
7 dh $@
8
9 #override_dh_auto_build:
10
11 #override_dh_auto_test:
7 dh $@ --with nodejs
+0
-2
debian/tests/control less more
0 Tests: require
1 Depends: node-boolbase
+0
-3
debian/tests/require less more
0 #!/bin/sh
1 set -e
2 nodejs -e "require('boolbase');"