Control: tags -1 + wontfix

On 31/01/2022 15:37, Gordon Ball wrote:
Package: pkg-js-tools
Version: 0.11.7
Severity: normal
X-Debbugs-Cc: [email protected]

Lines in the file `debian/nodejs/component_links` are checked for the
regex `/^([\w\-\.\/]+)\s+([\w\-\.\/]+)$/` and otherwise reported as
malformed.

This means that components named in the typescript style (@foo/bar)
can't be used with this file.

Hi,

don't confuse component name and module name. Component name should follow this regex else dpkg will fail. Try

  add-node-component @foo/bar

component will be named "foo-bar" but dh-sequence-nodejs will install it in /.../nodejs/@foo/bar

Cheers,
Yadd

--
Pkg-javascript-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to