Debian Patches
Status for npm2deb/0.3.0-16
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| fix-output.diff | little format error | Xavier Guimard <yadd@debian.org> | yes | 2019-03-11 | ||
| fix-warnings.diff | fix warnings | Xavier Guimard <yadd@debian.org> | no | 2020-04-30 | ||
| cleanup-temporary-directory.patch | [PATCH 1/2] Replace the uupdate modified changelog with text from template Thanks to wookey for the patch |
Pirate Praveen <praveen@debian.org> | no | 2020-06-05 | ||
| update.patch | various updates | Yadd <yadd@debian.org> | no | 2021-11-21 | ||
| move-links-to-debian-nodejs.patch | create links in debian/nodejs/links, not debian/links | Yadd <yadd@debian.org> | no | 2021-12-23 | ||
| use-dh_nodejs_autodocs.patch | use dh_nodejs_autodocs | Yadd <yadd@debian.org> | no | 2022-11-30 | ||
| use-watch-5.patch | use debain/watch version 5 | Xavier Guimard <yadd@debian.org> | no | 2025-08-24 | ||
| fix-npm-pack-tarball-parsing.patch | Fix npm pack tarball filename parsing with npm >= 7 npm >= 7 emits "npm notice" lines on stderr which subprocess.getstatusoutput merges into stdout, so the tarball filename is no longer the last output line. Blindly taking the last line made "npm2deb create <pkg>" fail with "[Errno 2] No such file or directory: 'npm notice'". Select the ".tgz" line instead. |
Yadd <yadd@debian.org> | no | 2026-07-13 | ||
| npm12-json-list.patch | Handle npm >= 12 list-shaped `npm view --json` output npm >= 12 changed `npm view ... --json` to return a JSON array of results instead of a single object. Keep the last (highest version) element whenever a list is returned. diff --git a/npm2deb/__init__.py b/npm2deb/__init__.py index ee3f29a..87d9e20 100644 |
Yadd <yadd@debian.org> | no | 2026-09-03 |
