Your message dated Sun, 28 Jul 2019 13:23:53 +0200
with message-id <[email protected]>
and subject line Re: [Pkg-javascript-devel] Bug#933254: Bug#933254: Auto
detection of components is broken when used in webpack
has caused the Debian Bug report #933254,
regarding Auto detection of components is broken when used in webpack
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.)
--
933254: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933254
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pkg-js-tools
Version: 0.8.2
Severity: grave
Reproducible in node-webpack master.
dh_auto_configure --buildsystem=nodejs
mkdir node_modules mkdir webpack-cli/node_modules
ln -s ../eslint-scope node_modules/eslint-scope
ln -s ../../eslint-scope webpack-cli/node_modules/eslint-scope
ln -s ../webpack-cli node_modules/eslint-scope
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
--- End Message ---
--- Begin Message ---
Le 28/07/2019 à 13:08, Xavier a écrit :
> Le 28/07/2019 à 10:01, Pirate Praveen a écrit :
>> Package: pkg-js-tools
>> Version: 0.8.2
>> Severity: grave
>>
>> Reproducible in node-webpack master.
>>
>> dh_auto_configure --buildsystem=nodejs
>> mkdir node_modules mkdir webpack-cli/node_modules
>> ln -s ../eslint-scope node_modules/eslint-scope
>> ln -s ../../eslint-scope webpack-cli/node_modules/eslint-scope ln -s
>> ../webpack-cli node_modules/eslint-scope
>
> What is the problem here ? I don't see any error using pkg-js-tools 0.8.3
Your source tree is broken: webpack-cli directory contains
"eslint-scope" module, not webpack-cli. There was a problem during
source import
--- End Message ---