[Pkg-javascript-devel] Bug#988507: Bug#988507: Bug#988507: Bug#988507: update node-terser to alteast version 4.8

2021-05-14 Thread Yadd
Le 15/05/2021 à 05:02, Yadd a écrit :
> Le 14/05/2021 à 14:21, Jonas Smedegaard a écrit :
>> Quoting Pirate Praveen (2021-05-14 13:46:28)
>>> terser-webpack-plugin needs terser at least version 4.8. Is there any 
>>> known blockers I can help with?
>>
>> Thanks for asking.
>>
>> Draft package in git fails like this:
>>
>> cd dist && ../bin/terser \
>> --mangle --compress \
>> --source-map 'content=bundle.js.map,includeSources=true' \
>> --output bundle.min.js \
>> -- bundle.js
>> Parse error at undefined:undefined,undefined
>>
>> /build/node-terser-4.8.0/bin/terser:244
>> var lines = files[ex.filename].split(/\r?\n/);
>>^
>> TypeError: Cannot read property 'split' of undefined
>> at run (/build/node-terser-4.8.0/bin/terser:244:44)
>> at Object. (/build/node-terser-4.8.0/bin/terser:188:5)
>> 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 Function.executeUserEntryPoint [as runMain] 
>> (internal/modules/run_main.js:60:12)
>> at internal/main/run_main_module.js:17:47
>>
>> /build/node-terser-4.8.0/tools/exit.js:14
>> throw exit;
>> ^
>> [Function: exit]
>>
>>
>> I suspect it is related to patch 1001 to use commander 4 - would sure be 
>> helpful to have a pair of fresh eyes on it.
> 
> Hi,
> 
> same error with and without 1001 patch

I tried this and get the same error:

  $ cd /tmp
  $ npm i terser@4.8.0
  $ cd -
  $ cd dist && /tmp/node_modules/terser/bin/terser \
 --mangle --compress \
 --source-map 'content=bundle.js.map,includeSources=true' \
 --output bundle.min.js \
 -- bundle.js

Looking more, error seems to be in `rollup --no-esModule -c`: the
produced files looks strange (a mix of js and map)

-- 
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#988507: Bug#988507: Bug#988507: Bug#988507: update node-terser to alteast version 4.8

2021-05-14 Thread Yadd
Le 15/05/2021 à 05:13, Yadd a écrit :
> Le 15/05/2021 à 05:02, Yadd a écrit :
>> Le 14/05/2021 à 14:21, Jonas Smedegaard a écrit :
>>> Quoting Pirate Praveen (2021-05-14 13:46:28)
 terser-webpack-plugin needs terser at least version 4.8. Is there any 
 known blockers I can help with?
>>>
>>> Thanks for asking.
>>>
>>> Draft package in git fails like this:
>>>
>>> cd dist && ../bin/terser \
>>> --mangle --compress \
>>> --source-map 'content=bundle.js.map,includeSources=true' \
>>> --output bundle.min.js \
>>> -- bundle.js
>>> Parse error at undefined:undefined,undefined
>>>
>>> /build/node-terser-4.8.0/bin/terser:244
>>> var lines = files[ex.filename].split(/\r?\n/);
>>>^
>>> TypeError: Cannot read property 'split' of undefined
>>> at run (/build/node-terser-4.8.0/bin/terser:244:44)
>>> at Object. (/build/node-terser-4.8.0/bin/terser:188:5)
>>> 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 Function.executeUserEntryPoint [as runMain] 
>>> (internal/modules/run_main.js:60:12)
>>> at internal/main/run_main_module.js:17:47
>>>
>>> /build/node-terser-4.8.0/tools/exit.js:14
>>> throw exit;
>>> ^
>>> [Function: exit]
>>>
>>>
>>> I suspect it is related to patch 1001 to use commander 4 - would sure be 
>>> helpful to have a pair of fresh eyes on it.
>>
>> Hi,
>>
>> same error with and without 1001 patch
> 
> I tried this and get the same error:
> 
>   $ cd /tmp
>   $ npm i terser@4.8.0
>   $ cd -
>   $ cd dist && /tmp/node_modules/terser/bin/terser \
>  --mangle --compress \
>  --source-map 'content=bundle.js.map,includeSources=true' \
>  --output bundle.min.js \
>  -- bundle.js
> 
> Looking more, error seems to be in `rollup --no-esModule -c`: the
> produced files looks strange (a mix of js and map)

No bundle.js it's a valid minified file

-- 
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#988507: Bug#988507: Bug#988507: update node-terser to alteast version 4.8

