Codebase list node-setimmediate / 589b14dc-3813-4a37-98f5-1eeca39985ac/main
Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on mocha. * node-setimmediate: Drop versioned constraint on mocha in Suggests. Changes-By: deb-scrub-obsolete Debian Janitor 2 years ago
2 changed file(s) with 7 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
99
1010 [ lintian-brush ]
1111 * Update standards version to 4.5.1, no changes needed.
12
13 [ Debian Janitor ]
14 * Remove constraints unnecessary since buster:
15 + Build-Depends: Drop versioned constraint on mocha.
16 + node-setimmediate: Drop versioned constraint on mocha in Suggests.
1217
1318 -- Debian Janitor <janitor@jelmer.uk> Mon, 20 Jul 2020 07:40:02 -0000
1419
66 Build-Depends: debhelper-compat (= 13),
77 dh-buildinfo,
88 nodejs,
9 mocha (>= 3) <!nocheck>,
9 mocha <!nocheck>,
1010 dh-sequence-nodejs
1111 Standards-Version: 4.5.1
1212 Vcs-Browser: https://salsa.debian.org/js-team/node-setimmediate
1818 Architecture: all
1919 Depends: ${misc:Depends},
2020 nodejs
21 Suggests: mocha (>= 3),
21 Suggests: mocha,
2222 chai
2323 Description: shim for the setImmediate efficient script yielding API
2424 setImmediate.js is a highly cross-browser implementation of the