Codebase list node-keypress / 060d51c
Remove constraints unnecessary since buster * node-keypress: Drop versioned constraint on nodejs in Depends. Changes-By: deb-scrub-obsolete Debian Janitor 2 years ago
2 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
99 * Remove unnecessary get-orig-source-target.
1010 * Apply multi-arch hints.
1111 + node-keypress: Add Multi-Arch: foreign.
12 * Remove constraints unnecessary since buster:
13 + node-keypress: Drop versioned constraint on nodejs in Depends.
1214
1315 -- Debian Janitor <janitor@jelmer.uk> Fri, 24 Apr 2020 13:09:11 +0000
1416
1313 Architecture: all
1414 Depends:
1515 ${misc:Depends},
16 nodejs (>= 0.6.19~dfsg1-3~),
16 nodejs
1717 Multi-Arch: foreign
1818 Description: Make any Node ReadableStream emit "keypress" events
1919 Previous to Node v0.8.x, there was an undocumented "keypress" event that