Re: [Pkg-javascript-devel] sockjs-client is in Debian but needs update (Was: [covid-19] shiny-server (Was: dependencies Re: ITP: streamlit))

2022-02-24 Thread Andreas Tille
Hi,

Am Fri, Feb 25, 2022 at 03:09:36AM +0530 schrieb Nilesh Patra:
> 
> >Sure. It would be nice to get ACK from Pirate, though, as he owns the ITP.
> 
> I am a bit confused, why would you need ack from someone who ITP'ed it, even 
> if you need the ack, you'd ask this to the maintainer, right?

Yes.  The ITP should have been closed manually long before.  The fact
that this not happened yet is IMHO a sign that the original maintainer
does not care any more for the package (and forgot to orphan it).
 
> But in any case, this does not seem to have any reverse dependencies so this 
> should be safe to upload. As far as I know Praveen, he will not stop you 
> until it breaks something (the package is in a bitrot anyway)

Yes.
 
> >FYI, the upload will have to go through NEW due to both source and binary
> >package renaming.
> 
> Although this does not make much sense to do this here but still if you want 
> to play extra safe, you might want to upload it targetting experimental.

You might even consider using the old name for an upload to unstable and
at the same time push a renamed package to experimental via new.  This
would enable to keep on working on shiny-server (despite I'm not sure
whether we need to be in a hurry here ... I personally have other things
on my table unfortunately).

Kind regards

  Andreas. 

-- 
http://fam-tille.de

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


Re: [Pkg-javascript-devel] node-react-audio-player failing all test with autopkgtest

2022-02-24 Thread Yadd

On 25/02/2022 04:41, Ayoyimika Ajibade wrote:
Hello am having issues with running autopkgtest for 
node-react-audio-player the babel loader works well while building and 
testing with dpkg-buildpackage and sbuild but fails to load while 
testing via autopkgtest
i have tried out some suggestions online on proper configuration still 
no changes.


The problem is the loader here. this should be loaded using ts-jest 
(jest loader/transformer), not @babel/parser. Maybe the .tsx extension 
isn't recognize by jest


--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-interpret 2.2.0-2 MIGRATED to testing

2022-02-24 Thread Debian testing watch
FYI: The status of the node-interpret source package
in Debian's testing distribution has changed.

  Previous version: 2.2.0-1
  Current version:  2.2.0-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-vue-resource test suites failing whilst building

2022-02-24 Thread Ayoyimika Ajibade
Hello am having issues with running autopkgtest for 
node-react-audio-player the babel loader works well while building and 
testing with dpkg-buildpackage and sbuild but fails to load while 
testing via autopkgtest
i have tried out some suggestions online on proper configuration still 
no changes.


Here is the repo to know the current states of configurations 
https://salsa.debian.org/Ayoyimika/node-vue-resource and important log 
output of failing test which only occurs with autopkgtests =>


Processing triggers for ca-certificates (20211016) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
(Reading database ... 42293 files and directories currently installed.)
Removing autopkgtest-satdep (0) ...
autopkgtest [04:32:18]: test pkg-js-autopkgtest: 
/usr/share/pkg-js-autopkgtest/runner

