Debian Patches
Status for node-marked-man/2.1.1-2
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| build-commonjs-files.patch | export commonjs files | Yadd <yadd@debian.org> | not-needed | 2022-11-14 | ||
| compat_with_man_db_manwidth.patch | compatibility with man-db / groff layout changes - man-db 2.12.1 odd and unilateral manwidth behavior change → MANWIDTH 79 - groff 1.24 reduces default indentation from 7n to 5n → force MANROFFOPT |
Jérémy Lal <kapouer@melix.org> | not-needed | |||
| read-package-up-12.patch | drop read-pkg-up dependency read-package-up (formerly read-pkg-up) is now ESM-only, which prevents the CommonJS bundle generated for Debian from using it. Since the only usage was finding the nearest package.json to extract a version field, replace it with a small native helper. |
Xavier Guimard <yadd@debian.org> | not-needed | 2026-04-24 | ||
| port-renderer-to-marked-token-api.patch | port renderer to the marked >= 5 token API Since marked 5 the renderer methods receive a single token object instead of the already-rendered positional arguments, and marked 18 dropped the legacy positional compatibility layer entirely. Rewrite the roff renderer to take tokens and render their children through this.parser (parse for block content, parseInline for inline content). |
Xavier Guimard <yadd@debian.org> | yes | 2026-06-21 |
