Codebase list node-nth-check / 8bf7772
Use dh-sequence-nodejs auto install Xavier Guimard 3 years ago
5 changed file(s) with 8 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
22 Priority: optional
33 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
44 Uploaders: Thorsten Alteholz <debian@alteholz.de>
5 Build-Depends:
6 debhelper-compat (= 13)
7 , dh-buildinfo
8 , nodejs
5 Build-Depends: debhelper-compat (= 13)
6 , dh-sequence-nodejs
7 , node-boolbase <!nocheck>
98 Standards-Version: 4.5.0
9 Vcs-Browser: https://salsa.debian.org/js-team/node-nth-check
10 Vcs-Git: https://salsa.debian.org/js-team/node-nth-check.git
1011 Homepage: https://github.com/fb55/nth-check
11 Vcs-Git: https://salsa.debian.org/js-team/node-nth-check.git
12 Vcs-Browser: https://salsa.debian.org/js-team/node-nth-check
12 Testsuite: autopkgtest-pkg-nodejs
1313 Rules-Requires-Root: no
1414
1515 Package: node-nth-check
1616 Architecture: all
17 Depends:
18 ${misc:Depends}
19 , nodejs
20 , node-boolbase (>= 1.0.0)
17 Depends: ${misc:Depends}
18 , node-boolbase
2119 Description: performant nth-check parser & compiler
2220 This module can be used to parse & compile nth-checks, as they are found
2321 in CSS 3's nth-child() and nth-last-of-type().
+0
-4
debian/install less more
0 package.json usr/lib/nodejs/nth-check/
1 index.js usr/lib/nodejs/nth-check/
2 compile.js usr/lib/nodejs/nth-check
3 parse.js usr/lib/nodejs/nth-check
55
66 %:
77 dh $@
8
9 #override_dh_auto_build:
10
11 #override_dh_auto_test:
+0
-2
debian/tests/control less more
0 Tests: require
1 Depends: node-nth-check
+0
-3
debian/tests/require less more
0 #!/bin/sh
1 set -e
2 nodejs -e "require('nth-check');"