autopkgtest [04:32:18]: test pkg-js-autopkgtest: [---
# Using ./package.(json|yaml)
# Node module name is react-audio-player
# Build files found: .babelrc tsconfig.json
# Test files found: test
# Files/dir to be installed from source: test .babelrc tsconfig.json
# Copy test files
# Copy debian/tests/pkg-js content
'debian/tests/pkg-js' -> 
'/tmp/autopkgtest.YEcA3e/autopkgtest_tmp/smokeIo3saa/debian/tests/pkg-js'
'debian/tests/pkg-js/test' -> 
'/tmp/autopkgtest.YEcA3e/autopkgtest_tmp/smokeIo3saa/debian/tests/pkg-js/test'

Found debian/build_modules
# let's copy it
Found debian/nodejs/extlinks
'@babel/parser' linked into node_modules
'@babel/types' linked into node_modules
'babel-loader' linked into node_modules
'@types/istanbul-lib-coverage' linked into node_modules
'@types/prop-types' linked into node_modules
'@types/scheduler' linked into node_modules
Found debian/nodejs/extcopies
cp -rL /usr/share/nodejs/@types/istanbul-lib-report 
/tmp/autopkgtest.YEcA3e/autopkgtest_tmp/smokeIo3saa/node_modules/@types
cp -rL /usr/share/nodejs/@types/react 
/tmp/autopkgtest.YEcA3e/autopkgtest_tmp/smokeIo3saa/node_modules/@types

# Searching module in /usr/lib/nodejs/react-audio-player
# Searching module in /usr/lib/*/nodejs/react-audio-player
# Searching module in /usr/share/nodejs/react-audio-player
# Found /usr/share/nodejs/react-audio-player
# Searching files to link in /usr/share/nodejs/react-audio-player
'./dist' -> '/usr/share/nodejs/react-audio-player/dist'
'./package.json' -> '/usr/share/nodejs/react-audio-player/package.json'
'./src' -> '/usr/share/nodejs/react-audio-player/src'
# Launch debian/tests/pkg-js/test with sh -ex
+ jest
FAIL test/index.test.js
  ● Test suite failed to run

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or 
its dependencies use non-standard JavaScript syntax, or when Jest is not 
configured to support such syntax.


Out of the box Jest supports Babel, which will be used to transform 
your files into valid JS based on your Babel configuration.


By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see 
https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see 
https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can 
specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option 
in your config.
 • If you simply want to mock your non-JS modules (e.g. binary 
assets) you can stub them out with the "moduleNameMapper" config option.


You'll find more details and examples of these config options in 
the docs:

https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

SyntaxError: /usr/share/nodejs/react-audio-player/src/index.tsx: 
Unexpected reserved word 'interface'. (4:0)


  2 | import PropTypes from 'prop-types';
  3 |
> 4 | interface ReactAudioPlayerProps {
| ^
  5 |   autoPlay?: boolean
  6 |   children?: ReactNode
  7 |   className?: string

  at Parser._raise 
(../../../../usr/share/nodejs/@babel/parser/src/parser/error.js:150:45)
  at Parser.raiseWithData 
(../../../../usr/share/nodejs/@babel/parser/src/parser/error.js:145:17)
  at Parser.raise 
(../../../../usr/share/nodejs/@babel/parser/src/parser/error.js:89:17)
  at Parser.checkReservedWord 
(../../../../usr/share/nodejs/@babel/parser/src/parser/expression.js:2722:12)
  at Parser.parseIdentifierName 
(../../../../usr/share/nodejs/@babel/parser/src/parser/expression.js:2657:12)
  at Parser.parseIdentifier 
(../../../../usr/share/nodejs/@babel/parser/src/parser/expression.js:2625:23)
  at Parser.parseExprAtom 
(../../../../usr/share/nodejs/@babel/parser/src/parser/expression.js:1256:27)
  at Parser.parseExprSubscripts 

[Pkg-javascript-devel] Bug#1002869: node-vue-resource test suites failing whilst building

2022-02-24 Thread Ayoyimika Ajibade
Hello am having issues with running autopkgtest for 
node-react-audio-player the babel loader works well while building and 
testing with dpkg-buildpackage and sbuild but fails to load while 
testing via autopkgtest
i have tried out some suggestions online on proper configuration still 
no changes.


Here is the repo to know the current states of configurations 
https://salsa.debian.org/Ayoyimika/node-vue-resource and important log 
output of failing test which only occurs with autopkgtests =>


Processing triggers for ca-certificates (20211016) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
(Reading database ... 42293 files and directories currently installed.)
Removing autopkgtest-satdep (0) ...
autopkgtest [04:32:18]: test pkg-js-autopkgtest: 
/usr/share/pkg-js-autopkgtest/runner

autopkgtest [04:32:18]: test pkg-js-autopkgtest: [---
# Using ./package.(json|yaml)
# Node module name is react-audio-player
# Build files found: .babelrc tsconfig.json
# Test files found: test
# Files/dir to be installed from source: test .babelrc tsconfig.json
# Copy test files
# Copy debian/tests/pkg-js content
'debian/tests/pkg-js' -> 
'/tmp/autopkgtest.YEcA3e/autopkgtest_tmp/smokeIo3saa/debian/tests/pkg-js'
'debian/tests/pkg-js/test' -> 
'/tmp/autopkgtest.YEcA3e/autopkgtest_tmp/smokeIo3saa/debian/tests/pkg-js/test'

Found debian/build_modules
# let's copy it
Found debian/nodejs/extlinks
'@babel/parser' linked into node_modules
'@babel/types' linked into node_modules
'babel-loader' linked into node_modules
'@types/istanbul-lib-coverage' linked into node_modules
'@types/prop-types' linked into node_modules
'@types/scheduler' linked into node_modules
Found debian/nodejs/extcopies
cp -rL /usr/share/nodejs/@types/istanbul-lib-report 
/tmp/autopkgtest.YEcA3e/autopkgtest_tmp/smokeIo3saa/node_modules/@types
cp -rL /usr/share/nodejs/@types/react 
/tmp/autopkgtest.YEcA3e/autopkgtest_tmp/smokeIo3saa/node_modules/@types

# Searching module in /usr/lib/nodejs/react-audio-player
# Searching module in /usr/lib/*/nodejs/react-audio-player
# Searching module in /usr/share/nodejs/react-audio-player
# Found /usr/share/nodejs/react-audio-player
# Searching files to link in /usr/share/nodejs/react-audio-player
'./dist' -> '/usr/share/nodejs/react-audio-player/dist'
'./package.json' -> '/usr/share/nodejs/react-audio-player/package.json'
'./src' -> '/usr/share/nodejs/react-audio-player/src'
# Launch debian/tests/pkg-js/test with sh -ex
+ jest
FAIL test/index.test.js
  ● Test suite failed to run

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or 
its dependencies use non-standard JavaScript syntax, or when Jest is not 
configured to support such syntax.


Out of the box Jest supports Babel, which will be used to transform 
your files into valid JS based on your Babel configuration.


By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see 
https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see 
https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can 
specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option 
in your config.
 • If you simply want to mock your non-JS modules (e.g. binary 
assets) you can stub them out with the "moduleNameMapper" config option.


You'll find more details and examples of these config options in 
the docs:

https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

SyntaxError: /usr/share/nodejs/react-audio-player/src/index.tsx: 
Unexpected reserved word 'interface'. (4:0)


  2 | import PropTypes from 'prop-types';
  3 |
> 4 | interface ReactAudioPlayerProps {
| ^
  5 |   autoPlay?: boolean
  6 |   children?: ReactNode
  7 |   className?: string

  at Parser._raise 
(../../../../usr/share/nodejs/@babel/parser/src/parser/error.js:150:45)
  at Parser.raiseWithData 
(../../../../usr/share/nodejs/@babel/parser/src/parser/error.js:145:17)
  at Parser.raise 
(../../../../usr/share/nodejs/@babel/parser/src/parser/error.js:89:17)
  at Parser.checkReservedWord 
(../../../../usr/share/nodejs/@babel/parser/src/parser/expression.js:2722:12)
  at Parser.parseIdentifierName 
(../../../../usr/share/nodejs/@babel/parser/src/parser/expression.js:2657:12)
  at Parser.parseIdentifier 
(../../../../usr/share/nodejs/@babel/parser/src/parser/expression.js:2625:23)
  at Parser.parseExprAtom 
(../../../../usr/share/nodejs/@babel/parser/src/parser/expression.js:1256:27)
  at Parser.parseExprSubscripts 

[Pkg-javascript-devel] Bug#1002869: (no subject)

2022-02-24 Thread Ayoyimika Ajibade
Hello building node-vue-resource tests are failing due to a package 
node-got not properly loaded, as webpack output file 
(../dist/vue-resource.common.js) is part of the module for testing, as i 
try to log the client function that is undefined and i got an empty map 
(CLIENT=> {}).


The issues i think is happening is that webpack is ignoring got which is 
seen in the build log. Hence impossible to load client a name coined out 
for requiring got module


(debian-sid)ayoyimika@Ayoyimika-PC:~/debian-js-packaging/vue-resource/node-vue-resource$ 
dpkg-buildpackage

dpkg-buildpackage: info: source package node-vue-resource
dpkg-buildpackage: info: source version 1.5.3+dfsg+~1.3.6-3
dpkg-buildpackage: info: source distribution experimental
dpkg-buildpackage: info: source changed by Ayoyimika Ajibade 


dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
 debian/rules clean
dh clean
   dh_auto_clean --buildsystem=nodejs
rm -rf ./node_modules/.cache
rm -rf types-vue-resource/node_modules/.cache
rm ./node_modules/.cache
rm types-vue-resource/node_modules/.cache
unlink node_modules/@types/vue-resource
   dh_clean
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building node-vue-resource using existing 
./node-vue-resource_1.5.3+dfsg+~1.3.6.orig-types-vue-resource.tar.xz
dpkg-source: info: building node-vue-resource using existing 
./node-vue-resource_1.5.3+dfsg+~1.3.6.orig.tar.xz

dpkg-source: info: using patch list from debian/patches/series
dpkg-source: warning: ignoring deletion of file .babelrc.js, use 
--include-removal to override

dpkg-source: warning: ignoring deletion of directory .github
dpkg-source: warning: ignoring deletion of file 
.github/ISSUE_TEMPLATE.md, use --include-removal to override
dpkg-source: info: building node-vue-resource in 
node-vue-resource_1.5.3+dfsg+~1.3.6-3.debian.tar.xz
dpkg-source: info: building node-vue-resource in 
node-vue-resource_1.5.3+dfsg+~1.3.6-3.dsc

 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs
Link node_modules/@types/vue-resource -> ../../types-vue-resource
   debian/rules override_dh_auto_build
make[1]: Entering directory 
'/home/ayoyimika/debian-js-packaging/vue-resource/node-vue-resource'

webpack --config debian/webpack.config.js --mode development \
--output-library-name VueResource \
--entry ./src/index.js --output-filename ./vue-resource.common.js \
#umd
asset ./vue-resource.common.js 69.4 KiB [emitted] (name: main)
runtime modules 670 bytes 3 modules
modules by path ./src/ 38.3 KiB
  modules by path ./src/http/ 18.9 KiB
modules by path ./src/http/interceptor/*.js 2.91 KiB 7 modules
modules by path ./src/http/client/*.js 7.15 KiB 5 modules
modules by path ./src/http/*.js 8.8 KiB 4 modules
  modules by path ./src/*.js 7.87 KiB 4 modules
  modules by path ./src/url/*.js 3.56 KiB 4 modules
  modules by path ./src/lib/*.js 7.99 KiB
./src/lib/promise.js 3.99 KiB [built] [code generated]
./src/lib/url-template.js 4 KiB [built] [code generated]
got (ignored) 15 bytes [built] [code generated]
webpack 5.65.0 compiled successfully in 7876 ms

asset ./vue-resource.common.js 69.8 KiB [emitted] (name: main)
runtime modules 670 bytes 3 modules
modules by path ./src/ 38.3 KiB
  modules by path ./src/http/ 18.9 KiB
modules by path ./src/http/interceptor/*.js 2.91 KiB 7 modules
modules by path ./src/http/client/*.js 7.15 KiB 5 modules
modules by path ./src/http/*.js 8.8 KiB 4 modules
  modules by path ./src/*.js 7.87 KiB 4 modules
  modules by path ./src/url/*.js 3.56 KiB 4 modules
  modules by path ./src/lib/*.js 7.99 KiB
./src/lib/promise.js 3.99 KiB [built] [code generated]
./src/lib/url-template.js 4 KiB [built] [code generated]
got (ignored) 15 bytes [built] [code generated]
webpack 5.65.0 compiled successfully in 7805 ms
webpack --config debian/webpack.config.js --mode development \
--entry ./src/index.js --output-filename ./vue-resource.js --target web \
--output-library-name VueResource \
terser dist/vue-resource.js -o dist/vue-resource.min.js
asset ./vue-resource.js 70.3 KiB [emitted] (name: main)
runtime modules 670 bytes 3 modules
modules by path ./src/ 38.3 KiB
  modules by path ./src/http/ 18.9 KiB
modules by path ./src/http/interceptor/*.js 2.91 KiB 7 modules
modules by path ./src/http/client/*.js 7.15 KiB 5 modules
modules by path ./src/http/*.js 8.8 KiB 4 modules
  modules by path ./src/*.js 7.87 KiB 4 modules
  modules by path ./src/url/*.js 3.56 KiB 4 modules
  modules by path ./src/lib/*.js 7.99 KiB
./src/lib/promise.js 3.99 KiB [built] [code generated]
./src/lib/url-template.js 4 KiB [built] [code generated]
got (ignored) 15 bytes [built] [code generated]
webpack 5.65.0 compiled successfully in 6655 ms

asset ./vue-resource.js 70.8 KiB [emitted] (name: main)
runtime modules 670 bytes 3 modules
modules by path ./src/ 38.3 KiB
  

[Pkg-javascript-devel] node-vue-resource test suites failing whilst building

2022-02-24 Thread Ayoyimika Ajibade
Hello building node-vue-resource tests are failing due to a package 
node-got not properly loaded, as webpack output file 
(../dist/vue-resource.common.js) is part of the module for testing, as i 
try to log the client function that is undefined and i got an empty map 
(CLIENT=> {}).


The issues i think is happening is that webpack is ignoring got which is 
seen in the build log. Hence, impossible to load client a name coined 
out for requiring got module


(debian-sid)ayoyimika@Ayoyimika-PC:~/debian-js-packaging/vue-resource/node-vue-resource$ 
dpkg-buildpackage

dpkg-buildpackage: info: source package node-vue-resource
dpkg-buildpackage: info: source version 1.5.3+dfsg+~1.3.6-3
dpkg-buildpackage: info: source distribution experimental
dpkg-buildpackage: info: source changed by Ayoyimika Ajibade 


dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
 debian/rules clean
dh clean
   dh_auto_clean --buildsystem=nodejs
rm -rf ./node_modules/.cache
rm -rf types-vue-resource/node_modules/.cache
rm ./node_modules/.cache
rm types-vue-resource/node_modules/.cache
unlink node_modules/@types/vue-resource
   dh_clean
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building node-vue-resource using existing 
./node-vue-resource_1.5.3+dfsg+~1.3.6.orig-types-vue-resource.tar.xz
dpkg-source: info: building node-vue-resource using existing 
./node-vue-resource_1.5.3+dfsg+~1.3.6.orig.tar.xz

dpkg-source: info: using patch list from debian/patches/series
dpkg-source: warning: ignoring deletion of file .babelrc.js, use 
--include-removal to override

dpkg-source: warning: ignoring deletion of directory .github
dpkg-source: warning: ignoring deletion of file 
.github/ISSUE_TEMPLATE.md, use --include-removal to override
dpkg-source: info: building node-vue-resource in 
node-vue-resource_1.5.3+dfsg+~1.3.6-3.debian.tar.xz
dpkg-source: info: building node-vue-resource in 
node-vue-resource_1.5.3+dfsg+~1.3.6-3.dsc

 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs
Link node_modules/@types/vue-resource -> ../../types-vue-resource
   debian/rules override_dh_auto_build
make[1]: Entering directory 
'/home/ayoyimika/debian-js-packaging/vue-resource/node-vue-resource'

webpack --config debian/webpack.config.js --mode development \
--output-library-name VueResource \
--entry ./src/index.js --output-filename ./vue-resource.common.js \
#umd
asset ./vue-resource.common.js 69.4 KiB [emitted] (name: main)
runtime modules 670 bytes 3 modules
modules by path ./src/ 38.3 KiB
  modules by path ./src/http/ 18.9 KiB
modules by path ./src/http/interceptor/*.js 2.91 KiB 7 modules
modules by path ./src/http/client/*.js 7.15 KiB 5 modules
modules by path ./src/http/*.js 8.8 KiB 4 modules
  modules by path ./src/*.js 7.87 KiB 4 modules
  modules by path ./src/url/*.js 3.56 KiB 4 modules
  modules by path ./src/lib/*.js 7.99 KiB
./src/lib/promise.js 3.99 KiB [built] [code generated]
./src/lib/url-template.js 4 KiB [built] [code generated]
got (ignored) 15 bytes [built] [code generated]
webpack 5.65.0 compiled successfully in 7876 ms

asset ./vue-resource.common.js 69.8 KiB [emitted] (name: main)
runtime modules 670 bytes 3 modules
modules by path ./src/ 38.3 KiB
  modules by path ./src/http/ 18.9 KiB
modules by path ./src/http/interceptor/*.js 2.91 KiB 7 modules
modules by path ./src/http/client/*.js 7.15 KiB 5 modules
modules by path ./src/http/*.js 8.8 KiB 4 modules
  modules by path ./src/*.js 7.87 KiB 4 modules
  modules by path ./src/url/*.js 3.56 KiB 4 modules
  modules by path ./src/lib/*.js 7.99 KiB
./src/lib/promise.js 3.99 KiB [built] [code generated]
./src/lib/url-template.js 4 KiB [built] [code generated]
got (ignored) 15 bytes [built] [code generated]
webpack 5.65.0 compiled successfully in 7805 ms
webpack --config debian/webpack.config.js --mode development \
--entry ./src/index.js --output-filename ./vue-resource.js --target web \
--output-library-name VueResource \
terser dist/vue-resource.js -o dist/vue-resource.min.js
asset ./vue-resource.js 70.3 KiB [emitted] (name: main)
runtime modules 670 bytes 3 modules
modules by path ./src/ 38.3 KiB
  modules by path ./src/http/ 18.9 KiB
modules by path ./src/http/interceptor/*.js 2.91 KiB 7 modules
modules by path ./src/http/client/*.js 7.15 KiB 5 modules
modules by path ./src/http/*.js 8.8 KiB 4 modules
  modules by path ./src/*.js 7.87 KiB 4 modules
  modules by path ./src/url/*.js 3.56 KiB 4 modules
  modules by path ./src/lib/*.js 7.99 KiB
./src/lib/promise.js 3.99 KiB [built] [code generated]
./src/lib/url-template.js 4 KiB [built] [code generated]
got (ignored) 15 bytes [built] [code generated]
webpack 5.65.0 compiled successfully in 6655 ms

asset ./vue-resource.js 70.8 KiB [emitted] (name: main)
runtime modules 670 bytes 3 modules
modules by path ./src/ 38.3 KiB
  

[Pkg-javascript-devel] node-react-audio-player failing all test with autopkgtest

2022-02-24 Thread Ayoyimika Ajibade
Hello am having issues with running autopkgtest for 
node-react-audio-player the babel loader works well while building and 
testing with dpkg-buildpackage and sbuild but fails to load while 
testing via autopkgtest
i have tried out some suggestions online on proper configuration still 
no changes.


Here is the important log output of failing test which only occurs with 
autopkgtests =>


Processing triggers for ca-certificates (20211016) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
(Reading database ... 42293 files and directories currently installed.)
Removing autopkgtest-satdep (0) ...
autopkgtest [04:32:18]: test pkg-js-autopkgtest: 
/usr/share/pkg-js-autopkgtest/runner

autopkgtest [04:32:18]: test pkg-js-autopkgtest: [---
# Using ./package.(json|yaml)
# Node module name is react-audio-player
# Build files found: .babelrc tsconfig.json
# Test files found: test
# Files/dir to be installed from source: test .babelrc tsconfig.json
# Copy test files
# Copy debian/tests/pkg-js content
'debian/tests/pkg-js' -> 
'/tmp/autopkgtest.YEcA3e/autopkgtest_tmp/smokeIo3saa/debian/tests/pkg-js'
'debian/tests/pkg-js/test' -> 
'/tmp/autopkgtest.YEcA3e/autopkgtest_tmp/smokeIo3saa/debian/tests/pkg-js/test'

Found debian/build_modules
# let's copy it
Found debian/nodejs/extlinks
'@babel/parser' linked into node_modules
'@babel/types' linked into node_modules
'babel-loader' linked into node_modules
'@types/istanbul-lib-coverage' linked into node_modules
'@types/prop-types' linked into node_modules
'@types/scheduler' linked into node_modules
Found debian/nodejs/extcopies
cp -rL /usr/share/nodejs/@types/istanbul-lib-report 
/tmp/autopkgtest.YEcA3e/autopkgtest_tmp/smokeIo3saa/node_modules/@types
cp -rL /usr/share/nodejs/@types/react 
/tmp/autopkgtest.YEcA3e/autopkgtest_tmp/smokeIo3saa/node_modules/@types

# Searching module in /usr/lib/nodejs/react-audio-player
# Searching module in /usr/lib/*/nodejs/react-audio-player
# Searching module in /usr/share/nodejs/react-audio-player
# Found /usr/share/nodejs/react-audio-player
# Searching files to link in /usr/share/nodejs/react-audio-player
'./dist' -> '/usr/share/nodejs/react-audio-player/dist'
'./package.json' -> '/usr/share/nodejs/react-audio-player/package.json'
'./src' -> '/usr/share/nodejs/react-audio-player/src'
# Launch debian/tests/pkg-js/test with sh -ex
+ jest
FAIL test/index.test.js
  ● Test suite failed to run

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or 
its dependencies use non-standard JavaScript syntax, or when Jest is not 
configured to support such syntax.


Out of the box Jest supports Babel, which will be used to transform 
your files into valid JS based on your Babel configuration.


By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see 
https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see 
https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can 
specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option 
in your config.
 • If you simply want to mock your non-JS modules (e.g. binary 
assets) you can stub them out with the "moduleNameMapper" config option.


You'll find more details and examples of these config options in 
the docs:

https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

SyntaxError: /usr/share/nodejs/react-audio-player/src/index.tsx: 
Unexpected reserved word 'interface'. (4:0)


  2 | import PropTypes from 'prop-types';
  3 |
> 4 | interface ReactAudioPlayerProps {
| ^
  5 |   autoPlay?: boolean
  6 |   children?: ReactNode
  7 |   className?: string

  at Parser._raise 
(../../../../usr/share/nodejs/@babel/parser/src/parser/error.js:150:45)
  at Parser.raiseWithData 
(../../../../usr/share/nodejs/@babel/parser/src/parser/error.js:145:17)
  at Parser.raise 
(../../../../usr/share/nodejs/@babel/parser/src/parser/error.js:89:17)
  at Parser.checkReservedWord 
(../../../../usr/share/nodejs/@babel/parser/src/parser/expression.js:2722:12)
  at Parser.parseIdentifierName 
(../../../../usr/share/nodejs/@babel/parser/src/parser/expression.js:2657:12)
  at Parser.parseIdentifier 
(../../../../usr/share/nodejs/@babel/parser/src/parser/expression.js:2625:23)
  at Parser.parseExprAtom 
(../../../../usr/share/nodejs/@babel/parser/src/parser/expression.js:1256:27)
  at Parser.parseExprSubscripts 
(../../../../usr/share/nodejs/@babel/parser/src/parser/expression.js:682:23)
  at Parser.parseUpdate 

[Pkg-javascript-devel] Bug#1002863: (no subject)

2022-02-24 Thread Ayoyimika Ajibade
Hello am having issues with running autopkgtest for 
node-react-audio-player the babel loader works well while building and 
testing with dpkg-buildpackage and sbuild but fails to load while 
testing via autopkgtest
i have tried out some suggestions online on proper configuration still 
no changes.


Here is the important log output of failing test which only occurs with 
autopkgtests =>


Processing triggers for ca-certificates (20211016) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
(Reading database ... 42293 files and directories currently installed.)
Removing autopkgtest-satdep (0) ...
autopkgtest [04:32:18]: test pkg-js-autopkgtest: 
/usr/share/pkg-js-autopkgtest/runner

autopkgtest [04:32:18]: test pkg-js-autopkgtest: [---
# Using ./package.(json|yaml)
# Node module name is react-audio-player
# Build files found: .babelrc tsconfig.json
# Test files found: test
# Files/dir to be installed from source: test .babelrc tsconfig.json
# Copy test files
# Copy debian/tests/pkg-js content
'debian/tests/pkg-js' -> 
'/tmp/autopkgtest.YEcA3e/autopkgtest_tmp/smokeIo3saa/debian/tests/pkg-js'
'debian/tests/pkg-js/test' -> 
'/tmp/autopkgtest.YEcA3e/autopkgtest_tmp/smokeIo3saa/debian/tests/pkg-js/test'

Found debian/build_modules
# let's copy it
Found debian/nodejs/extlinks
'@babel/parser' linked into node_modules
'@babel/types' linked into node_modules
'babel-loader' linked into node_modules
'@types/istanbul-lib-coverage' linked into node_modules
'@types/prop-types' linked into node_modules
'@types/scheduler' linked into node_modules
Found debian/nodejs/extcopies
cp -rL /usr/share/nodejs/@types/istanbul-lib-report 
/tmp/autopkgtest.YEcA3e/autopkgtest_tmp/smokeIo3saa/node_modules/@types
cp -rL /usr/share/nodejs/@types/react 
/tmp/autopkgtest.YEcA3e/autopkgtest_tmp/smokeIo3saa/node_modules/@types

# Searching module in /usr/lib/nodejs/react-audio-player
# Searching module in /usr/lib/*/nodejs/react-audio-player
# Searching module in /usr/share/nodejs/react-audio-player
# Found /usr/share/nodejs/react-audio-player
# Searching files to link in /usr/share/nodejs/react-audio-player
'./dist' -> '/usr/share/nodejs/react-audio-player/dist'
'./package.json' -> '/usr/share/nodejs/react-audio-player/package.json'
'./src' -> '/usr/share/nodejs/react-audio-player/src'
# Launch debian/tests/pkg-js/test with sh -ex
+ jest
FAIL test/index.test.js
  ● Test suite failed to run

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or 
its dependencies use non-standard JavaScript syntax, or when Jest is not 
configured to support such syntax.


Out of the box Jest supports Babel, which will be used to transform 
your files into valid JS based on your Babel configuration.


By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see 
https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see 
https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can 
specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option 
in your config.
 • If you simply want to mock your non-JS modules (e.g. binary 
assets) you can stub them out with the "moduleNameMapper" config option.


You'll find more details and examples of these config options in 
the docs:

https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

SyntaxError: /usr/share/nodejs/react-audio-player/src/index.tsx: 
Unexpected reserved word 'interface'. (4:0)


  2 | import PropTypes from 'prop-types';
  3 |
> 4 | interface ReactAudioPlayerProps {
| ^
  5 |   autoPlay?: boolean
  6 |   children?: ReactNode
  7 |   className?: string

  at Parser._raise 
(../../../../usr/share/nodejs/@babel/parser/src/parser/error.js:150:45)
  at Parser.raiseWithData 
(../../../../usr/share/nodejs/@babel/parser/src/parser/error.js:145:17)
  at Parser.raise 
(../../../../usr/share/nodejs/@babel/parser/src/parser/error.js:89:17)
  at Parser.checkReservedWord 
(../../../../usr/share/nodejs/@babel/parser/src/parser/expression.js:2722:12)
  at Parser.parseIdentifierName 
(../../../../usr/share/nodejs/@babel/parser/src/parser/expression.js:2657:12)
  at Parser.parseIdentifier 
(../../../../usr/share/nodejs/@babel/parser/src/parser/expression.js:2625:23)
  at Parser.parseExprAtom 
(../../../../usr/share/nodejs/@babel/parser/src/parser/expression.js:1256:27)
  at Parser.parseExprSubscripts 
(../../../../usr/share/nodejs/@babel/parser/src/parser/expression.js:682:23)
  at Parser.parseUpdate 

Re: [Pkg-javascript-devel] sockjs-client is in Debian but needs update (Was: [covid-19] shiny-server (Was: dependencies Re: ITP: streamlit))

2022-02-24 Thread Nilesh Patra



On 25 February 2022 2:36:28 am IST, Andrius Merkys  wrote:
>On Thu, 24 Feb 2022, 22:21 Andreas Tille,  wrote:
>> > I have turned this commit into a patch, and now sockjs-client builds and
>> > passes its autopkgtest successfully. So we do not have to wait for the
>> > next release.
>>
>> Would you mind uploading?
>
>
>Sure. It would be nice to get ACK from Pirate, though, as he owns the ITP.

I am a bit confused, why would you need ack from someone who ITP'ed it, even if 
you need the ack, you'd ask this to the maintainer, right?

But in any case, this does not seem to have any reverse dependencies so this 
should be safe to upload. As far as I know Praveen, he will not stop you until 
it breaks something (the package is in a bitrot anyway)

>FYI, the upload will have to go through NEW due to both source and binary
>package renaming.

Although this does not make much sense to do this here but still if you want to 
play extra safe, you might want to upload it targetting experimental.

Regards,
Nilesh

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


Re: [Pkg-javascript-devel] sockjs-client is in Debian but needs update (Was: [covid-19] shiny-server (Was: dependencies Re: ITP: streamlit))

2022-02-24 Thread Andrius Merkys
On Thu, 24 Feb 2022, 22:21 Andreas Tille,  wrote:

> Am Wed, Feb 23, 2022 at 06:10:24PM +0200 schrieb Andrius Merkys:
> > >
> https://github.com/sockjs/sockjs-client/commit/d9584abe2c7c913ce95a1aea29e5744dd85e1af4
> > > <
> https://github.com/sockjs/sockjs-client/commit/d9584abe2c7c913ce95a1aea29e5744dd85e1af4
> >
> >
> > I have turned this commit into a patch, and now sockjs-client builds and
> > passes its autopkgtest successfully. So we do not have to wait for the
> > next release.
>
> Would you mind uploading?


Sure. It would be nice to get ACK from Pirate, though, as he owns the ITP.

FYI, the upload will have to go through NEW due to both source and binary
package renaming.

Best,
Andrius
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


Re: [Pkg-javascript-devel] sockjs-client is in Debian but needs update (Was: [covid-19] shiny-server (Was: dependencies Re: ITP: streamlit))

2022-02-24 Thread Andreas Tille
Hi Andrius,

Am Wed, Feb 23, 2022 at 06:10:24PM +0200 schrieb Andrius Merkys:
> > https://github.com/sockjs/sockjs-client/commit/d9584abe2c7c913ce95a1aea29e5744dd85e1af4
> > 
> 
> I have turned this commit into a patch, and now sockjs-client builds and
> passes its autopkgtest successfully. So we do not have to wait for the
> next release.

Would you mind uploading?

Kind regards
Andreas.

-- 
http://fam-tille.de

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1006378: marked as done (pkg-js-tools: pkg-js-autopkgtest-require fails with type=module without default export)

2022-02-24 Thread Debian Bug Tracking System
Your message dated Thu, 24 Feb 2022 17:04:53 +
with message-id 
and subject line Bug#1006378: fixed in pkg-js-tools 0.12.10
has caused the Debian Bug report #1006378,
regarding pkg-js-tools: pkg-js-autopkgtest-require fails with type=module 
without default export
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 ow...@bugs.debian.org
immediately.)


-- 
1006378: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006378
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pkg-js-tools
Version: 0.12.9
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

EcmaScript modules are supported since nodejs v12.20.0, as documented at
https://nodejs.org/api/esm.html#modules-ecmascript-modules (in the
"History" foldout).

EcmaScript modules can export functions in two ways, and only in one of
them will a default export exists:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export#description

When pkg-js-tools detects that a Node.js library is an EcmaScript module
it runs a test with the assumption that a default export exists.

This fails for EcmaScript modules using named export.

An example is the module espree.

Upgrading Debian package node-espree requires _avoiding_ pkg-js-tools,
because the autopkgtest will fail and apparently cannot be overridden
(seems only additionally added tests can be overridden).

Setting severity=important due to the affect of upgradability of
existing packages.


 - Jonas

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmIXqXYACgkQLHwxRsGg
ASFn4Q//RXdtPNjpWsoyFPLuselxRWi+t2jgNWu+0fTQpMCrOTuyF0ftZg8hyUPe
boLD60GZgwRNtFbJ7+V9RJc5owve0wyOBP4EuCsVauJ4Np4EvDkAIuO2V8F6WFAv
2Z3e8eTZrXZaP1DWaY9b3zWTFoQPRabayH0avaqp1bV6CDr3i/2iITmvpgX8cQi+
vTFwHVSac8P+c7FzvhAXlN9juad7f0i78W36qLdd0ZjLJUZ1clJcV2TekzZqHIgf
dwCWlA539XGLa+ihRVtiybysMJIUqdMyCgkjAbOHhS4bG0kMpqh67GL568FVEzec
YBDyYw8ALaj7IaWw/P0pSaJ9aAk3Ett8cU5c3I148I4I1VdMNWxy1AYiiu8pPvYm
3/gBmltLcYT5Iq2ZfMs7BcpYX+HOCxkA3zmWr4NRCzFgy437e/7iPkjc+deIMkKg
YVRhii36rM/NRPg92iQtV11JlFXohdvKMd7B7uMWu9WgL+YzBHM3pehsYgplACJq
KrZThFIT2Txz0Cya6fqZnmSva94zgTzAAxHjpZWF4Zbh/15z+S4b6Xymi+gW4ylx
p3pGY0vwYy8coujY1UjJ5IW6+pVNGq923rAgU7jG0k/D3YJ8D6eH+k4L6LUWA4hI
ObAud0jCeg/50Xask0Fw40V8MzrpBuTa2w1Mo8/+KxuD5i/mcDs=
=Gz+t
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Source: pkg-js-tools
Source-Version: 0.12.10
Done: Yadd 

We believe that the bug you reported is fixed in the latest version of
pkg-js-tools, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1006...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yadd  (supplier of updated pkg-js-tools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Feb 2022 17:39:27 +0100
Source: pkg-js-tools
Architecture: source
Version: 0.12.10
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Closes: 1006378
Changes:
 pkg-js-tools (0.12.10) unstable; urgency=medium
 .
   * Add global debhelper test to avoid regressions
   * Add gulpfile.mjs to makefiles list
   * autopkgtest: fix import test when no default export exists
 (Closes: #1006378)
Checksums-Sha1: 
 79920da3bef09e6186a5cc8e43b78405addd0f6a 2490 pkg-js-tools_0.12.10.dsc
 c98711726eaa85af36dbfd8f918f598d10359299 68856 pkg-js-tools_0.12.10.tar.xz
Checksums-Sha256: 
 483dc4568346cf9fd4db74ff12ee6969519e7ba5e77897ddbc70e34e50ed36a7 2490 
pkg-js-tools_0.12.10.dsc
 3b1d614a3c9169bc10273537c28d9fa7771f1114300ddb52b55d89d985d6fc5c 68856 
pkg-js-tools_0.12.10.tar.xz
Files: 
 a010a5194e955a88cfb38ce0aa20b6d6 2490 devel optional pkg-js-tools_0.12.10.dsc
 c48239986e7dbbf54cef745724e192c9 68856 devel optional 
pkg-js-tools_0.12.10.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmIXtTYACgkQ9tdMp8mZ
7ukv+RAAm9e8Z+bAEJ2Gg3LS+4ZFRzATxEi17NfJxAIZ8Tv59WUNcNIyL4RgMyer
6zipVYFIWdedT+jF1jym39bcYmEpF2yaZtb+nIQ69Nrrs4EneRzRscjlY99LWatb
lWq2bghMpCRAF7dX2e9xcGZhrUa/HO0U8LyJBKJ7BCTmgAT+fEuB//VFREO1vpq8
W9EHzjNJvUAr3ld6pVGRAoZ4huu9FkejkYrjbmO8AxqVxaoVKRhPCT9SQ03Ep94p
5YQNocs2tU+/wUqwlsJ3fRW6mD82EgfXvJI4b6vmfpNEJarv0h2udj+OdloW4x4L

[Pkg-javascript-devel] Bug#1006378: Bug#1006378: Bug#1006378: Bug#1006378: Bug#1006378: pkg-js-tools: pkg-js-autopkgtest-require fails with type=module without default export

2022-02-24 Thread Yadd

On 24/02/2022 18:02, Jonas Smedegaard wrote:

Quoting Yadd (2022-02-24 17:54:15)

On 24/02/2022 17:43, Yadd wrote:

On 24/02/2022 17:31, Yadd wrote:

I'm going to fix this

Sorry, my explanation was for a previous fix with "nodepath". Fixed
in 0.12.10 with a real check.


Thanks!



Note that "require" test is a best-effort test. You can disable it for
a specific module in debian/tests/pkg-js/require-SKIP or disable
globally require test using:

echo require > debian/nodejs/pkg-js/SKIP

Then only real test will be launched. This is useful for
not-really-nodejs modules. See node-grunt-webpack for example


I fail to locate the word "SKIP" anywhere in
/usr/share/doc/pkg-js-tools/README.md.gz

Am I looking the wrong place, or it this (literally) an undocumentated
feature?


Yes, wrong place. Bugs is not in pkg-js-tools but pkg-js-autopkgtest. 
Note also that you have now manpages. See pkg-js-autopkgtest(7) ;-)


Thanks for the report!

Cheers,
Yadd

--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1006378: Bug#1006378: Bug#1006378: Bug#1006378: Bug#1006378: pkg-js-tools: pkg-js-autopkgtest-require fails with type=module without default export

2022-02-24 Thread Jonas Smedegaard
Quoting Yadd (2022-02-24 17:54:15)
> On 24/02/2022 17:43, Yadd wrote:
> > On 24/02/2022 17:31, Yadd wrote:
> >> I'm going to fix this
> > Sorry, my explanation was for a previous fix with "nodepath". Fixed 
> > in 0.12.10 with a real check.

Thanks!


> Note that "require" test is a best-effort test. You can disable it for 
> a specific module in debian/tests/pkg-js/require-SKIP or disable 
> globally require test using:
> 
>echo require > debian/nodejs/pkg-js/SKIP
> 
> Then only real test will be launched. This is useful for 
> not-really-nodejs modules. See node-grunt-webpack for example

I fail to locate the word "SKIP" anywhere in
/usr/share/doc/pkg-js-tools/README.md.gz

Am I looking the wrong place, or it this (literally) an undocumentated 
feature?


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

signature.asc
Description: signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] pkg-js-tools_0.12.10_sourceonly.changes ACCEPTED into unstable

2022-02-24 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Feb 2022 17:39:27 +0100
Source: pkg-js-tools
Architecture: source
Version: 0.12.10
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Closes: 1006378
Changes:
 pkg-js-tools (0.12.10) unstable; urgency=medium
 .
   * Add global debhelper test to avoid regressions
   * Add gulpfile.mjs to makefiles list
   * autopkgtest: fix import test when no default export exists
 (Closes: #1006378)
Checksums-Sha1: 
 79920da3bef09e6186a5cc8e43b78405addd0f6a 2490 pkg-js-tools_0.12.10.dsc
 c98711726eaa85af36dbfd8f918f598d10359299 68856 pkg-js-tools_0.12.10.tar.xz
Checksums-Sha256: 
 483dc4568346cf9fd4db74ff12ee6969519e7ba5e77897ddbc70e34e50ed36a7 2490 
pkg-js-tools_0.12.10.dsc
 3b1d614a3c9169bc10273537c28d9fa7771f1114300ddb52b55d89d985d6fc5c 68856 
pkg-js-tools_0.12.10.tar.xz
Files: 
 a010a5194e955a88cfb38ce0aa20b6d6 2490 devel optional pkg-js-tools_0.12.10.dsc
 c48239986e7dbbf54cef745724e192c9 68856 devel optional 
pkg-js-tools_0.12.10.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmIXtTYACgkQ9tdMp8mZ
7ukv+RAAm9e8Z+bAEJ2Gg3LS+4ZFRzATxEi17NfJxAIZ8Tv59WUNcNIyL4RgMyer
6zipVYFIWdedT+jF1jym39bcYmEpF2yaZtb+nIQ69Nrrs4EneRzRscjlY99LWatb
lWq2bghMpCRAF7dX2e9xcGZhrUa/HO0U8LyJBKJ7BCTmgAT+fEuB//VFREO1vpq8
W9EHzjNJvUAr3ld6pVGRAoZ4huu9FkejkYrjbmO8AxqVxaoVKRhPCT9SQ03Ep94p
5YQNocs2tU+/wUqwlsJ3fRW6mD82EgfXvJI4b6vmfpNEJarv0h2udj+OdloW4x4L
jVIAIgCkHPkbvREoTmKXtH74g6LMMqKqnxdDRDB29on/Hv48LlYsFiw8Wjs4+BfK
tmL44qXLcJIqZdrKkwStSQsw7mvMTbtVipYGPgW0gr76smXJD1TafXcECiucJ+hB
gzf0cu9vY8kLMhwSv2jNOfZTnDTP3yLN0z7b46Zi9R10fGgptgy9+0qTgJyKfK3s
AgKkaVlUFUQcIHYesKWt+tlz7qj6DmqXstSVFP38w8cC1PgikUqZnQQ1utjIKobx
H9hlr0NaA/MzE2YmnnKU00FXK9qdQULmRYMkhaVth6dwtqJ3WH6FmPTLPAiTiEZM
u+Xuov0+UasHn29Q7f6pyJW1SurA/KMsBIOxWDUf4+NiF3eguxg=
=/2CO
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1006378: Bug#1006378: Bug#1006378: Bug#1006378: pkg-js-tools: pkg-js-autopkgtest-require fails with type=module without default export

2022-02-24 Thread Yadd

On 24/02/2022 17:43, Yadd wrote:

On 24/02/2022 17:31, Yadd wrote:

I'm going to fix this


Sorry, my explanation was for a previous fix with "nodepath". Fixed in 
0.12.10 with a real check.


Note that "require" test is a best-effort test. You can disable it for a 
specific module in debian/tests/pkg-js/require-SKIP or disable globally 
require test using:


  echo require > debian/nodejs/pkg-js/SKIP

Then only real test will be launched. This is useful for 
not-really-nodejs modules. See node-grunt-webpack for example


--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of pkg-js-tools_0.12.10_sourceonly.changes

2022-02-24 Thread Debian FTP Masters
pkg-js-tools_0.12.10_sourceonly.changes uploaded successfully to localhost
along with the files:
  pkg-js-tools_0.12.10.dsc
  pkg-js-tools_0.12.10.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-espree_9.3.1~dfsg-1_source.changes ACCEPTED into unstable

2022-02-24 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Feb 2022 17:11:31 +0100
Source: node-espree
Architecture: source
Version: 9.3.1~dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Jonas Smedegaard 
Changes:
 node-espree (9.3.1~dfsg-1) unstable; urgency=medium
 .
   [ upstream ]
   * new release(s)
 .
   [ Jonas Smedegaard ]
   * update watch file: use repacksuffix ~dfsg (not ~dfsg1)
   * update copyright info: update coverage
   * tighten lintian overrides
   * tighten (build-)dependency on node-acorn node-eslint-visitor-keys
   * stop build-depend on node-leche
   * drop patch cherry-picked upstream now applied
   * add patch 2001 to avoid privacy leak in documentation
   * update build routines to no longer regenerate unicode patterns
 (obsoleted by upstream changes);
 drop patch 1001;
 stop build-depend on libipc-system-simple-perl
 libpath-tiny-perl node-unicode-14.0.0 perl
   * generate html and plaintext documentation from upstream markdown;
 build-depend on cmark-gfm
   * update build routines;
 build-depend on rollup node-rollup-plugin-commonjs
 node-rollup-plugin-json node-rollup-plugin-node-resolve
   * update test checking
Checksums-Sha1:
 86b9e4484186e0d408604cf5fc9dc315ea97cf8c 2426 node-espree_9.3.1~dfsg-1.dsc
 57159762f9ce0828d47e46170a9c8d81eace0928 287692 
node-espree_9.3.1~dfsg.orig.tar.xz
 c4bc638b905c3ad9b0a25aecb31c05cee043a7df 15000 
node-espree_9.3.1~dfsg-1.debian.tar.xz
 796a251695beeb68ea5927ce1392f0c8e36d83d2 15024 
node-espree_9.3.1~dfsg-1_amd64.buildinfo
Checksums-Sha256:
 b8d3d3a32ee0bad333d9e82ab3185eeb7e1b326fd196bbd3e36797fa55a5baf2 2426 
node-espree_9.3.1~dfsg-1.dsc
 f91f3a91e94877d0429670008ab773cf18ee07b7e554b5b2b301b4428d622c45 287692 
node-espree_9.3.1~dfsg.orig.tar.xz
 09d3ef36f32fe9717e1428793a4e9d622a50e167343d1e9156d9269fc4c58d03 15000 
node-espree_9.3.1~dfsg-1.debian.tar.xz
 73dffd9458ebe78e298ed55c5a6d8d3b73915e86fd7c1d6078b26e4fc4ceae24 15024 
node-espree_9.3.1~dfsg-1_amd64.buildinfo
Files:
 b2f231dbd4ccbfc34880ce7ef4b9c5c8 2426 javascript optional 
node-espree_9.3.1~dfsg-1.dsc
 8068d19cc4136568bb6b52f4fed3 287692 javascript optional 
node-espree_9.3.1~dfsg.orig.tar.xz
 7dbd2b4d06c926d026497d760db1124e 15000 javascript optional 
node-espree_9.3.1~dfsg-1.debian.tar.xz
 879830149fc8d80e6b3db71473f6db65 15024 javascript optional 
node-espree_9.3.1~dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmIXsaUACgkQLHwxRsGg
ASGFWg//Zl7izViLLmxiXZ0cyxIbWT2ZZ6WTyDxAabW6TCxx6Ge8D3W4Z/uwguJ9
Rv7uldGHUov1j09JEE8w96GZ2yk2znUlLmxPijh51oxUg2d0agTV7b+C4tNadMU4
Xm/ldqiUDYvjNRU64K2zVqZT3MvS9YK/RRGMH+EG3fWD+nZyJlLf0PK+b9yDCrLl
dgLgGXQKY4L6vuEbOIKj7vbP5nY44zWdxIMlSzuoLDJx5pJX/7foLaxYCnAdWddH
l/w/RH5eWcK2dsW0HhPCqAneG1E5pnIALVq8rhALpsCWszaeh4qBqXVenjlUMvlU
kPFQ0w+R6ZVPo9DNde77UEREnjgxh/ktuZmwGHlO2YNFZjj2iP1lov4xommeXQwF
oKxa8IiGqezfBPIYbLoFuUojLZNLayp07oKmIW5LH84Uv9frImFUakMufw9Qf9yY
jpXmUunpyDlRcSDIA/NlWkyDEMUhhY/oVzdDzh3j0qsTrkUnPuGW51zPe7DU9zHM
utnOf8g06CWBKKG7qp/x6LRNUTGgEZ+ZJTCZfQ6aLcLlv2Z8kzowdW0uGlQ+vcLN
o1mqAbyldbodueGxNbLic7SVvMi0btQZYuz9yLIQKHFkcoxwWvUFGZFovbCm9Xtb
excK1QYcRumn+SaibtjeQxJw5wwhOHeZfoLQ5yov3hIEOSxNCi8=
=wAsJ
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1006378: Bug#1006378: Bug#1006378: Bug#1006378: pkg-js-tools: pkg-js-autopkgtest-require fails with type=module without default export

2022-02-24 Thread Yadd

On 24/02/2022 17:31, Yadd wrote:

Control: tags -1 - moreinfo + confirmed

On 24/02/2022 17:24, Yadd wrote:

Control: tags -1 + moreinfo

On 24/02/2022 16:51, Jonas Smedegaard wrote:
 > Package: pkg-js-tools
 > Version: 0.12.9
 > Severity: important
 >

EcmaScript modules are supported since nodejs v12.20.0, as documented at
https://nodejs.org/api/esm.html#modules-ecmascript-modules (in the
"History" foldout).

EcmaScript modules can export functions in two ways, and only in one of
them will a default export exists:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export#description 



When pkg-js-tools detects that a Node.js library is an EcmaScript module
it runs a test with the assumption that a default export exists.

This fails for EcmaScript modules using named export.

An example is the module espree.

Upgrading Debian package node-espree requires _avoiding_ pkg-js-tools,
because the autopkgtest will fail and apparently cannot be overridden
(seems only additionally added tests can be overridden).

Setting severity=important due to the affect of upgradability of
existing packages.


  - Jonas


Hi,

logically, pkg-js-autopkgtest should ignore such error. Could you give 
me an example ? Current node-espree isn't a module and with next one 
(9.3.1), test passed _(even if it reports an IGNORED error)_
Note: reporting such error means that module was loaded, then 
pkg-js-autopkgtest considers that enough to mark test as "PASS 
(superficial)"


Full output:

autopkgtest [17:20:30]: test pkg-js-autopkgtest-require: 
[---

# Using ./package.(json|yaml)
# Node module name is espree
# Test: require
# /!\ Package is a ES module
#   Dependency acorn: copied
#   Dependency eslint-visitor-keys: copied
#   Dependency acorn-jsx: copied
#   Dependency espree: copied
#   Testing espree: 
file:///tmp/autopkgtest.6Q8ryx/autopkgtest_tmp/test.mjs:1

import TMP from 'espree';console.log('Import succeeds')
    ^^^
SyntaxError: The requested module 'espree' does not provide an export 
named 'default'

 at ModuleJob._instantiate (internal/modules/esm/module_job.js:97:21)
 at async ModuleJob.run (internal/modules/esm/module_job.js:142:20)
 at async Loader.import (internal/modules/esm/loader.js:182:24)
 at async Object.loadESM (internal/process/esm_loader.js:68:5)
not ok
#   Testing espree via require: ok
autopkgtest [17:20:32]: test pkg-js-autopkgtest-require: 
---]
autopkgtest [17:20:32]: test pkg-js-autopkgtest-require:  - - - - - - 
- - - - results - - - - - - - - - -

pkg-js-autopkgtest-require PASS (superficial)


No, you're right. Test passed here because I built commonjs file (rollup 
-c)


I'm going to fix this


Sorry, my explanation was for a previous fix with "nodepath". Fixed in 
0.12.10 with a real check.


--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processed: reopening 1006378

2022-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reopen 1006378
Bug #1006378 {Done: Jonas Smedegaard } [pkg-js-tools] 
pkg-js-tools: pkg-js-autopkgtest-require fails with type=module without default 
export
Bug reopened
Ignoring request to alter fixed versions of bug #1006378 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1006378: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006378
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-espree_9.3.1~dfsg-1_source.changes

2022-02-24 Thread Debian FTP Masters
node-espree_9.3.1~dfsg-1_source.changes uploaded successfully to localhost
along with the files:
  node-espree_9.3.1~dfsg-1.dsc
  node-espree_9.3.1~dfsg.orig.tar.xz
  node-espree_9.3.1~dfsg-1.debian.tar.xz
  node-espree_9.3.1~dfsg-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1006378: marked as done (pkg-js-tools: pkg-js-autopkgtest-require fails with type=module without default export)

2022-02-24 Thread Debian Bug Tracking System
Your message dated Thu, 24 Feb 2022 17:32:11 +0100
with message-id <164572033175.2636895.5958554710428915...@auryn.jones.dk>
and subject line Re: [Pkg-javascript-devel] Bug#1006378: Bug#1006378: 
pkg-js-tools: pkg-js-autopkgtest-require fails with type=module without default 
export
has caused the Debian Bug report #1006378,
regarding pkg-js-tools: pkg-js-autopkgtest-require fails with type=module 
without default export
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 ow...@bugs.debian.org
immediately.)


-- 
1006378: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006378
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pkg-js-tools
Version: 0.12.9
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

EcmaScript modules are supported since nodejs v12.20.0, as documented at
https://nodejs.org/api/esm.html#modules-ecmascript-modules (in the
"History" foldout).

EcmaScript modules can export functions in two ways, and only in one of
them will a default export exists:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export#description

When pkg-js-tools detects that a Node.js library is an EcmaScript module
it runs a test with the assumption that a default export exists.

This fails for EcmaScript modules using named export.

An example is the module espree.

Upgrading Debian package node-espree requires _avoiding_ pkg-js-tools,
because the autopkgtest will fail and apparently cannot be overridden
(seems only additionally added tests can be overridden).

Setting severity=important due to the affect of upgradability of
existing packages.


 - Jonas

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmIXqXYACgkQLHwxRsGg
ASFn4Q//RXdtPNjpWsoyFPLuselxRWi+t2jgNWu+0fTQpMCrOTuyF0ftZg8hyUPe
boLD60GZgwRNtFbJ7+V9RJc5owve0wyOBP4EuCsVauJ4Np4EvDkAIuO2V8F6WFAv
2Z3e8eTZrXZaP1DWaY9b3zWTFoQPRabayH0avaqp1bV6CDr3i/2iITmvpgX8cQi+
vTFwHVSac8P+c7FzvhAXlN9juad7f0i78W36qLdd0ZjLJUZ1clJcV2TekzZqHIgf
dwCWlA539XGLa+ihRVtiybysMJIUqdMyCgkjAbOHhS4bG0kMpqh67GL568FVEzec
YBDyYw8ALaj7IaWw/P0pSaJ9aAk3Ett8cU5c3I148I4I1VdMNWxy1AYiiu8pPvYm
3/gBmltLcYT5Iq2ZfMs7BcpYX+HOCxkA3zmWr4NRCzFgy437e/7iPkjc+deIMkKg
YVRhii36rM/NRPg92iQtV11JlFXohdvKMd7B7uMWu9WgL+YzBHM3pehsYgplACJq
KrZThFIT2Txz0Cya6fqZnmSva94zgTzAAxHjpZWF4Zbh/15z+S4b6Xymi+gW4ylx
p3pGY0vwYy8coujY1UjJ5IW6+pVNGq923rAgU7jG0k/D3YJ8D6eH+k4L6LUWA4hI
ObAud0jCeg/50Xask0Fw40V8MzrpBuTa2w1Mo8/+KxuD5i/mcDs=
=Gz+t
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Quoting Yadd (2022-02-24 17:24:40)
> logically, pkg-js-autopkgtest should ignore such error. Could you give 
> me an example ? Current node-espree isn't a module and with next one 
> (9.3.1), test passed _(even if it reports an IGNORED error)_ Note: 
> reporting such error means that module was loaded, then 
> pkg-js-autopkgtest considers that enough to mark test as "PASS 
> (superficial)"

Oh, then I must have confused multiple errors - the others I solved or 
worked around, but this this one I failed to notice that it was just 
noise.

Closing - thanks for the explanation!

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

signature.asc
Description: signature
--- End Message ---
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processed: Re: Bug#1006378: Bug#1006378: pkg-js-tools: pkg-js-autopkgtest-require fails with type=module without default export

2022-02-24 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 - moreinfo + confirmed
Bug #1006378 [pkg-js-tools] pkg-js-tools: pkg-js-autopkgtest-require fails with 
type=module without default export
Removed tag(s) moreinfo.
Bug #1006378 [pkg-js-tools] pkg-js-tools: pkg-js-autopkgtest-require fails with 
type=module without default export
Added tag(s) confirmed.

-- 
1006378: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006378
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1006378: Bug#1006378: Bug#1006378: pkg-js-tools: pkg-js-autopkgtest-require fails with type=module without default export

2022-02-24 Thread Yadd

Control: tags -1 - moreinfo + confirmed

On 24/02/2022 17:24, Yadd wrote:

Control: tags -1 + moreinfo

On 24/02/2022 16:51, Jonas Smedegaard wrote:
 > Package: pkg-js-tools
 > Version: 0.12.9
 > Severity: important
 >

EcmaScript modules are supported since nodejs v12.20.0, as documented at
https://nodejs.org/api/esm.html#modules-ecmascript-modules (in the
"History" foldout).

EcmaScript modules can export functions in two ways, and only in one of
them will a default export exists:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export#description 



When pkg-js-tools detects that a Node.js library is an EcmaScript module
it runs a test with the assumption that a default export exists.

This fails for EcmaScript modules using named export.

An example is the module espree.

Upgrading Debian package node-espree requires _avoiding_ pkg-js-tools,
because the autopkgtest will fail and apparently cannot be overridden
(seems only additionally added tests can be overridden).

Setting severity=important due to the affect of upgradability of
existing packages.


  - Jonas


Hi,

logically, pkg-js-autopkgtest should ignore such error. Could you give 
me an example ? Current node-espree isn't a module and with next one 
(9.3.1), test passed _(even if it reports an IGNORED error)_
Note: reporting such error means that module was loaded, then 
pkg-js-autopkgtest considers that enough to mark test as "PASS 
(superficial)"


Full output:

autopkgtest [17:20:30]: test pkg-js-autopkgtest-require: 
[---

# Using ./package.(json|yaml)
# Node module name is espree
# Test: require
# /!\ Package is a ES module
#   Dependency acorn: copied
#   Dependency eslint-visitor-keys: copied
#   Dependency acorn-jsx: copied
#   Dependency espree: copied
#   Testing espree: 
file:///tmp/autopkgtest.6Q8ryx/autopkgtest_tmp/test.mjs:1

import TMP from 'espree';console.log('Import succeeds')
    ^^^
SyntaxError: The requested module 'espree' does not provide an export 
named 'default'

     at ModuleJob._instantiate (internal/modules/esm/module_job.js:97:21)
     at async ModuleJob.run (internal/modules/esm/module_job.js:142:20)
     at async Loader.import (internal/modules/esm/loader.js:182:24)
     at async Object.loadESM (internal/process/esm_loader.js:68:5)
not ok
#   Testing espree via require: ok
autopkgtest [17:20:32]: test pkg-js-autopkgtest-require: 
---]
autopkgtest [17:20:32]: test pkg-js-autopkgtest-require:  - - - - - - - 
- - - results - - - - - - - - - -

pkg-js-autopkgtest-require PASS (superficial)


No, you're right. Test passed here because I built commonjs file (rollup -c)

I'm going to fix this

--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processed: Re: Bug#1006378: pkg-js-tools: pkg-js-autopkgtest-require fails with type=module without default export

2022-02-24 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + moreinfo
Bug #1006378 [pkg-js-tools] pkg-js-tools: pkg-js-autopkgtest-require fails with 
type=module without default export
Added tag(s) moreinfo.

-- 
1006378: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006378
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1006378: Bug#1006378: pkg-js-tools: pkg-js-autopkgtest-require fails with type=module without default export

2022-02-24 Thread Yadd

Control: tags -1 + moreinfo

On 24/02/2022 16:51, Jonas Smedegaard wrote:
> Package: pkg-js-tools
> Version: 0.12.9
> Severity: important
>

EcmaScript modules are supported since nodejs v12.20.0, as documented at
https://nodejs.org/api/esm.html#modules-ecmascript-modules (in the
"History" foldout).

