Your message dated Mon, 31 Jan 2022 15:42:51 +0100
with message-id <[email protected]>
and subject line Re: [Pkg-javascript-devel] Bug#1004670: pkg-js-tools: 
restrictive regex for d/nodejs/component_links
has caused the Debian Bug report #1004670,
regarding pkg-js-tools: restrictive regex for d/nodejs/component_links
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1004670: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004670
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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.

-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.15.0-3-amd64 (SMP w/1 CPU thread)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages pkg-js-tools depends on:
ii  debhelper                 13.6
ii  libdebian-copyright-perl  0.2-4
ii  libdebian-source-perl     0.116
ii  libipc-run-perl           20200505.0-1
ii  libjson-perl              4.04000-1
ii  libyaml-perl              1.30-1
ii  nodejs                    12.22.9~dfsg-1
ii  perl                      5.32.1-6

Versions of packages pkg-js-tools recommends:
ii  devscripts    2.22.1
ii  libdpkg-perl  1.21.1

Versions of packages pkg-js-tools suggests:
ii  autodep8                   0.25
ii  autopkgtest                5.19
ii  git-buildpackage           0.9.25
pn  libconfig-inifiles-perl    <none>
ii  libconfig-model-dpkg-perl  2.156
ii  libconfig-model-perl       2.149-1
ii  lintian                    2.114.0
ii  node-semver                7.3.5+~7.3.8-1
ii  npm                        8.4.0~ds-1

-- no debconf information

--- End Message ---
--- Begin Message ---
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

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

Reply via email to