Codebase list node-spdx-exceptions / 17b56fa
Use pkg-js-tools auto install Xavier Guimard 4 years ago
5 changed file(s) with 6 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
00 Source: node-spdx-exceptions
1 Section: web
2 Priority: optional
13 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
24 Uploaders: Pirate Praveen <praveen@debian.org>
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-spdx-exceptions
109 Vcs-Git: https://salsa.debian.org/js-team/node-spdx-exceptions.git
11 Homepage: https://github.com/kemitchell/spdx-exceptions.json#readme
10 Homepage: https://github.com/kemitchell/spdx-exceptions.json
11 Testsuite: autopkgtest-pkg-nodejs
1212
1313 Package: node-spdx-exceptions
1414 Architecture: all
+0
-2
debian/install less more
0 index.json usr/lib/nodejs/spdx-exceptions/
1 package.json usr/lib/nodejs/spdx-exceptions/
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-spdx-exceptions
+0
-3
debian/tests/require less more
0 #!/bin/sh
1 set -e
2 nodejs -e "require('spdx-exceptions');"