EcmaScript modules can export functions in two ways, and only in one of
them will a default export exists:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export#description

When pkg-js-tools detects that a Node.js library is an EcmaScript module
it runs a test with the assumption that a default export exists.

This fails for EcmaScript modules using named export.

An example is the module espree.

Upgrading Debian package node-espree requires _avoiding_ pkg-js-tools,
because the autopkgtest will fail and apparently cannot be overridden
(seems only additionally added tests can be overridden).

Setting severity=important due to the affect of upgradability of
existing packages.


  - Jonas


Hi,

logically, pkg-js-autopkgtest should ignore such error. Could you give 
me an example ? Current node-espree isn't a module and with next one 
(9.3.1), test passed _(even if it reports an IGNORED error)_
Note: reporting such error means that module was loaded, then 
pkg-js-autopkgtest considers that enough to mark test as "PASS 
(superficial)"


Full output:

autopkgtest [17:20:30]: test pkg-js-autopkgtest-require: 
[---

# Using ./package.(json|yaml)
# Node module name is espree
# Test: require
# /!\ Package is a ES module
#   Dependency acorn: copied
#   Dependency eslint-visitor-keys: copied
#   Dependency acorn-jsx: copied
#   Dependency espree: copied
#   Testing espree: 
file:///tmp/autopkgtest.6Q8ryx/autopkgtest_tmp/test.mjs:1

import TMP from 'espree';console.log('Import succeeds')
   ^^^
SyntaxError: The requested module 'espree' does not provide an export 
named 'default'

at ModuleJob._instantiate (internal/modules/esm/module_job.js:97:21)
at async ModuleJob.run (internal/modules/esm/module_job.js:142:20)
at async Loader.import (internal/modules/esm/loader.js:182:24)
at async Object.loadESM (internal/process/esm_loader.js:68:5)
not ok
#   Testing espree via require: ok
autopkgtest [17:20:32]: test pkg-js-autopkgtest-require: 
---]
autopkgtest [17:20:32]: test pkg-js-autopkgtest-require:  - - - - - - - 
- - - results - - - - - - - - - -

