Debian Patches
Status for node-ua-parser-js/2.0.10+ds+~cs0.3.5-1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| cli-usage.patch | make the CLI usage message match the installed command name Upstream's help output describes the command as "npx ua-parser-js" and lists the options without any description. In Debian the CLI is installed as /usr/bin/ua-parser-js, so "npx" is misleading, and help2man(1) needs a complete help output to generate the man page. |
Xavier Guimard <yadd@debian.org> | not-needed | 2026-08-18 | ||
| cli-test-no-npx.patch | run the CLI directly instead of through npx The tests invoke "npx ua-parser-js", which makes npm copy the package into its own cache and chmod the bin. During autopkgtest the module lives in root-owned /usr/share/nodejs, so that chmod fails with EPERM and the three CLI tests error out. Calling script/cli.js with the running node exercises exactly the same code without involving npm. |
Xavier Guimard <yadd@debian.org> | not-needed | 2026-08-18 |
All known versions for source package 'node-ua-parser-js'
- 2.0.10+ds+~cs0.3.5-1 (sid, forky)
- 0.8.1+ds+~0.7.36-3 (trixie, bookworm)