2021-05-14 Thread Yadd
Le 14/05/2021 à 14:21, Jonas Smedegaard a écrit :
> Quoting Pirate Praveen (2021-05-14 13:46:28)
>> terser-webpack-plugin needs terser at least version 4.8. Is there any 
>> known blockers I can help with?
> 
> Thanks for asking.
> 
> Draft package in git fails like this:
> 
> cd dist && ../bin/terser \
> --mangle --compress \
> --source-map 'content=bundle.js.map,includeSources=true' \
> --output bundle.min.js \
> -- bundle.js
> Parse error at undefined:undefined,undefined
> 
> /build/node-terser-4.8.0/bin/terser:244
> var lines = files[ex.filename].split(/\r?\n/);
>^
> TypeError: Cannot read property 'split' of undefined
> at run (/build/node-terser-4.8.0/bin/terser:244:44)
> at Object. (/build/node-terser-4.8.0/bin/terser:188:5)
> 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 Function.executeUserEntryPoint [as runMain] 
> (internal/modules/run_main.js:60:12)
> at internal/main/run_main_module.js:17:47
> 
> /build/node-terser-4.8.0/tools/exit.js:14
> throw exit;
> ^
> [Function: exit]
> 
> 
> I suspect it is related to patch 1001 to use commander 4 - would sure be 
> helpful to have a pair of fresh eyes on it.

Hi,

same error with and without 1001 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] [RFS] -- node-boom

2021-05-14 Thread ajayi Olatunji
Hi there,I have updated the node module node-boom from version 9.1.0+~2.0.0-1 to 9.1.2+~2.0.0. The package is available at  https://salsa.debian.org/thegodtune/node-boom and I am requesting that you kindly check if it is clean and fit for sponsorship. Olatunji Ajayi@thegodtune:matrix.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#988507: Bug#988507: update node-terser to alteast version 4.8

2021-05-14 Thread Jonas Smedegaard
Quoting Pirate Praveen (2021-05-14 13:46:28)
> terser-webpack-plugin needs terser at least version 4.8. Is there any 
> known blockers I can help with?

Thanks for asking.

Draft package in git fails like this:

cd dist && ../bin/terser \
--mangle --compress \
--source-map 'content=bundle.js.map,includeSources=true' \
--output bundle.min.js \
-- bundle.js
Parse error at undefined:undefined,undefined

/build/node-terser-4.8.0/bin/terser:244
var lines = files[ex.filename].split(/\r?\n/);
   ^
TypeError: Cannot read property 'split' of undefined
at run (/build/node-terser-4.8.0/bin/terser:244:44)
at Object. (/build/node-terser-4.8.0/bin/terser:188:5)
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 Function.executeUserEntryPoint [as runMain] 
(internal/modules/run_main.js:60:12)
at internal/main/run_main_module.js:17:47

/build/node-terser-4.8.0/tools/exit.js:14
throw exit;
^
[Function: exit]


I suspect it is related to patch 1001 to use commander 4 - would sure be 
helpful to have a pair of fresh eyes on it.


 - 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] Bug#988507: update node-terser to alteast version 4.8

2021-05-14 Thread Pirate Praveen

Package: node-terser
Version: 4.1.2-8
Severity: wishlist
Control: block 988506 by -1

terser-webpack-plugin needs terser at least version 4.8. Is there any 
known blockers I can help with?


--
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: update node-terser to alteast version 4.8

2021-05-14 Thread Debian Bug Tracking System
Processing control commands:

> block 988506 by -1
Bug #988506 [wnpp] ITP: node-terser-webpack-plugin -- Terser plugin for webpack
988506 was not blocked by any bugs.
988506 was blocking: 980316
Added blocking bug(s) of 988506: 988507

-- 
988506: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988506
988507: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988507
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] Processed: ITP: node-terser-webpack-plugin -- Terser plugin for webpack

2021-05-14 Thread Debian Bug Tracking System
Processing control commands:

> block 980316 by -1
Bug #980316 [yarnpkg] Update yarnpkg to 2.x versions using corepack repo
980316 was not blocked by any bugs.
980316 was blocking: 956423
Added blocking bug(s) of 980316: 988506

-- 
980316: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980316
988506: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988506
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#988495: marked as done (node-millstone: autopkgtest needs update)

2021-05-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 May 2021 10:03:56 +
with message-id 
and subject line Bug#988495: fixed in node-millstone 0.6.19-4
has caused the Debian Bug report #988495,
regarding node-millstone: autopkgtest needs update
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.)


-- 
988495: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988495
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-millstone
Version: 0.6.19-3
Severity: serious
X-Debbugs-CC: debian...@lists.debian.org
User: debian...@lists.debian.org
Usertags: needs-update

Hi Maintainer