pkg-js-autopkgtest-require PASS (superficial)

--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1006373: marked as done (node-winston: autopkgtest regression: Cannot find module 'cross-spawn-async')

2022-02-24 Thread Debian Bug Tracking System
Your message dated Thu, 24 Feb 2022 16:19:29 +
with message-id 
and subject line Bug#1006373: fixed in node-winston 3.3.3-7
has caused the Debian Bug report #1006373,
regarding node-winston: autopkgtest regression: Cannot find module 
'cross-spawn-async'
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 ow...@bugs.debian.org
immediately.)


-- 
1006373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006373
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Source: node-winston
Version: 3.3.3-6
X-Debbugs-CC: debian...@lists.debian.org
Severity: serious
User: debian...@lists.debian.org
Usertags: regression

Dear maintainer(s),

With a recent upload of node-winston the autopkgtest of node-winston 
fails in testing when that autopkgtest is run with the binary packages 
of node-winston from unstable. It passes when run with only packages 
from testing. In tabular form:


   passfail
node-winston   from testing3.3.3-6
all others from testingfrom testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration to testing [1]. Can 
you please investigate the situation and fix it?


More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=node-winston

https://ci.debian.net/data/autopkgtest/testing/amd64/n/node-winston/19529848/log.gz

# Using ./package.(json|yaml)
# Node module name is winston
# Build files found: .babelrc tsconfig.json
# Test files found: test
# Files/dir to be installed from source: test .babelrc tsconfig.json
# Copy test files
# Copy debian/tests/pkg-js content
'debian/tests/pkg-js' -> 
'/tmp/autopkgtest-lxc.s52n071b/downtmp/autopkgtest_tmp/smokeLlM160/debian/tests/pkg-js'
'debian/tests/pkg-js/test' -> 
'/tmp/autopkgtest-lxc.s52n071b/downtmp/autopkgtest_tmp/smokeLlM160/debian/tests/pkg-js/test'

# Searching module in /usr/lib/nodejs/winston
# Searching module in /usr/lib/*/nodejs/winston
# Searching module in /usr/share/nodejs/winston
# Found /usr/share/nodejs/winston
# Searching files to link in /usr/share/nodejs/winston
'./index.d.ts' -> '/usr/share/nodejs/winston/index.d.ts'
'./lib' -> '/usr/share/nodejs/winston/lib'
'./package.json' -> '/usr/share/nodejs/winston/package.json'
# Launch debian/tests/pkg-js/test with sh -ex
+ mocha test/config.test.js test/container.test.js 
test/exception-handler.test.js test/exception-stream.test.js 
test/log-exception.test.js test/logger-legacy.test.js 
test/logger.test.js test/profiler.test.js test/rejection-handler.test.js 
test/tail-file.test.js test/winston.test.js test/formats/errors.test.js 
test/integration/formats.test.js test/transports/00-file-stress.test.js 
test/transports/01-file-maxsize.test.js test/transports/console.test.js 
test/transports/error.test.js test/transports/file-archive.test.js 
test/transports/file-tailrolling.test.js test/transports/file.test.js 
test/transports/http.test.js test/transports/stream.test.js --exit


Error: Cannot find module 'cross-spawn-async'
Require stack:
- 
/tmp/autopkgtest-lxc.s52n071b/downtmp/autopkgtest_tmp/smokeLlM160/test/integration/formats.test.js
at Function.Module._resolveFilename 
(internal/modules/cjs/loader.js:815:15)