Sometime around 2021-04-21, node-millstone's autopkgtests started to
fail in testing [1].
I've copied what I hope is the relevant part of the log below.

Regards
Graham


[1] https://ci.debian.net/packages/n/node-millstone/testing/amd64/


  27 passing (3s)
  1 failing

  1) correctly localizes zipped json:
 Uncaught Error: Unable to download
'http://mapbox.github.com/millstone/test/polygons.json.zip' for
'polygons-zipped' (server returned 404)
  at WriteStream.
(/usr/share/nodejs/millstone/lib/millstone.js:161:48)
  at internal/fs/streams.js:247:14
  at FSReqCallback.oncomplete (fs.js:156:23)



autopkgtest [01:13:28]: test pkg-js-autopkgtest: ---]
autopkgtest [01:13:28]: test pkg-js-autopkgtest:  - - - - - - - - - -
results - - - - - - - - - -
pkg-js-autopkgtest   FAIL non-zero exit status 1
--- End Message ---
--- Begin Message ---
Source: node-millstone
Source-Version: 0.6.19-4
Done: Yadd 

We believe that the bug you reported is fixed in the latest version of
node-millstone, 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 988...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yadd  (supplier of updated node-millstone 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: Fri, 14 May 2021 11:51:08 +0200
Source: node-millstone
Architecture: source
Version: 0.6.19-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Closes: 988495
Changes:
 node-millstone (0.6.19-4) unstable; urgency=medium
 .
   * Team upload
   * Fix GitHub tags regex
   * Disable one check in test: upstream deleted test file (Closes: #988495)
   * Mark autopkgtest with "needs-internet"
Checksums-Sha1: 
 b5263deb8b17fce40c0cf023c94926d7a4f9f7bf 2290 node-millstone_0.6.19-4.dsc
 dd847cab99c82e4879fa543173bb13850b85e941 6648 
node-millstone_0.6.19-4.debian.tar.xz
Checksums-Sha256: 
 863435ac47186a6bbd3d9044d6ad7914deaca68539e70b3fd824a5dd5805423d 2290 
node-millstone_0.6.19-4.dsc
 13d3c0e7f81a602a9ee767f7c3a11070448b6f0a3d66b5f95a89ad20edf5c8f8 6648 
node-millstone_0.6.19-4.debian.tar.xz
Files: 
 33f088e3fc2e9c2638c1b098e4cf5679 2290 javascript optional 
node-millstone_0.6.19-4.dsc
 ca3f69132d56a960d036c4094b9aede5 6648 javascript optional 
node-millstone_0.6.19-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmCeSMIACgkQ9tdMp8mZ
7ul9Mw//ZuNAVc2sGwHBSaLTc3AKywbG70jWwjbohEkrRS00gt+dW3vUZNHApSps
UAygpr92yYRh3VUg/9KIAfxNSZ6W5EpmErVaUgxT8cqFmjuz/yvqvL2V14c/xOxu
QNJKOM3M2rnrFnM4QcJCfjynsMlmjiKvRpsjHUUpGBtohG/s5tC4iriykTebXY1k
l68T60kR4SvoKxWPpyH/LNNE3RL/NtTBgK9lV8fZu+xeLznSasVdN1JYTYYp/k7N
jp8Ll8Evq4vSmLSZmm34K1UEV25FJ7QlFgl3GqFq+5zLDFU4z3V1LfpxvuHxUKg2
5Q44MMXskvttbaWh+WxSm3gDuVj0K7IKWwmNgLiEi8YBtb2p3FCv9HDDs9QdM9l8
lcabk2s6B+VmrIXsImpn4vrx5Da07SyLyaPgpU6foXB8+AKD6xQE7bRMM75HT3E8
pOQYbnTn8zR1iL+9jztT6dqhGnu2nOpJTTPAP6hNytZvvedAYPbhSA62GMzcYCHi
dasYOU98PEJ2wfmsRrJMBx7opv9PF5R1mpfOHHf6dbXNywsWYNnpTxti3paTrAln
ER1tJpCptPv0cHr6la2wMJ6+EMCIFIANJw8tiCcPHfMIwEaqB4+XoLZtTF2ArqiD
TN0VxY0MaYm513rGsmJ3oHBITxLf1gXE6yVsKQ3mji7Ld8BabJ0=
=nPjg
-END PGP 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: Bug#988495 marked as pending in node-millstone

2021-05-14 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #988495 {Done: Yadd } [src:node-millstone] node-millstone: 
autopkgtest needs update
Added tag(s) pending.

-- 
988495: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988495
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-millstone_0.6.19-4_sourceonly.changes ACCEPTED into unstable

2021-05-14 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 14 May 2021 11:51:08 +0200
Source: node-millstone
Architecture: source
Version: 0.6.19-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Closes: 988495
Changes:
 node-millstone (0.6.19-4) unstable; urgency=medium
 .
   * Team upload
   * Fix GitHub tags regex
   * Disable one check in test: upstream deleted test file (Closes: #988495)
   * Mark autopkgtest with "needs-internet"
Checksums-Sha1: 
 b5263deb8b17fce40c0cf023c94926d7a4f9f7bf 2290 node-millstone_0.6.19-4.dsc
 dd847cab99c82e4879fa543173bb13850b85e941 6648 
node-millstone_0.6.19-4.debian.tar.xz
Checksums-Sha256: 
 863435ac47186a6bbd3d9044d6ad7914deaca68539e70b3fd824a5dd5805423d 2290 
node-millstone_0.6.19-4.dsc
 13d3c0e7f81a602a9ee767f7c3a11070448b6f0a3d66b5f95a89ad20edf5c8f8 6648 
node-millstone_0.6.19-4.debian.tar.xz
Files: 
 33f088e3fc2e9c2638c1b098e4cf5679 2290 javascript optional 
node-millstone_0.6.19-4.dsc
 ca3f69132d56a960d036c4094b9aede5 6648 javascript optional 
node-millstone_0.6.19-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmCeSMIACgkQ9tdMp8mZ
7ul9Mw//ZuNAVc2sGwHBSaLTc3AKywbG70jWwjbohEkrRS00gt+dW3vUZNHApSps
UAygpr92yYRh3VUg/9KIAfxNSZ6W5EpmErVaUgxT8cqFmjuz/yvqvL2V14c/xOxu
QNJKOM3M2rnrFnM4QcJCfjynsMlmjiKvRpsjHUUpGBtohG/s5tC4iriykTebXY1k
l68T60kR4SvoKxWPpyH/LNNE3RL/NtTBgK9lV8fZu+xeLznSasVdN1JYTYYp/k7N
jp8Ll8Evq4vSmLSZmm34K1UEV25FJ7QlFgl3GqFq+5zLDFU4z3V1LfpxvuHxUKg2
5Q44MMXskvttbaWh+WxSm3gDuVj0K7IKWwmNgLiEi8YBtb2p3FCv9HDDs9QdM9l8
lcabk2s6B+VmrIXsImpn4vrx5Da07SyLyaPgpU6foXB8+AKD6xQE7bRMM75HT3E8
pOQYbnTn8zR1iL+9jztT6dqhGnu2nOpJTTPAP6hNytZvvedAYPbhSA62GMzcYCHi
dasYOU98PEJ2wfmsRrJMBx7opv9PF5R1mpfOHHf6dbXNywsWYNnpTxti3paTrAln
ER1tJpCptPv0cHr6la2wMJ6+EMCIFIANJw8tiCcPHfMIwEaqB4+XoLZtTF2ArqiD
TN0VxY0MaYm513rGsmJ3oHBITxLf1gXE6yVsKQ3mji7Ld8BabJ0=
=nPjg
-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-millstone_0.6.19-4_sourceonly.changes

2021-05-14 Thread Debian FTP Masters
node-millstone_0.6.19-4_sourceonly.changes uploaded successfully to localhost
along with the files:
  node-millstone_0.6.19-4.dsc
  node-millstone_0.6.19-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] Bug#988495: node-millstone: autopkgtest needs update

2021-05-14 Thread Graham Inggs
Source: node-millstone
Version: 0.6.19-3
Severity: serious
X-Debbugs-CC: debian...@lists.debian.org
User: debian...@lists.debian.org
Usertags: needs-update

Hi Maintainer

Sometime around 2021-04-21, node-millstone's autopkgtests started to
fail in testing [1].
I've copied what I hope is the relevant part of the log below.

Regards
Graham


[1] https://ci.debian.net/packages/n/node-millstone/testing/amd64/


  27 passing (3s)
  1 failing

  1) correctly localizes zipped json:
 Uncaught Error: Unable to download
'http://mapbox.github.com/millstone/test/polygons.json.zip' for
'polygons-zipped' (server returned 404)
  at WriteStream.
(/usr/share/nodejs/millstone/lib/millstone.js:161:48)
  at internal/fs/streams.js:247:14
  at FSReqCallback.oncomplete (fs.js:156:23)



autopkgtest [01:13:28]: test pkg-js-autopkgtest: ---]
autopkgtest [01:13:28]: test pkg-js-autopkgtest:  - - - - - - - - - -
results - - - - - - - - - -
pkg-js-autopkgtest   FAIL non-zero exit status 1

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