at Function.Module._load (internal/modules/cjs/loader.js:667:27)
at Module.require (internal/modules/cjs/loader.js:887:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object. 
(/tmp/autopkgtest-lxc.s52n071b/downtmp/autopkgtest_tmp/smokeLlM160/test/integration/formats.test.js:12:13)

at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js 
(internal/modules/cjs/loader.js:1027:10)

at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at ModuleWrap. (internal/modules/esm/translators.js:188:29)
at ModuleJob.run (internal/modules/esm/module_job.js:145:37)
at async Loader.import (internal/modules/esm/loader.js:182:24)
at async formattedImport 
(/usr/share/nodejs/mocha/lib/nodejs/esm-utils.js:7:14)
at async Object.exports.requireOrImport 
(/usr/share/nodejs/mocha/lib/nodejs/esm-utils.js:48:32)
at async Object.exports.loadFilesAsync 
(/usr/share/nodejs/mocha/lib/nodejs/esm-utils.js:103:20)
at async singleRun 
(/usr/share/nodejs/mocha/lib/cli/run-helpers.js:125:3)
at async Object.exports.handler 
(/usr/share/nodejs/mocha/lib/cli/run.js:374:5)

autopkgtest [10:18:45]: test 

[Pkg-javascript-devel] node-winston_3.3.3-7_sourceonly.changes ACCEPTED into unstable

2022-02-24 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Feb 2022 17:01:06 +0100
Source: node-winston
Architecture: source
Version: 3.3.3-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Closes: 1006373
Changes:
 node-winston (3.3.3-7) unstable; urgency=medium
 .
   * Team upload
   * Fix untested autopkgtest:
 * Drop test dependency to cross-spawn (Closes: #1006373)
 * Add missing test dependencies
 * Fix neo-async use
 * Drop tests that require unavailable dependencies
 * Fix test (error output mismatch)
Checksums-Sha1: 
 95fec145bafe3f6e5a093fa42420d0a9b75ca175 2295 node-winston_3.3.3-7.dsc
 e17a73b5c582b16142c5ee58efd8696ede24ac15 4416 
node-winston_3.3.3-7.debian.tar.xz
Checksums-Sha256: 
 6d0d8b856d61d6280fb2647795849d27b3f7e74ebbf4cb4cd1ee00aedb0abf66 2295 
node-winston_3.3.3-7.dsc
 7d0a716249867f52f3624ee549409e8e3880fa0861e503d1ac73881d860f3ecc 4416 
node-winston_3.3.3-7.debian.tar.xz
Files: 
 7d992883545511b818eec22b00149097 2295 javascript optional 
node-winston_3.3.3-7.dsc
 ab92fc0e82dfacbd4de3a1a575de4a44 4416 javascript optional 
node-winston_3.3.3-7.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmIXrFQACgkQ9tdMp8mZ
7un9mhAAmQzILtpuVEZLMXZlxr+MltDisWmAg2dStUkfF7WIj/hjhmj/qqAN3Jei
o9XgZcBrmpKZCJJCGj9w1u6eai8PpRoQi//L6v/UN+izxu9iKh2VpYtw4KwB1ijN
Hq5JrZeh70DG2ztQwQTNpDCpe36HWKyfg3ueImyWdGTzUquf2iSBVFGw4wkr3Spa
kv4d8VkxLxbm0br1b9YFmmE+jGrot59qm86QihzT67f3fizQkUIEFK2jO1K8HBlu
R8Q9nlMBPZ55rzmuGiyWjWw/0oIwL1rdOK1NlYvvITWbAb45Aqh73MhXrYFCGVlA
KTtNmv7DyXkVrg6g8SG63skMWTTldUdppq/PoY7BxhQB5WvMT/62Z1b682qdw5sV
FL6jvwhdHXraqU2i70oANrYkWG7dzqolawt4zQPScLw8b4CzgKEt74Nv4FH37EYO
bsgMYAnWALg2MQhCkpsKF+UnbsixUl0px5k71VKdQA2eMHssHOIPaZ657T1k0Us5
ZLjYQgXbsN/IP6Y/w1pJf7FSSNol2wodDJUHM47sd/Wz8kKB070ZE9MjOONceegr
shJaAlGCVtqGPB8meonNDOxxYKGtB6PBNhzB1x51CNT+tTVDpDxUb7nvZj3z/CPz
/Gr2pM1XhMln5FkNkV3bl1UnMOAIrrVy7KOn2tBHdKOiFElS82I=
=zvqC
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-winston_3.3.3-7_sourceonly.changes

2022-02-24 Thread Debian FTP Masters
node-winston_3.3.3-7_sourceonly.changes uploaded successfully to localhost
along with the files:
  node-winston_3.3.3-7.dsc
  node-winston_3.3.3-7.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1006378: pkg-js-tools: pkg-js-autopkgtest-require fails with type=module without default export

2022-02-24 Thread Jonas Smedegaard
Package: pkg-js-tools
Version: 0.12.9
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

EcmaScript modules are supported since nodejs v12.20.0, as documented at
https://nodejs.org/api/esm.html#modules-ecmascript-modules (in the
"History" foldout).

EcmaScript modules can export functions in two ways, and only in one of
them will a default export exists:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export#description

When pkg-js-tools detects that a Node.js library is an EcmaScript module
it runs a test with the assumption that a default export exists.

This fails for EcmaScript modules using named export.

An example is the module espree.

Upgrading Debian package node-espree requires _avoiding_ pkg-js-tools,
because the autopkgtest will fail and apparently cannot be overridden
(seems only additionally added tests can be overridden).

Setting severity=important due to the affect of upgradability of
existing packages.


 - Jonas

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmIXqXYACgkQLHwxRsGg
ASFn4Q//RXdtPNjpWsoyFPLuselxRWi+t2jgNWu+0fTQpMCrOTuyF0ftZg8hyUPe
boLD60GZgwRNtFbJ7+V9RJc5owve0wyOBP4EuCsVauJ4Np4EvDkAIuO2V8F6WFAv
2Z3e8eTZrXZaP1DWaY9b3zWTFoQPRabayH0avaqp1bV6CDr3i/2iITmvpgX8cQi+
vTFwHVSac8P+c7FzvhAXlN9juad7f0i78W36qLdd0ZjLJUZ1clJcV2TekzZqHIgf
dwCWlA539XGLa+ihRVtiybysMJIUqdMyCgkjAbOHhS4bG0kMpqh67GL568FVEzec
YBDyYw8ALaj7IaWw/P0pSaJ9aAk3Ett8cU5c3I148I4I1VdMNWxy1AYiiu8pPvYm
3/gBmltLcYT5Iq2ZfMs7BcpYX+HOCxkA3zmWr4NRCzFgy437e/7iPkjc+deIMkKg
YVRhii36rM/NRPg92iQtV11JlFXohdvKMd7B7uMWu9WgL+YzBHM3pehsYgplACJq
KrZThFIT2Txz0Cya6fqZnmSva94zgTzAAxHjpZWF4Zbh/15z+S4b6Xymi+gW4ylx
p3pGY0vwYy8coujY1UjJ5IW6+pVNGq923rAgU7jG0k/D3YJ8D6eH+k4L6LUWA4hI
ObAud0jCeg/50Xask0Fw40V8MzrpBuTa2w1Mo8/+KxuD5i/mcDs=
=Gz+t
-END PGP SIGNATURE-

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processed: Bug#1006373 marked as pending in node-winston

2022-02-24 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #1006373 [src:node-winston] node-winston: autopkgtest regression: Cannot 
find module 'cross-spawn-async'
Added tag(s) pending.

-- 
1006373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006373
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-emittery_0.10.1-1_sourceonly.changes ACCEPTED into unstable

2022-02-24 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Feb 2022 15:51:14 +0100
Source: node-emittery
Architecture: source
Version: 0.10.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Changes:
 node-emittery (0.10.1-1) unstable; urgency=medium
 .
   * New upstream version 0.10.1 (no changes except ts declarations)
Checksums-Sha1: 
 b377ecb1bc3cd3ebda265228185bfd183973b253 2082 node-emittery_0.10.1-1.dsc
 7f382513ce62183b5a62b16568db9a21668d 851524 
node-emittery_0.10.1.orig.tar.gz
 f391726c79c71886afe302e18461131fd725be16 12892 
node-emittery_0.10.1-1.debian.tar.xz
Checksums-Sha256: 
 f93f6ba0fe06b2ab0090881b00ded94e8ed9aca810d547d3ca36e3cd802250c2 2082 
node-emittery_0.10.1-1.dsc
 42211a5b892c8d4673a6cb7950e2806f615a3da00a74c6e88988caea82cf39c7 851524 
node-emittery_0.10.1.orig.tar.gz
 e20ae7ef2bdaf3bcc2e25a5123d637dde4adc7f837e1b14b13a434c584809af0 12892 
node-emittery_0.10.1-1.debian.tar.xz
Files: 
 e8f7f44b1ea45f7a98aa9349fd6d8744 2082 javascript optional 
node-emittery_0.10.1-1.dsc
 e6273e3ed2ab5109cdba7a74c2dcd5d3 851524 javascript optional 
node-emittery_0.10.1.orig.tar.gz
 a4ea9a6567170ca025055a6a5a72e4f9 12892 javascript optional 
node-emittery_0.10.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmIXm+8ACgkQ9tdMp8mZ
7unXwg//UI7t0eAkA9NoxcueFjKSPm7ETmGy2jfRJ35/B3+hQb0be0Q5xvkJFMzU
Jt6CwYBiugjrf7Q1up006qreMPkPAlwJkfPA7+9dnbUA9VS0NhGUui+WE94mWwOM
ucM16mbHVsfiz8YSn450FE4KaYVHny4OV97esmh02WeE6en6gs8KN4/OS7ipAp8J
IGp38FyKfT/p2dwfIrkr1jeKHUWeRIgkgYin/PAPQ3TmRnUR9VJKxPix+yv1x2B0
KRqPT6hGnRpsHmHLkH2vfWG/JuMVTO9a5vebMKl+fImDzBtEWzKo27lea2iSnufU
BI+0BL7PWdip8vosgdMfgn+UkoQXr6dbRA1M4TItnKvLeJB6VDI2nWcbpd6sOPnr
Ka5HudVvSZlS5DaWzL5+dTu7uAK2znytIq7Dqqbrl+yVxMTxr9m4M4S+KWaOouvo
zcIoBsrnW74bN4Yobw444Kqjnz6TngQrQFooeGVZPbxPkex+abzl5fL6UAvzo40w
bBWeWYIw7STpwkAQU+F9oYLJCpMfXvRGgcRzVXS3dokkp5jYcLru3JNaddmBQjP3
dZANUc3I4OO2cx1BJ9GkBk/dAFjcQQVWYTvBy86rd+XtNZS4ag/i0GiRDCSmk0lY
qDICtezPt4BT1KF2+asLiaN/nR2wQmpeWTTpw68ZVRpBsSBJ0E4=
=lmtc
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1006373: node-winston: autopkgtest regression: Cannot find module 'cross-spawn-async'

2022-02-24 Thread Paul Gevers

Source: node-winston
Version: 3.3.3-6
X-Debbugs-CC: debian...@lists.debian.org
Severity: serious
User: debian...@lists.debian.org
Usertags: regression

Dear maintainer(s),

With a recent upload of node-winston the autopkgtest of node-winston 
fails in testing when that autopkgtest is run with the binary packages 
of node-winston from unstable. It passes when run with only packages 
from testing. In tabular form:


   passfail
node-winston   from testing3.3.3-6
all others from testingfrom testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration to testing [1]. Can 
you please investigate the situation and fix it?


More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=node-winston

https://ci.debian.net/data/autopkgtest/testing/amd64/n/node-winston/19529848/log.gz

# Using ./package.(json|yaml)
# Node module name is winston
# Build files found: .babelrc tsconfig.json
# Test files found: test
# Files/dir to be installed from source: test .babelrc tsconfig.json
# Copy test files
# Copy debian/tests/pkg-js content
'debian/tests/pkg-js' -> 
'/tmp/autopkgtest-lxc.s52n071b/downtmp/autopkgtest_tmp/smokeLlM160/debian/tests/pkg-js'
'debian/tests/pkg-js/test' -> 
'/tmp/autopkgtest-lxc.s52n071b/downtmp/autopkgtest_tmp/smokeLlM160/debian/tests/pkg-js/test'

# Searching module in /usr/lib/nodejs/winston
# Searching module in /usr/lib/*/nodejs/winston
# Searching module in /usr/share/nodejs/winston
# Found /usr/share/nodejs/winston
# Searching files to link in /usr/share/nodejs/winston
'./index.d.ts' -> '/usr/share/nodejs/winston/index.d.ts'
'./lib' -> '/usr/share/nodejs/winston/lib'
'./package.json' -> '/usr/share/nodejs/winston/package.json'
# Launch debian/tests/pkg-js/test with sh -ex
+ mocha test/config.test.js test/container.test.js 
test/exception-handler.test.js test/exception-stream.test.js 
test/log-exception.test.js test/logger-legacy.test.js 
test/logger.test.js test/profiler.test.js test/rejection-handler.test.js 
test/tail-file.test.js test/winston.test.js test/formats/errors.test.js 
test/integration/formats.test.js test/transports/00-file-stress.test.js 
test/transports/01-file-maxsize.test.js test/transports/console.test.js 
test/transports/error.test.js test/transports/file-archive.test.js 
test/transports/file-tailrolling.test.js test/transports/file.test.js 
test/transports/http.test.js test/transports/stream.test.js --exit


Error: Cannot find module 'cross-spawn-async'
Require stack:
- 
/tmp/autopkgtest-lxc.s52n071b/downtmp/autopkgtest_tmp/smokeLlM160/test/integration/formats.test.js
at Function.Module._resolveFilename 
(internal/modules/cjs/loader.js:815:15)

at Function.Module._load (internal/modules/cjs/loader.js:667:27)
at Module.require (internal/modules/cjs/loader.js:887:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object. 
(/tmp/autopkgtest-lxc.s52n071b/downtmp/autopkgtest_tmp/smokeLlM160/test/integration/formats.test.js:12:13)

at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js 
(internal/modules/cjs/loader.js:1027:10)

at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at ModuleWrap. (internal/modules/esm/translators.js:188:29)
at ModuleJob.run (internal/modules/esm/module_job.js:145:37)
at async Loader.import (internal/modules/esm/loader.js:182:24)
at async formattedImport 
(/usr/share/nodejs/mocha/lib/nodejs/esm-utils.js:7:14)
at async Object.exports.requireOrImport 
(/usr/share/nodejs/mocha/lib/nodejs/esm-utils.js:48:32)
at async Object.exports.loadFilesAsync 
(/usr/share/nodejs/mocha/lib/nodejs/esm-utils.js:103:20)
at async singleRun 
(/usr/share/nodejs/mocha/lib/cli/run-helpers.js:125:3)
at async Object.exports.handler 
(/usr/share/nodejs/mocha/lib/cli/run.js:374:5)

autopkgtest [10:18:45]: test pkg-js-autopkgtest



OpenPGP_signature
Description: OpenPGP digital signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-emittery_0.10.1-1_sourceonly.changes

2022-02-24 Thread Debian FTP Masters
node-emittery_0.10.1-1_sourceonly.changes uploaded successfully to localhost
along with the files:
  node-emittery_0.10.1-1.dsc
  node-emittery_0.10.1.orig.tar.gz
  node-emittery_0.10.1-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-resolve-cwd_3.0.0-1_sourceonly.changes ACCEPTED into unstable

2022-02-24 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Feb 2022 14:16:17 +0100
Source: node-resolve-cwd
Architecture: source
Version: 3.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Changes:
 node-resolve-cwd (3.0.0-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream version 3.0.0, no change: just adds typescript declarations
   * Refresh patch
Checksums-Sha1: 
 9fa4fd1f39470996d8f47bb26112432dfeb1fe4f 2115 node-resolve-cwd_3.0.0-1.dsc
 9edf8537a05e1fe17f874949b49af70fb5bed2ce 2682 
node-resolve-cwd_3.0.0.orig.tar.gz
 d00b34250f65ed12c4bd0c3cb4f39809a5e4b9ef 3288 
node-resolve-cwd_3.0.0-1.debian.tar.xz
Checksums-Sha256: 
 9598ee6360f05ba5be81679b8d93b8f5b985730be622cdf658926e7762358925 2115 
node-resolve-cwd_3.0.0-1.dsc
 ff4b7abdb411d053d3f0c2ab2baebf8210721bbb5529fdbc369a0c0076525b55 2682 
node-resolve-cwd_3.0.0.orig.tar.gz
 4ea66fed06a161ebe321815cf75ab7de7ea77d672bdcded1d52c8d7b66f1b932 3288 
node-resolve-cwd_3.0.0-1.debian.tar.xz
Files: 
 4530df5a2b55edf8b39ae234b68817d6 2115 javascript optional 
node-resolve-cwd_3.0.0-1.dsc
 6e63e4f297cc8a749d30c4014e88c321 2682 javascript optional 
node-resolve-cwd_3.0.0.orig.tar.gz
 fecea4723569369cc8cfe5a60ea7e8ae 3288 javascript optional 
node-resolve-cwd_3.0.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmIXhp4ACgkQ9tdMp8mZ
7ummgA//Z2B2hW5VgSbEWNlkzWNJb7sQKbiPL4FZHM+ZBangBT2C5tAE4HhfN5oo
Biocb2h61JUDjQTvUzQX5Y/5WWVQYSSkOKZmWMN1sodB8IcUImYTuxmZP/neFCDw
XuzC3BR8fYBScEGHgfJpDyC4W0T02U+va5/DwiuxKbMykBxJGya5Aes5oYYlGFK1
X6UGZJ6QLMgEF601XcHlQL1s1XGgKsKyMtBDlATUzx5NfJEf4Wac/Hsj4W+4+NZ/
gOxrwqrwNVK50cYjf0yI42DAnx1LxL6vYFpHz6OkYapApu9CF8s1BqMlFh07A9Zt
YWXvGQKMxbB/ulCh4V0ArTISvP6hecIan99NAATvYNpLJyCr6n9ciqHId7tUqB5d
vHPA2IUU+XlvpvBFyQjYPjZJq0bW5ex2mR3Uhord3kZAvyGvqylCNSCxgh6wRiAG
JTOjh5wRn6bXIU8AUcFJqnqeb4x5dtshKcqRHiyjUNeFcv33j1p64NiGwOEOZWSK
NGC6YO3nn9Xo/I9XD89IZ9sePD/ggNWRJwNFPM8UHLKFhMyuSoJlacwfDbV9T14v
yxF7ZFP5wMiEhA3i35M42bcsF1sCbm8CjPqSAcjoshGt4SR7jLoKZmB6FmLnxtUF
ApdCmnRgxWMsDzT+tbEygBk/JA0WenETtYMuVZl1taQ1nDa4B3Q=
=wiNI
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-resolve-cwd_3.0.0-1_sourceonly.changes

2022-02-24 Thread Debian FTP Masters
node-resolve-cwd_3.0.0-1_sourceonly.changes uploaded successfully to localhost
along with the files:
  node-resolve-cwd_3.0.0-1.dsc
  node-resolve-cwd_3.0.0.orig.tar.gz
  node-resolve-cwd_3.0.0-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-regexpu-core_5.0.1-1_sourceonly.changes ACCEPTED into experimental

2022-02-24 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Feb 2022 14:01:00 +0100
Source: node-regexpu-core
Architecture: source
Version: 5.0.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Changes:
 node-regexpu-core (5.0.1-1) experimental; urgency=medium
 .
   * Team upload
   * New upstream version 5.0.1
   * Drop patch: new version supports regenerate-unicode-properties 10
Checksums-Sha1: 
 5ff90f17ad93560af45d41edb8c5715e0ee21eec 2318 node-regexpu-core_5.0.1-1.dsc
 e7fc7dcfcd22289ca39cb3b56f48847d87c0bfef 26588 
node-regexpu-core_5.0.1.orig.tar.gz
 1e98d5b2de72aeb6e5c682dc86aebff6fcce8b5b 5416 
node-regexpu-core_5.0.1-1.debian.tar.xz
Checksums-Sha256: 
 ddc49bec000a7a18b8439285796985c5877fc1f3e9140b9ff1938b8ebcd82c09 2318 
node-regexpu-core_5.0.1-1.dsc
 c6b117b151924613f51b8c677efa6293d2f1ee69a0c804a3d36d60c334d68cc0 26588 
node-regexpu-core_5.0.1.orig.tar.gz
 cb40a5753606495e7cea31420d1543f17a765c4dbd44f0b32f033041be42d0c2 5416 
node-regexpu-core_5.0.1-1.debian.tar.xz
Files: 
 77b9c341e0992c27cd9663e9e3f7583a 2318 javascript optional 
node-regexpu-core_5.0.1-1.dsc
 b13ee88949219dedbc0a8a2d2b8d04ea 26588 javascript optional 
node-regexpu-core_5.0.1.orig.tar.gz
 4d6d5c80e1a9a65ea5ba2a5aa53d711d 5416 javascript optional 
node-regexpu-core_5.0.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmIXgnsACgkQ9tdMp8mZ
7un9jw//Zurg4On/6kckGSeQhC2ttnh18XeE4kSt3gN9Cdtcl69oZrlNYEzOr35y
yvwTvCGqHI7KjDp9wCICPM9yCrmdqLfefuW0mfWUaJlT7CdpDkCvtabs+Eh8IZRX
VklY0z3x+rZPJOmf6bgsltz79hMokrNKpyrd9VdsSxSOe7SLG64ZnLgLs1exguQB
Eg/75u8KahMvtpLga8LqalqRwWe5vR585Rqs+FiA2j/RKK+3P/I+bD3pSgKj9FyV
DzdklcNZNdrZLs/pvuSYym+9SCsxu3DLqPb3OSzlesTiQOtxBUxUZQf25G+JTti/
drTBGuGNhOCq1NIUpAMQBAgglhRhlsUddv/fMcGieHDg9hhUjVU4pjq7w9u/waYY
RE7jMsvTRhJBar6QYMXIUBRREAMk9jXh36eNIRLyNIhUDleuhgVoqF4pVVWTRGUE
NMUpi20V47/GIcHIXXHtn4zgr9+7wy/VI5JibagPQJOJlMTResGbLkTjKaX7uTyw
gQFC+pdzzw4Gh/+hKTIPAlsx9JsqweYaYkUN+2yYF1+amMwdH2e8w3QtToGOcHvu
DICznQByLwxWco55KsTAKfcnK4HrvKlFyb9BTozlxPIprwFsZvfTxmdm4bxDQk3G
nA3LYXCagpMp6gRLcCbDP1pTVHTuPLBHe4mWr3ejpG1utVkYXgQ=
=Ch5Y
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-regexpu-core_5.0.1-1_sourceonly.changes

2022-02-24 Thread Debian FTP Masters
node-regexpu-core_5.0.1-1_sourceonly.changes uploaded successfully to localhost
along with the files:
  node-regexpu-core_5.0.1-1.dsc
  node-regexpu-core_5.0.1.orig.tar.gz
  node-regexpu-core_5.0.1-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-commander_9.0.0-2_sourceonly.changes ACCEPTED into unstable

2022-02-24 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Feb 2022 12:38:49 +0100
Source: node-commander
Architecture: source
Version: 9.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Changes:
 node-commander (9.0.0-2) unstable; urgency=medium
 .
   * Back to unstable
Checksums-Sha1: 
 f71e43408684264dc27d2992a24dc181c8241057 2063 node-commander_9.0.0-2.dsc
 4f82e306dd5eba24a09e72fd3073de0dc55cfebf 4832 
node-commander_9.0.0-2.debian.tar.xz
Checksums-Sha256: 
 b0ceeb297271e1f3d096c928af30d94fe620c1071d389b0c27235a8893bef228 2063 
node-commander_9.0.0-2.dsc
 3d82d0259d6c02edf05c91f11ecca991cbf370781fbae545975510c5b1564f07 4832 
node-commander_9.0.0-2.debian.tar.xz
Files: 
 20bc4b05bfd6e24531867e9cd0e0c2b4 2063 javascript optional 
node-commander_9.0.0-2.dsc
 90441dcfc2e8899f64505d857547312c 4832 javascript optional 
node-commander_9.0.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmIXbqIACgkQ9tdMp8mZ
7ukdhg/9Fn/6pblb6l8kxuP5i/y/H6lOQ32omHNh8RDIaK12acxTDeI9Gd1IRTwy
XXBKBp1Ddg+1BQzqgGKkxXmHobUknAiWjwWa/aUM47BDlOCAEAV5xqbv65dGf4eu
af9JxJ35WWtnbLp5ZivgsCmveBH9U90Fj3FV/iv7H9ySeKz0PtIwdHyk5TSwuOfF
OZCbqXpKIDpVmMJJZ7Dyq6RYrAUfyXtM/wSYwU2gUAavwTUCk03SeG6p7JOrQ8Zy
WtWSZgIXkNi+GcRFDTJ1Irp8g0rsreYNzQVthqXw9SAJB4Y+kdAY8R5VP80T4pMz
W+cWxkYk6r6nKv8sN9ctZHz48m3TnXRbbGpj0xZJtPGMRJn25vcKAFdb+4uN8n2q
zyEysua/sNNKRfT+SGh9DDfw6ZFEQnpT53gmUqwKeaUtjA/Xi8L6A4SAo+QQW686
ZAlmgbdzXPQ5jOkUOaRgDrGP8w8Do93Pa3nbPJrdE01IDEz/b4EH9YorInSJxkQH
fS8EiLfQ5Ejf5rtINPwfFxTsy92a7sz8yPA1Zl2+U1hpWlrIvXJgSrlpNVAfu7FU
tm/mvy2Ddq8CP3Pj/IRbR8PJ+Oi2pDATDV0rfn9LSRShyqR7tbA6h/AII+z12vC2
dTwgI90kEM8eeD2LRFwd/A7ljiSrrc5EI8founZWB1+SZYQtqZU=
=vaM/
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-commander_9.0.0-2_sourceonly.changes

2022-02-24 Thread Debian FTP Masters
node-commander_9.0.0-2_sourceonly.changes uploaded successfully to localhost
along with the files:
  node-commander_9.0.0-2.dsc
  node-commander_9.0.0-2.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-eslint-visitor-keys_3.3.0+~0.0.51-1_source.changes ACCEPTED into unstable

2022-02-24 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Feb 2022 12:05:06 +0100
Source: node-eslint-visitor-keys
Architecture: source
Version: 3.3.0+~0.0.51-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Jonas Smedegaard 
Changes:
 node-eslint-visitor-keys (3.3.0+~0.0.51-1) unstable; urgency=medium
 .
   [ upstream ]
   * new release(s)
 .
   [ Jonas Smedegaard ]
   * simplify source helper script copyright-check
   * update copyright info:
 + use Reference field (not License-Reference);
   tighten lintian overrides
 + update coverage
   * generate documentation with cmark-gfm (not pandoc);
 build-depend on cmark-gfm (not pandoc)
   * declare compliance with Debian Policy 4.6.0
   * update git-buildpackage config: add usage comment
   * update build routines;
 build-depend on node-typescript rollup
   * update and improve checking test
   * fix unset executable bit for TypeScript files
Checksums-Sha1:
 4ecd0d0418609c45df9d83efb6d4374c52647884 2715 
node-eslint-visitor-keys_3.3.0+~0.0.51-1.dsc
 cfd70924a25a3fd32b218e5e420e6897e1ac4f40 5645 
node-eslint-visitor-keys_3.3.0+~0.0.51.orig-Xtypes.tar.gz
 4dd12684a681ff27b138d11bd23f35711bf76799 11910 
node-eslint-visitor-keys_3.3.0+~0.0.51.orig.tar.gz
 a843b432a5639ec7a0f396e089743b855a5c745c 4916 
node-eslint-visitor-keys_3.3.0+~0.0.51-1.debian.tar.xz
 bb3016b258a2bcd19e9ce745c84a0e9132628e34 12931 
node-eslint-visitor-keys_3.3.0+~0.0.51-1_amd64.buildinfo
Checksums-Sha256:
 f5e9a1484583274a26869a7154e271ecc4fc5b525468f863673ad50fb48d705b 2715 
node-eslint-visitor-keys_3.3.0+~0.0.51-1.dsc
 b22f3c603e05a3eeba18ac25ac7a618fa21d15c7fba7137b96442a26b7a7f578 5645 
node-eslint-visitor-keys_3.3.0+~0.0.51.orig-Xtypes.tar.gz
 5def1284b95950a435101a7472ead595a8590edca012930952883ea690e60852 11910 
node-eslint-visitor-keys_3.3.0+~0.0.51.orig.tar.gz
 b1c26a36a2f4852e360af3cb78fb056d34b0a041651bdf206694380a083c1b60 4916 
node-eslint-visitor-keys_3.3.0+~0.0.51-1.debian.tar.xz
 b4bc83634339bd53b4ebcd5d8794ce5a35b7b40207e86431a87cb453d4bae57e 12931 
node-eslint-visitor-keys_3.3.0+~0.0.51-1_amd64.buildinfo
Files:
 1c67f01fbbf514f2f0b7675293cfec7f 2715 javascript optional 
node-eslint-visitor-keys_3.3.0+~0.0.51-1.dsc
 d0dad4cf4a380f3234083b8c1f98b458 5645 javascript optional 
node-eslint-visitor-keys_3.3.0+~0.0.51.orig-Xtypes.tar.gz
 dadf949f4639d36005c88c2a8f76f330 11910 javascript optional 
node-eslint-visitor-keys_3.3.0+~0.0.51.orig.tar.gz
 bfd0232246b5512eb406fe90e0f63ef5 4916 javascript optional 
node-eslint-visitor-keys_3.3.0+~0.0.51-1.debian.tar.xz
 1ebbb2a2afd7d933590cf3d02cb54604 12931 javascript optional 
node-eslint-visitor-keys_3.3.0+~0.0.51-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmIXZycACgkQLHwxRsGg
ASFWsBAAiE3XYUYWcsPShmI/xoJtzKeTlX6Sm66TDbFMk8i2APvFP+umvR7k+Gd8
tEpNsDxKA5Eo7//vB87tBrdOCPIhYZyAicOXl/nKprOf0sFu8IxBJp7pK0M68mcX
6VvL4X1WjWqgChzCpX5eL7yNasNKXNL8OGVKwv6e/0g8V6jNTPLiTDvvS2Ti5t8j
ViQD8X5YiDIRERT4Lu4xRF2DlARgU83WmkE+g+wENM6ap9wEjomMgadKMpAYAIsy
2R9iXK7yGYJCgBDSL8PB6DHhLO72OphZnsggMOH+3t9iD5mQxx+8qz77KAmxZEw4
oJTH9AB/UX9WUzKfFzfu2vvQ9SCuCmnRVk77vheGAjwWLKI+E6bvrItTe2acWatw
lXa3yXfJq56CGHCdvJCRd98bwWK/YKkKeouQJVSPsMZmEdQC1uaLdFiBhihh6rpv
vr/1bxWdDVcCz9+9g1AGDuRWhO52JTBNgjtE1/ujeKdtDRoMPbNQxkjuvWvgAhv/
Oo91VNqLpXx0embuTIY5fnMDvoS+pUS+SXqdbtdmyCuOvIZoB5tnQSVVrJ8nlaSQ
hTb82mtqhdKaSHgoJUEGg802nmfNKCOZkO4aWDHUJrVLgemPesNXNuVoUGKZvpbR
5MgNoiJTeWu6suaOXX8+MZL50eyYsE1H6NhG9SS3bvpgTw6NhAA=
=dZSX
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-eslint-visitor-keys_3.3.0+~0.0.51-1_source.changes

2022-02-24 Thread Debian FTP Masters
node-eslint-visitor-keys_3.3.0+~0.0.51-1_source.changes uploaded successfully 
to localhost
along with the files:
  node-eslint-visitor-keys_3.3.0+~0.0.51-1.dsc
  node-eslint-visitor-keys_3.3.0+~0.0.51.orig-Xtypes.tar.gz
  node-eslint-visitor-keys_3.3.0+~0.0.51.orig.tar.gz
  node-eslint-visitor-keys_3.3.0+~0.0.51-1.debian.tar.xz
  node-eslint-visitor-keys_3.3.0+~0.0.51-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-klaw_4.0.1-2_sourceonly.changes ACCEPTED into unstable

2022-02-24 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Feb 2022 11:18:55 +0100
Source: node-klaw
Architecture: source
Version: 4.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Changes:
 node-klaw (4.0.1-2) unstable; urgency=medium
 .
   * Team upload
   * Replace fs.rm by rimraf to be compatible with nodejs 12
   * Drop useless versions constraints
   * Back to unstable
Checksums-Sha1: 
 36d14b982e4f60328caf83740b595c770eafe1ec 2064 node-klaw_4.0.1-2.dsc
 4b17ae05df29b392e2d3dfe9ab243ce896795e11 3516 node-klaw_4.0.1-2.debian.tar.xz
Checksums-Sha256: 
 861b55aa1935a35ab100bed839a8ef5f1f485ca15b9d30a4e94a0c9849736d9e 2064 
node-klaw_4.0.1-2.dsc
 98b2c2888a164cdd8b530f13edb494ba701e9542fc626bdcabc8b5b01bfa2c24 3516 
node-klaw_4.0.1-2.debian.tar.xz
Files: 
 f174fc805f410aecf5a790912ccf80e7 2064 javascript optional node-klaw_4.0.1-2.dsc
 dc775de8e85bf4965a1e298deec81e3e 3516 javascript optional 
node-klaw_4.0.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmIXW9gACgkQ9tdMp8mZ
7ukcMQ/9GgFmLjlK5vFBXdo7P5f94bzd0IiRmNozz79DogZwmh5j+0f+2YURaoTH
D0WgQQIHyKStxnLhk/hURWHl4D3pRLsJg6c8AnF/Id2MFV89pPprgrUwreurtdDW
CXXUhIQ7dOGiUvuXyTFaaVKgbixBTo4EBKAw5x3pr5zDVHDbvuVduMeSYpjpKMva
JPj+FFuIFZDqAOi7h4PAFSj2D/igAui2jUJpDezp1wk5P+8eoKUIqccNQAH/KfAC
82zZirXvOH/rcKJbdxkoP9PJT4xW4hsEbTGvp51hubEcV1wptTlUQOm1C3z6DsEj
zay1hGkNGALJat1F23CypzWfnPXidJagjXvEd0J5qzcZy8nhEPRdegu5Bi9bc+Xr
Sv224zp8u3qwmOSOhgLtp5Za39kU45ydBuDk54fIhApskeXeyL2u/RVYc+x/V7HN
L1DDipPp+op/4P5zAa1LI+1BjuhtZp/G7Q4qCp6qDjA9Daet4BOfiCPQ9k2arDC2
R/l+COYin0xkz/zgbCMT36GdqFOnn0qMStqwzWo203JDlzzk67x1b9eYUmsn6PJW
JN3dk4TvSAeC4HVXTe1SxdT516be1o5R7OVJx0kZ53tudOrAI4kw5Jnh0Ps3LKiV
m/dbbBZn1iM4KOHpqY8RVbStV5u/FA0YBax8MY9OtNebS5/N7p4=
=lhFx
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-klaw_4.0.1-2_sourceonly.changes

2022-02-24 Thread Debian FTP Masters
node-klaw_4.0.1-2_sourceonly.changes uploaded successfully to localhost
along with the files:
  node-klaw_4.0.1-2.dsc
  node-klaw_4.0.1-2.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-configurable-http-proxy_4.5.0+~cs15.1.4-3_sourceonly.changes ACCEPTED into unstable

2022-02-24 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Feb 2022 10:38:52 +0100
Source: node-configurable-http-proxy
Architecture: source
Version: 4.5.0+~cs15.1.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Changes:
 node-configurable-http-proxy (4.5.0+~cs15.1.4-3) unstable; urgency=medium
 .
   * Team upload
   * Fix test for node-ws >= 7
Checksums-Sha1: 
 0362f8a11d309e9c45f9bb602e95c65cde1afc57 4255 
node-configurable-http-proxy_4.5.0+~cs15.1.4-3.dsc
 9d558492dd4f83fb6381b0896531a4ba163aac90 29620 
node-configurable-http-proxy_4.5.0+~cs15.1.4-3.debian.tar.xz
Checksums-Sha256: 
 ce64b682e0bd5d4fab7c1d2c3a525be2552e4192f5d2d49fe0fa878e525c328b 4255 
node-configurable-http-proxy_4.5.0+~cs15.1.4-3.dsc
 23b03f72038fbab526ff012efa64aae9d75b88374a3cde26a743feabe88f9bdd 29620 
node-configurable-http-proxy_4.5.0+~cs15.1.4-3.debian.tar.xz
Files: 
 28ddde528586098dbcf2fad28c245eb7 4255 javascript optional 
node-configurable-http-proxy_4.5.0+~cs15.1.4-3.dsc
 d5e0836517e1b49a8c47ad2c4982d1da 29620 javascript optional 
node-configurable-http-proxy_4.5.0+~cs15.1.4-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmIXVMgACgkQ9tdMp8mZ
7ulopA//f1mn7cbZz2sARPHbPdLx4iTz8+ttDLWSDD5lnXexGoO0Z3kJ1812TPs7
bXFc9KxqBb5aG8t4qFmxPdZr5YGMALu2LGyZi+881SJKEGgXUrRp5xWZnmgr8ABE
hOStiJomF7DEqOogbGjIczhR8f+R+RgRYgGyb63C+4sX9PaRgwt5zwRe2KlV3C6c
dtPs6iEnThKzDKqP1ulqDYKHRuAmOKIpU8gKehDhR7UOjiPlFbGnVtforf2DMmjj
WPj6bwYwlQNUqZ0zC7Lblf1WGtssUkTVM+yBUvmzEDc+Cin4POO1s2DLcUVbKMhw
6rarxt8T6zS1ZLTUiqP4wI9UzuahrWGYRxXgQbzgzulEBr2Ow5r4vV5DbxiCpZNi
iW7nTZ/V2gRun1AFhfz+Qch0WtB/7ZVimq8qRb4hpTh+EcCUwY6DNhfBzkLjE0Bw
5NOM5QzFNn1vWZ8UqWIEXmYQL8WIyzn7lGSlgUXCnGePGdNEs+LM3oXkPE7/PpSS
nD5/+n09HOH9jJ7dekYW+Ua78GUh3O78uzHaFP9T78aXT6GET+sTQjjcsJSUdE1q
+knp24oZWA77QkN0H5BzUZZcdLEkHfFffsr9oGotL13aydqODn6QsYrZMXm3kKH5
i44QdeTzERg49XEK7i9IriJbzmStL/b8OFYGkRw1RV7Z6cMDLpk=
=kbMv
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-configurable-http-proxy_4.5.0+~cs15.1.4-3_sourceonly.changes

2022-02-24 Thread Debian FTP Masters
node-configurable-http-proxy_4.5.0+~cs15.1.4-3_sourceonly.changes uploaded 
successfully to localhost
along with the files:
  node-configurable-http-proxy_4.5.0+~cs15.1.4-3.dsc
  node-configurable-http-proxy_4.5.0+~cs15.1.4-3.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-commander 9

2022-02-24 Thread Yadd

Hi all,

after some tests, it seems that upgrading node-commander to version 
9.0.0 has no consequences for us (already in experimental for 3 weeks). 
Here are the breaking changes:


 * requires Node.js v12.20.0 or higher
 * default value specified for boolean option now always used as default
   value (see .preset() to match some previous behaviours) ([#1652])
 * removed internal fallback to `require.main.filename` when script not
   known from arguments passed to `.parse()` (can supply details using
   `.name()`, and `.executableDir()` or `executableFile`) ([#1571])

I'll relaunch some tests and push this to unstable. Let me know if you 
experience problems after this release


Cheers,
Yadd

--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-regexpu-core_4.8.0-4_sourceonly.changes ACCEPTED into unstable

2022-02-24 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Feb 2022 10:05:33 +0100
Source: node-regexpu-core
Architecture: source
Version: 4.8.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Changes:
 node-regexpu-core (4.8.0-4) unstable; urgency=medium
 .
   * Team upload
   * Back to unstable
Checksums-Sha1: 
 d4c57c658f7a5c6f1fc70f18babcf607581007f6 2318 node-regexpu-core_4.8.0-4.dsc
 f1c7485bd4a8c56b540bb0eb45a384c58090556c 5876 
node-regexpu-core_4.8.0-4.debian.tar.xz
Checksums-Sha256: 
 82a8c0fd0b18e8e0e9853c43f26104d1bf153dfe1f6d3b6937d131157a4a036e 2318 
node-regexpu-core_4.8.0-4.dsc
 6fac8a51cab04b74007641f8e357aa27844df5827341b4d2d27265839557e772 5876 
node-regexpu-core_4.8.0-4.debian.tar.xz
Files: 
 97eb4a8d332cc409f43e4755258d6e36 2318 javascript optional 
node-regexpu-core_4.8.0-4.dsc
 b60586010a8a7a08cc6e2ede965fe38b 5876 javascript optional 
node-regexpu-core_4.8.0-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmIXSr0ACgkQ9tdMp8mZ
7um7EQ/9FoLaoaWc0lssWXUCmbaIfjBaCp35afMX4hCeLaXB6uB5GJzCUGPfov1Z
s/rE0rGiqIKjGsLiGQCYXoTgNzscGiz0fsNZZ3Qr8VQe/6eddk5Jh/qYP9/0DJua
BsQ65NxxCjbA6KtS9LBYKLbuWhhjU/v4FYvkr6rldD+OvXvfc+4+Duf2zLQ7U3MW
YjuhWlVLODT8Cb4eDAQs062v05O+X9ToEaplPgOLDfswOnr/Hf1Ut3Fi13RrZ35h
Yrol3bGr7uYZh7Ou0zq9Osx/i9iahwCCOq9f4x35y6yCq7fILuIc2KA5eDbuakat
PJJ1qu7oDRsrpfMy+fsYDxie5QfWEZlfBiJfSba/QQdNeo8Jx1XCWswLnEtWABO/
jqCVCFuykBVNCeHiqAiTDVTe2boFV0+qermjhn6jb9Xm5LBmfhNklONZi9RXYCAS
u43fkg1dUZssLv0MMbKJeX6zrgmwO+ore46S0FT08p4kBuIxw2lOVZo/K4BzWoVI
4ap81lUZr0iHqYCip+jSHwgMMRkPK442Uo8C54SVGHOrhpqt6Wd7c71QFrPk3GUy
yI0XukTU+Sc0ZB7KvzeD0iZeDL06b0B0AjtbaT6koat/I36egdxW2qxaJyh5oiOk
6SPQpXqPbS8oI1stwvQeTO6xJSbPfHDeyDE3sO9NbdF8nrw0bkc=
=iZj0
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-regenerate-unicode-properties_10.0.1+ds-2_sourceonly.changes ACCEPTED into unstable

2022-02-24 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Feb 2022 10:04:38 +0100
Source: node-regenerate-unicode-properties
Architecture: source
Version: 10.0.1+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Changes:
 node-regenerate-unicode-properties (10.0.1+ds-2) unstable; urgency=medium
 .
   * Team upload
   * Back to unstable
Checksums-Sha1: 
 6bc0bb525ea5eac5ca7dcf8d798e97df229cfae0 2446 
node-regenerate-unicode-properties_10.0.1+ds-2.dsc
 53174d41c07be5ef630e6ebc38200ad62ca435bc 3784 
node-regenerate-unicode-properties_10.0.1+ds-2.debian.tar.xz
Checksums-Sha256: 
 4e17b6efded65a4940c6ced880af8baae99376df4977f451357ee85f4e5a941d 2446 
node-regenerate-unicode-properties_10.0.1+ds-2.dsc
 360e398f5db28bf7512a7a29d9f9169f3181f61a72e46068650124611227c4d2 3784 
node-regenerate-unicode-properties_10.0.1+ds-2.debian.tar.xz
Files: 
 bf53e5bb72bad803e72299c2f78d1e93 2446 javascript optional 
node-regenerate-unicode-properties_10.0.1+ds-2.dsc
 fb6abe2859e157375a97f79b7636aa7c 3784 javascript optional 
node-regenerate-unicode-properties_10.0.1+ds-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmIXSooACgkQ9tdMp8mZ
7ukGFQ/9HcQD15njJhAQn+o5vN2KkM+0jKtTQF0N9ZDrZ38CKDxuI72WFT144zJL
WCRC8y4XfKeYpTpNdFf84EtUDIlUK0+jEZQPnSOR119kYz/iJrQlR23BYBsmvk4Z
ZU6zX+1Ka6N26+pp6xVpytJQHACqMGKOhhFZgIr2dVaLomXqyrwuI0ZyoDd6qrWL
yZhiZWcZK3qBhxymtKJof/c9YCOmOSfqrprGvlEP40rOFTpHmlhnNgZ6aRR5dYPq
kFDhzUDPx6jg0wLUm1Wzu9AIXWKkK1n8NKEFaAkyekDMDeYHaWe2lMRCXbBN2gLa
rtRlu/snQMEouIAM/ajPtMK57Ml4SK34Q7WvDLd5PyiuWnMn/r2Kmw9d+sLBr9de
algT77cQrxxpi8iDdrLzrRxWLyn5nJQFTSf3eKfR4vChyjSISUjrgZsBrSMi4Bf/
usYKa7p/fhFT6L0Q+I+TDljWpVLydKe5ymmI+LhequItu2INJD7RrtncXNKvelzM
EjYnulznGbnOiYBZ9FbvLq4yg/Is1G+PJJ2zevj6TJZtAtRLktI0n1HJvzyrOzrP
LVHHbVXjfbEovO5PsXSjGoOk1UrqB62h2Ekt3mweWdHM/UZjrmsrdnmXSIWfgcbp
IMcofLdC2YtPggq8fFfe4o1dOl1ggYXqYk+NDrVkdNYNpj10UhI=
=4xJ9
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-big-integer_1.6.51~dfsg-2_sourceonly.changes ACCEPTED into unstable

2022-02-24 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Feb 2022 09:51:26 +0100
Source: node-big-integer
Architecture: source
Version: 1.6.51~dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Changes:
 node-big-integer (1.6.51~dfsg-2) unstable; urgency=medium
 .
   * Team upload
   * Back to unstable
   * Add lintian overrides
Checksums-Sha1: 
 a2ee2a846ea26a0b5b5663b45f661851eee5b26f 2155 
node-big-integer_1.6.51~dfsg-2.dsc
 e042fe6150f68df913288b4381c1c43abdcf0773 24808 
node-big-integer_1.6.51~dfsg-2.debian.tar.xz
Checksums-Sha256: 
 1c41bce91c11b627f1a085d335daa8315ee0abd13530f4d3d4a3b3d85919af3c 2155 
node-big-integer_1.6.51~dfsg-2.dsc
 981be334c86ecc5009ab707ecf200a756b01ecfdb9a89ade4be65c6cf5c804e1 24808 
node-big-integer_1.6.51~dfsg-2.debian.tar.xz
Files: 
 2371d0bc90d14fbbc652453884b610d2 2155 javascript optional 
node-big-integer_1.6.51~dfsg-2.dsc
 a0e08118c387afd30f0e275cc9d30fff 24808 javascript optional 
node-big-integer_1.6.51~dfsg-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmIXR1UACgkQ9tdMp8mZ
7unZAQ/+NSQCTAZOWa/IZWfjCuKeEkrDRshP1chhLBR7l8jW73g8GnbExTydCC28
d4O5vsv75aKhE1T2FBOBcxBUv9VQ4oaNUYr1e3xfOvb717gUhiulFgOkH6XZSdq5
GphlKVzMtWd6M+oISjbPORZhSVurozXJXXIv4JZ6Gygs79jV56TL9/AE+mZNhvce
m/KBcSRdWDVeovB9cwnTr/YwlpxdZYbg2viYcwiMW5gz2Yp/XVrMKRoEbhExjiHS
fubO4SGuKcu25txoLQaRoNgOcfSRasSBdq6BDEPQ+mx955kTf5S6RsnFOFMyMIa2
7offK/l1WppjtXPeGNFYK45nIMctWe//iIpV65vY28g26ESXdn2e94AHB6I9MZon
Z4smNYnx6aPndTzk1T11RZMW/dWGaMbsCG09+ODqhSN8jj9SeHcba0e9V9tLUWh7
5whvTHX0Jwk7epVr6H13DLQP9p/lQp34or84Ax0S43AcCyRgu0QQkVTtGBhz8EwA
ChUCJWtYQbwTGjMNt4nDLYZ14PAqbi/0CksVzN614cRlMN8PoHL1+7ydxcbuJFkj
j2UnKXlJEKqLKB03R/v/OtQeLFGbAMNelbxZl8z7+GklOIGPa7B46Zmpll328BKL
1rNy+igThYkApAeOzK+w6ST82i5yuYCwAxWZ9Hl4J8n7UNBWNiE=
=PC9Z
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-regenerate-unicode-properties_10.0.1+ds-2_sourceonly.changes

2022-02-24 Thread Debian FTP Masters
node-regenerate-unicode-properties_10.0.1+ds-2_sourceonly.changes uploaded 
successfully to localhost
along with the files:
  node-regenerate-unicode-properties_10.0.1+ds-2.dsc
  node-regenerate-unicode-properties_10.0.1+ds-2.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-regexpu-core_4.8.0-4_sourceonly.changes

2022-02-24 Thread Debian FTP Masters
node-regexpu-core_4.8.0-4_sourceonly.changes uploaded successfully to localhost
along with the files:
  node-regexpu-core_4.8.0-4.dsc
  node-regexpu-core_4.8.0-4.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processed: severity of 1005335 is serious

2022-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 1005335 serious
Bug #1005335 [eslint] eslint: Please update to 
node-regenerate-unicode-properties 10
Severity set to 'serious' from 'wishlist'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1005335: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005335
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-big-integer_1.6.51~dfsg-2_sourceonly.changes

2022-02-24 Thread Debian FTP Masters
node-big-integer_1.6.51~dfsg-2_sourceonly.changes uploaded successfully to 
localhost
along with the files:
  node-big-integer_1.6.51~dfsg-2.dsc
  node-big-integer_1.6.51~dfsg-2.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-dot-prop_7.2.0-2_sourceonly.changes ACCEPTED into unstable

2022-02-24 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Feb 2022 09:16:16 +0100
Source: node-dot-prop
Architecture: source
Version: 7.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Changes:
 node-dot-prop (7.2.0-2) unstable; urgency=medium
 .
   * Team upload
   * Add breaks against node-configstore < 6
   * Back to unstable
Checksums-Sha1: 
 ee9209b32a8dc7049c2897f3533f4d760e7be18e 2143 node-dot-prop_7.2.0-2.dsc
 529de58534a7a1941d0d30b6c9c152d781402535 4216 
node-dot-prop_7.2.0-2.debian.tar.xz
Checksums-Sha256: 
 9954d3280dc548e6d8ff2a9bd2619b1847f3b96d72bb28022990f7eac16578e7 2143 
node-dot-prop_7.2.0-2.dsc
 d8556af5c9fb555374b88d3845ee5378a84be4b6c38972f8aa6cd41ddd20efe8 4216 
node-dot-prop_7.2.0-2.debian.tar.xz
Files: 
 cd3f2a80509f54470762e9c729045c3f 2143 javascript optional 
node-dot-prop_7.2.0-2.dsc
 bff79cea2c08605f830de364352daa88 4216 javascript optional 
node-dot-prop_7.2.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmIXQBcACgkQ9tdMp8mZ
7ul07Q//YcM/I4DnB/JSFBevzhdMkMIEJ7TmAHuZH+NRoIDQEw9ncwOwicoWAZb6
arKxDqnbEFuBjdb5bbDZesvVy9ZIaoXHtxbEq1Vlznqqk6TmdBbWBATWNr/npDcc
kEs/J5M/SERRZXYu5c7Tt/EsXzY3eFNx+rBe2o11GskfwKITqrHOfdAN89h+mwf7
Jp6xyMi+6BwGBmO/s/3Xpj4h9AspLnHcdeZcUYHXGr2ge99IGvm6bDQpR/GCBn/H
95VmnZxDTcKsHRKYTyLv5yMc9dQ6zbgcMqyjOwWE+IUpmc7N+U5rgvETqFbZLmgu
bKcbP4xRU24AuK5brZ+2X+V/eFZdmVpF4uhpb8A9u9wzQTpt12TXNndWAFy6xjbI
IqZDM2XzqGqyTX4ZdOHVLfWRhk23CGFslge3AmYui6y0vAQF8SZ568wpt5ax+fzl
6I88O72th0WoboEXo4VXeKd3bYVvkDpDnqnV7FeczrHoZpb98Vag4Nf45ORwNLsD
1EXI4bncab77zhDqqpplMbz+aTpNtkkG8igW9ej6ZntVzzFlasLtEnlNauHptMtX
BlnQ9btHIyWb4SlUv0hg8ko/Zqzzzsf6/6Q/GNDOlIY7rZbCNY3cLGZo2DPJGN9d
lF6CVlBedfDOYCCgXyAChrh8eUMoyH7oPfxOGqqH3IUpbXBFIvI=
=QEc8
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-configstore_6.0.0-1_sourceonly.changes ACCEPTED into unstable

2022-02-24 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Feb 2022 09:17:21 +0100
Source: node-configstore
Architecture: source
Version: 6.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Changes:
 node-configstore (6.0.0-1) unstable; urgency=medium
 .
   * Team Upload
   * New upstream version 6.0.0
   * Update test: use jest instead of ava/tape
   * Add fix for node-dot-prop >= 7
   * Build commonjs files using mjs2cjs
Checksums-Sha1: 
 2cf062b49fbb3d804d0237c3ecb305d399cc241c 2281 node-configstore_6.0.0-1.dsc
 079de91ec06f86122211b7032c67b098848642a3 5058 
node-configstore_6.0.0.orig.tar.gz
 2b1d2bde937d7bb03928632fdf1d4f1e4631a917 5020 
node-configstore_6.0.0-1.debian.tar.xz
Checksums-Sha256: 
 3c27b0ef9b4e32648a1775e40ac895d823a8ba4fe0eab1e2e0b8e28435749cdd 2281 
node-configstore_6.0.0-1.dsc
 e27f7e59c3a3e2a8e8012a5ed45a45317a7df661153d97ec201a424e758c3a17 5058 
node-configstore_6.0.0.orig.tar.gz
 90601830507ab3beb34a95be478e4b658199298c1283320374e7c33f3d782df4 5020 
node-configstore_6.0.0-1.debian.tar.xz
Files: 
 093598609c986457078e69bdd286fe83 2281 javascript optional 
node-configstore_6.0.0-1.dsc
 06ebb28b1e9d4fd87b142f74baf5a2ce 5058 javascript optional 
node-configstore_6.0.0.orig.tar.gz
 ead14452cfd6e72a7ffb54d2ec397205 5020 javascript optional 
node-configstore_6.0.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmIXQC0ACgkQ9tdMp8mZ
7ulyjw/9G7ukpbHniiUP8kXvDMyKmU433Y9HWVJbEpCbsTGnnSVzLRydWKobsTP7
06by8q1u6eHqEbMPJoUswILXuf7lcmVisSKL8xo3XyLKDymVaRN1u/pYZ6XdI/et
qcfaV3XCMrTyRv/8VZWIqCJeT7UXeMkReSB0FW03CLcTJmvOK/YmyU4j6y4tJLKf
34QLPWT5u2BvJufeclzbBT+TOfOTffXY9lpD1eXNqzk+jhZTE3wlllugc0yBlzw0
nB0GydO7t41FQX+vRU1j7gYvhsVu1LWxLzJUxyEONG+/w99h9HITatxn355ulcHc
IN4sfgu5d3TSw5xUJf7zRc/aGlczIYZK8LIrFspzMtduJnrG59b5/AZ1gZeC8cUs
i5YTwZ+JaT81dZEgczWXahI1I9yVqFvzfftw7JFd9vyBHKSLca1Xcdn+0rU9YwxC
QQ5VsPK/qPPEz9uqwuZTEztZvZ64IrViE/rMD2pnyfZ45g/MP3E8r1NsDwRUfnAm
bLaMezcRHvXdQNoI8fZ+ss5dKpr5EG5B9oHiEsVba0NhYWNUQkTDySDAm/QNolz7
7IuuR8iW4jBjLRWXkc538s/9YTih9Ih+UBEislaDYoOMftem2d6cpp7K7gBGm5tK
zut/ErdKea9nttM2lVexWk8p7ami/CwWdHnGu16IymL/noi1e1c=
=irIk
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-rollup-plugin-typescript_8.3.1~ds-1_sourceonly.changes ACCEPTED into experimental

2022-02-24 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Feb 2022 08:50:39 +0100
Source: node-rollup-plugin-typescript
Architecture: source
Version: 8.3.1~ds-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Changes:
 node-rollup-plugin-typescript (8.3.1~ds-1) experimental; urgency=medium
 .
   * Team upload
   * New upstream version 8.3.1~ds
   * Refresh patches
Checksums-Sha1: 
 61170d6dd09685c3795159650d3828a78fb5d0dd 2678 
node-rollup-plugin-typescript_8.3.1~ds-1.dsc
 f9ebe40d117914ac32a947eb9c19b7d41e3ba5fc 157048 
node-rollup-plugin-typescript_8.3.1~ds.orig.tar.xz
 c33ab9f939a0cb1728ecdb83da462a198eeec5b5 9180 
node-rollup-plugin-typescript_8.3.1~ds-1.debian.tar.xz
Checksums-Sha256: 
 6c736a379f764566520cf8df3550f17e782c2d02462d6e1b881bf7e918874fcf 2678 
node-rollup-plugin-typescript_8.3.1~ds-1.dsc
 e35fca7a43e3900b86f6a11b2daa5bf0659869433b2de0678cfc529bc53f407b 157048 
node-rollup-plugin-typescript_8.3.1~ds.orig.tar.xz
 afb57ba765ac1186ab025a14ff7f5a51a479f18bcef9ee5d62fc11c12ce107ab 9180 
node-rollup-plugin-typescript_8.3.1~ds-1.debian.tar.xz
Files: 
 a1c620cca773361cfca02faab992a768 2678 javascript optional 
node-rollup-plugin-typescript_8.3.1~ds-1.dsc
 767f3593b2eaf9c08609c7cd91003a15 157048 javascript optional 
node-rollup-plugin-typescript_8.3.1~ds.orig.tar.xz
 f00834f4efc5440f9e7513187c87d64d 9180 javascript optional 
node-rollup-plugin-typescript_8.3.1~ds-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmIXOWQACgkQ9tdMp8mZ
7uklvg//VvHSlVOF1KPkRksh88N6JYTg/sIZa7xM87+pQugY4+NdCH6RhK6ygBFb
StvXJdnAZu0pm5wbWEJtzfW7Obx3m/9LvFQ88jPPms+BWlLt9Cv7qe+76DxWJma6
JHxCRLKRK6s9E3utpsNMQzKFxxz3uU/gq70LdoUs8+qwWQv5t/Uf/5t8MivIEpUM
9iw9ZSz80oVCbJ9ouTebm+XxZSz4GkNjT4GmLC9qA1DbiHyxTEUzAcSl067McB0F
5y/Yc/rcFm4Ph1sFXTfahcCBba/FKz2T6cCQf523awEc9fmT2j/Cyt8/LUyP1/nd
oixfPVKx9v6hwt0eJGBZBnYh+1sT1nIbOI/uxA+Ozv0dnkIwz6by+R1fJFGfZTnV
zhzLz3woQJuWz8RJvVYPU7sNtUM4SBK99uVlzfkZXdxWBBVupU0td1N9n4dfTfRX
+8gsBudu6OgxcZ2/awqYqHK95rm1xTvihWRCvdn0O2wWCgDj+EnZoOpi5Mg1ZqbF
BBqarqGjcqD72mMxqoxGXtF7535TF0uJltIJNA3E988sa0AgPEygtK0hsO5yi5H8
kpeFOpmSxbGUd22Y8a3Jb9ZGTV4DNjm+3C4WqKCDhm/QWEFJwvq4rSQd7Eb0wxX0
bqsVX6F06ZHxFinsnNweIpVbp/k63Kbk6B6jR477CcsS2Lo/JCY=
=LE8j
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-gauge_4.0.2-1_sourceonly.changes ACCEPTED into unstable

2022-02-24 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Feb 2022 08:55:31 +0100
Source: node-gauge
Architecture: source
Version: 4.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Changes:
 node-gauge (4.0.2-1) unstable; urgency=medium
 .
   * Team upload
   * Set upstream metadata fields: Security-Contact.
   * New upstream version 4.0.2
Checksums-Sha1: 
 9a91e81494ed3975adaec2b10a98a9c937dbe53b 2311 node-gauge_4.0.2-1.dsc
 a390650d5f51058dd30fe5d76fe0e71e1740430e 229813 node-gauge_4.0.2.orig.tar.gz
 8b0d155b03b96a34ae40fb17bfb700759a9455d8 2700 node-gauge_4.0.2-1.debian.tar.xz
Checksums-Sha256: 
 3a993110728b54dbf224faabd66ba94e45d31a6675e25221714596a6a76f7512 2311 
node-gauge_4.0.2-1.dsc
 976a4da560c2d4ca430e01519a4df7ade9989dc903df7791380e2dbc2da9e8e4 229813 
node-gauge_4.0.2.orig.tar.gz
 244c7d7267d4e310503dcd6ee3d27a75f9ed51a4439ae8e58fe703c951063d05 2700 
node-gauge_4.0.2-1.debian.tar.xz
Files: 
 14cc1c40ebf0c732f9844a0c76351b9f 2311 javascript optional 
node-gauge_4.0.2-1.dsc
 0e19e87c73b81b1b50aef9099a8e83fc 229813 javascript optional 
node-gauge_4.0.2.orig.tar.gz
 f0d568309a06e60cb59b3ab7efadbc39 2700 javascript optional 
node-gauge_4.0.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmIXOkMACgkQ9tdMp8mZ
7unzxRAAjwKMdldjfbk27CwzAR3UEwwxbESjRfY6UpU8jByezI1c7WhkrSIuCPFU
OO83q2TY7k5J1byRt2HH0kjffmUwZHmoy4X/bYQvKvFF8VGKIh9cCgX1CafuNgCp
nSo50Fkc3N21I44WDe4Am0IPk7gvkVAz7gZMBY/7HaAjb4mKNnmSmFRq7ytBJkWN
U4aFUvDVSgPP5H/MEcj8tMGrJCPD5lKkm/3TsL0HQ8ItmRU9fYuKN2yhEm2V7Gdw
kdXwBS4lK/OilVeoP62Kk5o7buIZaR4/fWoeSQnhTDjXaqDk3BgcT9ouoOrd0DFG
TW5BUziBPPBC3pFqr63BdYZy7py4vshoK1Nv/tpIrORS/CAcIMqHFCnVW7mztdY7
P1RYFi0b+av0jujWosOGw79yKq1oVLwjZyaYO2Bf7juOIk2FZX0KFdN+IFtbXJUy
TLjUqj4C3KnBWgjXUT78UWybTnrZLRR7ihGRja1MZGZWivL//1i7U6++f9oZwGPI
LFtKwLIpJU4k4dayQPJieNsCRmvp4j/r0ix3Hw1Q/sEh8Wr9h4+2nwvxoAvwY4yH
JqQA1bR3sQhD4pzHkrw96Guu/h3xcEzMRZDxHDBZra01QUI/lPu7V3K3/C0KN6zs
ydrqcYTI17J2kMl/hFgDe8T/LlYa9Ry8Ebm8RbVOf2andicloA8=
=JOVg
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-dot-prop_7.2.0-2_sourceonly.changes

2022-02-24 Thread Debian FTP Masters
node-dot-prop_7.2.0-2_sourceonly.changes uploaded successfully to localhost
along with the files:
  node-dot-prop_7.2.0-2.dsc
  node-dot-prop_7.2.0-2.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-configstore_6.0.0-1_sourceonly.changes

2022-02-24 Thread Debian FTP Masters
node-configstore_6.0.0-1_sourceonly.changes uploaded successfully to localhost
along with the files:
  node-configstore_6.0.0-1.dsc
  node-configstore_6.0.0.orig.tar.gz
  node-configstore_6.0.0-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1006359: node-eslint-utils: Update to node-dot-prop 7

2022-02-24 Thread Yadd
Package: node-eslint-utils
Version: 2.1.0-3
Severity: serious
Tags: ftbfs patch
Justification: test fails

Hi,

I just released node-dot-prop 7.2.0. API changed. Here is a trivial
patch that fixes test.

Cheers,
Yadd
diff --git a/debian/control b/debian/control
index a1019eb..67aa29f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
  debhelper-compat (= 13),
  eslint ,
  mocha ,
- node-dot-prop ,
+ node-dot-prop (>= 7) ,
  node-mysticatea-eslint-plugin ,
  node-rollup-plugin-sourcemaps,
  nodejs (>= 12),
diff --git a/debian/patches/2003_fix_for_dor-prop_7.patch 
b/debian/patches/2003_fix_for_dor-prop_7.patch
new file mode 100644
index 000..86d7902
--- /dev/null
+++ b/debian/patches/2003_fix_for_dor-prop_7.patch
@@ -0,0 +1,52 @@
+Description: fix for dot-prop 7
+Author: Yadd 
+Forwarded: not-needed
+Last-Update: 2022-02-24
+
+--- a/test/has-side-effect.js
 b/test/has-side-effect.js
+@@ -1,7 +1,7 @@
+ import assert from "assert"
+ import eslint from "eslint"
+ import semver from "semver"
+-import dp from "dot-prop"
++import {getProperty} from "dot-prop"
+ import { hasSideEffect } from "../src/"
+ 
+ describe("The 'hasSideEffect' function", () => {
+@@ -286,7 +286,7 @@
+ linter.defineRule("test", context => ({
+ Program(node) {
+ actual = hasSideEffect(
+-dp.get(node, key),
++getProperty(node, key),
+ context.getSourceCode(),
+ options
+ )
+--- a/test/is-parenthesized.js
 b/test/is-parenthesized.js
+@@ -1,5 +1,5 @@
+ import assert from "assert"
+-import dotProp from "dot-prop"
++import {getProperty} from "dot-prop"
+ import eslint from "eslint"
+ import { isParenthesized } from "../src/"
+ 
+@@ -213,7 +213,7 @@
+ linter.defineRule("test", context => ({
+ Program(node) {
+ actual = isParenthesized(
+-dotProp.get(node, key),
++getProperty(node, key),
+ context.getSourceCode()
+ )
+ },
+@@ -289,7 +289,7 @@
+ Program(node) {
+ actual = isParenthesized(
+ 2,
+-dotProp.get(node, key),
++getProperty(node, key),
+ context.getSourceCode()
+ )
+ },
diff --git a/debian/patches/series b/debian/patches/series
index 24b6681..7fd238a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 2001_privacy.patch
 2002_use_older_mysticatea.patch
+2003_fix_for_dor-prop_7.patch
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-gauge_4.0.2-1_sourceonly.changes

2022-02-24 Thread Debian FTP Masters
node-gauge_4.0.2-1_sourceonly.changes uploaded successfully to localhost
along with the files:
  node-gauge_4.0.2-1.dsc
  node-gauge_4.0.2.orig.tar.gz
  node-gauge_4.0.2-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-rollup-plugin-typescript_8.3.1~ds-1_sourceonly.changes

2022-02-24 Thread Debian FTP Masters
node-rollup-plugin-typescript_8.3.1~ds-1_sourceonly.changes uploaded 
successfully to localhost
along with the files:
  node-rollup-plugin-typescript_8.3.1~ds-1.dsc
  node-rollup-plugin-typescript_8.3.1~ds.orig.tar.xz
  node-rollup-plugin-typescript_8.3.1~ds-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel