[Pkg-javascript-devel] node-es6-promise 4.2.8-6 MIGRATED to testing

2019-10-12 Thread Debian testing watch
FYI: The status of the node-es6-promise source package
in Debian's testing distribution has changed.

  Previous version: 4.2.8-5
  Current version:  4.2.8-6

-- 
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-uri-js 4.2.2+dfsg-5 MIGRATED to testing

2019-10-12 Thread Debian testing watch
FYI: The status of the node-uri-js source package
in Debian's testing distribution has changed.

  Previous version: 4.2.2+dfsg-4
  Current version:  4.2.2+dfsg-5

-- 
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-log4js 5.2.1-1 MIGRATED to testing

2019-10-12 Thread Debian testing watch
FYI: The status of the node-log4js source package
in Debian's testing distribution has changed.

  Previous version: 4.5.1-3
  Current version:  5.2.1-1

-- 
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-temporary 1.0.1-1 MIGRATED to testing

2019-10-12 Thread Debian testing watch
FYI: The status of the node-temporary source package
in Debian's testing distribution has changed.

  Previous version: 1.0.0-1
  Current version:  1.0.1-1

-- 
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-stylus 0.54.7-1 MIGRATED to testing

2019-10-12 Thread Debian testing watch
FYI: The status of the node-stylus source package
in Debian's testing distribution has changed.

  Previous version: 0.54.5-3
  Current version:  0.54.7-1

-- 
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-rollup 0.68.2-2 MIGRATED to testing

2019-10-12 Thread Debian testing watch
FYI: The status of the node-rollup source package
in Debian's testing distribution has changed.

  Previous version: 0.56.3-2
  Current version:  0.68.2-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

Re: [Pkg-javascript-devel] build node-i18next with webpack instead or rollup?

2019-10-12 Thread Nicolas Mora
Le 19-10-12 à 14 h 12, Pirate Praveen a écrit :
> 
> 
> Now autopkgtest is failing,
> 
> autopkgtest [23:40:13]: test require: [---
> /usr/share/nodejs/i18next/i18next.js:124 _export(_export.S + _export.F *
> !_descriptors, 'Object', { defineProperty: _objectDp.f }); ^ TypeError:
> Cannot read property 'S' of undefined at
> /usr/share/nodejs/i18next/i18next.js:124:18 at
> /usr/share/nodejs/i18next/i18next.js:2:82 at Object.
> (/usr/share/nodejs/i18next/i18next.js:5:2) at Module._compile
> (internal/modules/cjs/loader.js:778:30) at Object.Module._extensions..js
> (internal/modules/cjs/loader.js:789:10) at Module.load
> (internal/modules/cjs/loader.js:653:32) at tryModuleLoad
> (internal/modules/cjs/loader.js:593:12) at Function.Module._load
> (internal/modules/cjs/loader.js:585:3) at Module.require
> (internal/modules/cjs/loader.js:692:17) at require
> (internal/modules/cjs/helpers.js:25:18)
> 
Indeed...

If I set the output format to cjs instead of umd, the build and
autopkgtest succeed. I don't know if it's an upstream bug or a config
issue from my side.

I've updated the salsa repo with cjs format [1]. Is it correct?

/Nicolas

[1] - https://salsa.debian.org/js-team/node-i18next


pEpkey.asc
Description: application/pgp-keys
-- 
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] build node-i18next with webpack instead or rollup?

2019-10-12 Thread Pirate Praveen



On Wed, Oct 9, 2019 at 15:21, Nicolas Mora  
wrote:

Le 2019-10-09 13:02, Xavier a écrit :


No but it's a git-buildpackage bug. Commit the good file using:
  $ pristine-tar commit ../node-i18next-17.0.18.tar.gz 
upstream/17.0.18
Then push to salsa (using `salsa push` which pushes all what is 
needed)


Got it, thanks.

Also, I could push force in the salsa repo. I had to temporary change 
the protected branch configuration for the repo, push force, then 
reset the protected branch config as it was. Now the node-i18next 
commits are all squashed.


Now autopkgtest is failing,

autopkgtest [23:40:13]: test require: [---
/usr/share/nodejs/i18next/i18next.js:124
	_export(_export.S + _export.F * !_descriptors, 'Object', { 
defineProperty: _objectDp.f });

^

TypeError: Cannot read property 'S' of undefined
   at /usr/share/nodejs/i18next/i18next.js:124:18
   at /usr/share/nodejs/i18next/i18next.js:2:82
   at Object. (/usr/share/nodejs/i18next/i18next.js:5:2)
   at Module._compile (internal/modules/cjs/loader.js:778:30)
   at Object.Module._extensions..js 
(internal/modules/cjs/loader.js:789:10)

   at Module.load (internal/modules/cjs/loader.js:653:32)
   at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
   at Function.Module._load (internal/modules/cjs/loader.js:585:3)
   at Module.require (internal/modules/cjs/loader.js:692:17)
   at require (internal/modules/cjs/helpers.js:25:18)

When node-i18next will be pushed and accepted, can we do the same to 
my 2 other repos node-i18next-browser-languagedetector [1] and 
node-i18next-xhr-backend [2]?




You can squash/force push in your namespace and we can then import it 
to js-team as a clean repo.



/Nicolas

[1] - 

[2] - 



-- 
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: retitle 935845 to node-lodash: node-lodash._createRound calls deprecated root object ...

2019-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 935845 node-lodash: node-lodash._createRound calls deprecated root 
> object
Bug #935845 [lodash] lodash: node-lodash._createRound calls deprecated root 
object
Warning: Unknown package 'lodash'
Changed Bug title to 'node-lodash: node-lodash._createRound calls deprecated 
root object' from 'lodash: node-lodash._createRound calls deprecated root 
object'.
Warning: Unknown package 'lodash'
> reassign 935845 node-lodash
Bug #935845 [lodash] node-lodash: node-lodash._createRound calls deprecated 
root object
Warning: Unknown package 'lodash'
Bug reassigned from package 'lodash' to 'node-lodash'.
Ignoring request to alter found versions of bug #935845 to the same values 
previously set
Ignoring request to alter fixed versions of bug #935845 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
935845: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=935845
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] eslint_1.3.1~dfsg-1_amd64.changes ACCEPTED into experimental, experimental

2019-10-12 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Oct 2019 00:58:40 +0200
Source: eslint
Binary: eslint
Architecture: source all
Version: 1.3.1~dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Jonas Smedegaard 
Description:
 eslint - AST-based pattern checker for JavaScript
Closes: 743404
Changes:
 eslint (1.3.1~dfsg-1) experimental; urgency=low
 .
   * Initial release.
 Closes: Bug#743404.
Checksums-Sha1:
 e85ff1c1449cad91b88f3f932947e96fb0cc4f78 2301 eslint_1.3.1~dfsg-1.dsc
 7f6cfefd3d01610552713c9efeb9e5374ce47712 355000 eslint_1.3.1~dfsg.orig.tar.xz
 f89c33c2caabef3191ebea9f572ffef0d8f2b649 30456 
eslint_1.3.1~dfsg-1.debian.tar.xz
 bf1efd3ade873111053bbd81a84a5a75bd958e70 203296 eslint_1.3.1~dfsg-1_all.deb
 e17fa7120b132ef51149d84f0faebd2f7e880c41 10212 
eslint_1.3.1~dfsg-1_amd64.buildinfo
Checksums-Sha256:
 efb9e6d5ef5d38f40312c553f3c3626c58cf2fdb046a392c4e65dbd14702c6f1 2301 
eslint_1.3.1~dfsg-1.dsc
 777c2d609948866cfe54122e4ba3d922a2a291c6613dd9c09d198309f8c09100 355000 
eslint_1.3.1~dfsg.orig.tar.xz
 ec7c66bfc25c453a02fa5288a8069e196b572e2a03d86e4f8c750a0a334121fd 30456 
eslint_1.3.1~dfsg-1.debian.tar.xz
 c4d861a5999d1b27ff42628e474cd2e58de1893f7b227252e3dd3729f4dd0fd3 203296 
eslint_1.3.1~dfsg-1_all.deb
 40e95cd2a65a09954ad95fc0fdf0aaeb16874d81cf1a307967362c8dcb3d0039 10212 
eslint_1.3.1~dfsg-1_amd64.buildinfo
Files:
 f070f0e43a7ed47605d8cf624457e363 2301 javascript optional 
eslint_1.3.1~dfsg-1.dsc
 b94db1b6c8929a54875c35666589593e 355000 javascript optional 
eslint_1.3.1~dfsg.orig.tar.xz
 77e1504f3122bd1d95fba30f5f0a0f50 30456 javascript optional 
eslint_1.3.1~dfsg-1.debian.tar.xz
 b60c9caefd3f17834dfeb57753b007aa 203296 javascript optional 
eslint_1.3.1~dfsg-1_all.deb
 64c92a8381fecfa421b0be3db062eaeb 10212 javascript optional 
eslint_1.3.1~dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAl2hCcUACgkQLHwxRsGg
ASFHrQ/6AhNcDWbUQ/UMm92HxoqXq26oOTw9ylFnE6iQ9TxI+8RGj5IFYZYxjpKb
GbxLysKubPeM8pbvp7OUIjuwaD0anNQnntIfwQHkSv/wkfM4nUAD7g13nAhXYNWZ
C5aolXlXUFckcu9nyn4MQ7hNYigNwtOr6Qu9jWwFgGUVj26VptTJCaEbbnQEIfWj
vI7xMey8HJ16ri+Ay2Wc2Vsgh5+RUIQ42U3HQjPYPXSUxNCy/oR5oqTjnMpljMFI
8WcwczVe24UB8sK26US01aYhLylailLuKnRL9WQXexGD1UmxLUAfKz2PUaqxeDJI
v4Uy57zHKhxu9p6SwGcGz7TsRJjCFT9kaHzrEgsGs3n6LGxIo7kAYNhLeAgwT3Sx
5ZFu51YrvBjJGJ4c/qfy/Dqciybg5T3MTWmAaWdL6ROkGOOD2twgpVsVYQsQfqnz
zwAI9OPhpxwJpvekpiHkE8FOx/4hN44AadU5SYunquLip4XYuJ5RwxpEl+1WQDjm
GLDQm810fT3xl+mB5CmuJOOi166Em52UTpE3Z4eaqctTN00Ewz54naWEcRgnv5Ie
ESTaup+eJDEsAcX72e4eqxMkRWnlhCMj1d7Nt8d1Ip2O4NXFUOejsDbi6I+/cfqZ
N3AFGP477gnOykfBqYr6IEMQ/dH4dCcyTLMQwywml0MWZb/sRfU=
=ZhhJ
-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] eslint_1.3.1~dfsg-4_amd64.changes ACCEPTED into experimental, experimental

2019-10-12 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Oct 2019 18:55:12 +0200
Source: eslint
Binary: eslint
Architecture: source all
Version: 1.3.1~dfsg-4
Distribution: experimental
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Jonas Smedegaard 
Description:
 eslint - AST-based pattern checker for JavaScript
Changes:
 eslint (1.3.1~dfsg-4) experimental; urgency=medium
 .
   * Add patch cherry-picked upstream
 to allow whitespace in rule message parameters.
 Unfuzz other patches.
 Stop depend on node-escape-string-regexp.
   * Simplify checking testsuite during build:
 + Run eslint and mocha directly.
 + Drop patches to upstream Makefile.js monster.
Checksums-Sha1:
 9feb13b8cfb6211c5677eba32289e2fbeafc6f67 2301 eslint_1.3.1~dfsg-4.dsc
 205635cc91512c41feaf23dc72de9cf4765f86e7 24568 
eslint_1.3.1~dfsg-4.debian.tar.xz
 8baf1eff8a2f0bcba27640f2ea046734361599bc 203800 eslint_1.3.1~dfsg-4_all.deb
 e2218f6399252831d4784a04dd51bbe97266db49 10212 
eslint_1.3.1~dfsg-4_amd64.buildinfo
Checksums-Sha256:
 a2497d9e115e40feca118dcad4890ce14fab948947d1c7e727cc6b11f406f8ce 2301 
eslint_1.3.1~dfsg-4.dsc
 8e31a11f78f3f1e22f8a11d07d370bc49750f4827426e432243c36de96a1ec1f 24568 
eslint_1.3.1~dfsg-4.debian.tar.xz
 e759a4cdc105df7511a26b8180c89745386f3f962aeb92ab2a844ecda11ffcb0 203800 
eslint_1.3.1~dfsg-4_all.deb
 cfb10e104a181301e1019fbed30e2683638ee8199a82567347aac8b29ce87ecb 10212 
eslint_1.3.1~dfsg-4_amd64.buildinfo
Files:
 5626e62334f5918aac508bd643a60e69 2301 javascript optional 
eslint_1.3.1~dfsg-4.dsc
 360c7ab9843121feaac483f419a5589a 24568 javascript optional 
eslint_1.3.1~dfsg-4.debian.tar.xz
 e02e50c926b0fae0704abdeebea38bad 203800 javascript optional 
eslint_1.3.1~dfsg-4_all.deb
 2d0846e82ce7b02a7716cf7a0992d0d8 10212 javascript optional 
eslint_1.3.1~dfsg-4_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAl2iBqgACgkQLHwxRsGg
ASFSQg//TZiv8J0+basSw6oWJ+ebw0F/dpb0W+roNfXulmUwHN4pZyaCFax3mIHR
xIK1UcVW61/i4rYUcPvNBvDIZdnxTiEQ/a2kyg54vBAPT271b3XIXVtJQQae2W6T
eIahspmN93Z0qKnP68DkbCb8US66ldS//jMtAXpXEGDPQYoQqTqltulDy2gxWaxm
iuxqZPHFNAnk3TrKUY+dBampFgZb3Tj69Q7VdkQwiq0XmgvVSnI9Wv/jrUE0LdT6
HGjhAL2E+o3TilFGOLaVUXHXeOtwzmaO3qqavHp2oZT3lNMHmr9UJFKv3kDLUuyb
1ZFO5opOklmWdV2w57HswcMjQW4GNC2FcBQQiYuV0BwK/fCDfgioDysy3ffiCMnI
s03IxKP4r2ZExz7kvNFhlDSSCIAs2C8QvurPVrc1VPhAUDuvP85PKm59A1rRAOuf
S6UzqN0Pc1H8OSTyJxbeAR30Sm0Kfqy7TsfzR2TJ+M/lzfbRvtvYK2mdoekS2qiB
GOF/du6l3SNtKIQdRW4lTRCVWwzvvFuKH98GY/5c07ou5202rajN/BSrjz+OEskJ
QPcL/D9PVk0PYsBg8prvnZx3035E4EU7eXH4rutFJntAQQGdvrH0ifnad4r28JtW
napHzo6H6o/M7iY6pfhBFKY7zQpMnm1oUHC5eGzEahWr/2+CNHY=
=f1di
-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] eslint_1.3.1~dfsg-3_amd64.changes ACCEPTED into experimental, experimental

2019-10-12 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Oct 2019 15:19:55 +0200
Source: eslint
Binary: eslint
Architecture: source all
Version: 1.3.1~dfsg-3
Distribution: experimental
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Jonas Smedegaard 
Description:
 eslint - AST-based pattern checker for JavaScript
Changes:
 eslint (1.3.1~dfsg-3) experimental; urgency=medium
 .
   * Fix install executable.
   * Add patch cherry-picked upstream to lazy-load rules.
 Relax to recommend (not depend on)
 node-chalk node-inquirer node-strip-ansi node-text-table.
 Fix explicitly depend on node-escape-string-regexp
 (previously pulled in by node-chalk).
Checksums-Sha1:
 32f02e860757791cb5c374b3d875ac8a2254fee5 2301 eslint_1.3.1~dfsg-3.dsc
 7ec933c69044f13c8a40b48707b7b4456ef83984 30728 
eslint_1.3.1~dfsg-3.debian.tar.xz
 376e38a097cf1ea267dbf716f646c7e508074807 203608 eslint_1.3.1~dfsg-3_all.deb
 4a2ee02342210be9cd7552faeaed3adabe4fc7b9 10212 
eslint_1.3.1~dfsg-3_amd64.buildinfo
Checksums-Sha256:
 3f68b231b8776bd5e47891d2ce93b1bedf0d6ecd79dbfc6088fc0909471416e1 2301 
eslint_1.3.1~dfsg-3.dsc
 5df55d1aa7b9ab83a1ad820b146f3045dedec6cbd66af207340cc9767d640f19 30728 
eslint_1.3.1~dfsg-3.debian.tar.xz
 1c2c8d3350cdce98f85d164f62f8add40778c508434877c40ebc1385c38f84af 203608 
eslint_1.3.1~dfsg-3_all.deb
 eb71d3c520962cf5169e2615a825fa211ca5933eea0329ced92a23ffd79ad44c 10212 
eslint_1.3.1~dfsg-3_amd64.buildinfo
Files:
 22b78eebe74b3ca4730b009e4f02547d 2301 javascript optional 
eslint_1.3.1~dfsg-3.dsc
 ad154b0176899dde081dd05e681796b8 30728 javascript optional 
eslint_1.3.1~dfsg-3.debian.tar.xz
 5726fa54782b59672cbd06c36535a349 203608 javascript optional 
eslint_1.3.1~dfsg-3_all.deb
 93e131ac477040eac66b7ce5361b20fb 10212 javascript optional 
eslint_1.3.1~dfsg-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAl2h1UIACgkQLHwxRsGg
ASGHrw/9F1VqVkR8ZkQ0BTXtg/pS1zhNLj2oArA+u5nEQ6UxKQWIY5QYO4NjNLja
CVgMzS7epbTwNKkeZkvPmHe0Qb1kyVtSIAzuTHhJAXgesDNUZqIDkONx4vvgbORJ
AmYQc0BPs6K6Vn1ezONX6PScoQwcitPj9vJ6txsLblTfCLwZpGD+SLhPv8IeP7wS
cfDZp2SemuNe9hga6+RDk2U8hqCfEy5GVw6C/AUd3vfL/SL1Pw5yJavrrEozt52q
7twZyaj/5i3zKErhhnLLqzqMUvJnJyVgfwIZezZ8XKysPIx6oDbrg8enEvNfc70e
y3RmxJMZmI/lDUjMy8zIrV0uM19R3Mu3kddAhMcyvCCXoiNMdKiVYNIZRsMirPhg
N1dusI/5Nv7vXGPTj3aOXuAMhzoH4yhAJ4MLWb94fRLaXYIEwOoIozQCJjWzH2F/
aBGnzk/JQYbp/ElbvYGFLH4uVnropP1JM4cLOHMRnQyP7SFQ8oPSkRkAF0W8fOsH
iZtPdSeOitym9a69yc2C+4YLKw2Uw5YNHK2rEArOt4DpZdd3uipZxP9BSZpmiNdT
6tCvfs/YKudTfR9HumvUPCBM3+S/aXXbZT1x2AeHwoJb+0g/7H8vSHNH1c1Er7x6
Vm8ky35sg02RyeLMNDydU1thGKLswMjcLnW7VtswInb7/4rFlpI=
=TcIk
-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] eslint_1.3.1~dfsg-2_amd64.changes ACCEPTED into experimental, experimental

2019-10-12 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Oct 2019 10:46:58 +0200
Source: eslint
Binary: eslint
Architecture: source all
Version: 1.3.1~dfsg-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Jonas Smedegaard 
Description:
 eslint - AST-based pattern checker for JavaScript
Changes:
 eslint (1.3.1~dfsg-2) experimental; urgency=medium
 .
   * Update package relations:
 + Provide node-eslint.
 + Fix depend on node-ajv (not node-is-my-json-valid).
   * Add DEP-3 patch headers.
Checksums-Sha1:
 c3e84ddbdbebbafef155d4cd5fe22ad4d8141626 2301 eslint_1.3.1~dfsg-2.dsc
 7f5638c0f319975ed4259e4af3e50b6952f76146 30136 
eslint_1.3.1~dfsg-2.debian.tar.xz
 eb48f9a2c282e3cee4f05fc8073176bbf62e68dc 203440 eslint_1.3.1~dfsg-2_all.deb
 5cb2f4605a9da758cbdfa1f45f94ec7141c19ebc 10212 
eslint_1.3.1~dfsg-2_amd64.buildinfo
Checksums-Sha256:
 d1a6ef02f41ae1d8a85381cc4586034c3189a15aa1d4a4e994e806ae740b6cb9 2301 
eslint_1.3.1~dfsg-2.dsc
 9d98717c09e6cfdec7ad5b51ad545604d3b2d53a3ca88fc7e6449de669816ab7 30136 
eslint_1.3.1~dfsg-2.debian.tar.xz
 627bbd9f2a63508ecbb2c41708512b7a82e07fb1b98590ef36661c9c024867d1 203440 
eslint_1.3.1~dfsg-2_all.deb
 834e1ebd4e71e9162203083ff7f2dac7bbc2582b1e809e0fa2c8516d73aebed5 10212 
eslint_1.3.1~dfsg-2_amd64.buildinfo
Files:
 d417542be089559ba0ad6e1633f423e0 2301 javascript optional 
eslint_1.3.1~dfsg-2.dsc
 594f856022bc7a698a60d7844a663d3c 30136 javascript optional 
eslint_1.3.1~dfsg-2.debian.tar.xz
 4ab189dd69c13cc51815e4dbd81dc342 203440 javascript optional 
eslint_1.3.1~dfsg-2_all.deb
 f57772e096e9bc1637fc2294b986a765 10212 javascript optional 
eslint_1.3.1~dfsg-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAl2hlJcACgkQLHwxRsGg
ASEsIQ/+O0CB+G6FQTIpXeSUuAhRr5jPfGeyszQzrHyi8Xk6UDSIEPBwaNqR1DGU
YLc2GYf2pVNL5cf2GG9fG3fG3jkSMMyr1h/qIuxVghsZHk03z5cdAwy/iY2Q4iWe
3VmATzYc8Up+eGyFS8UhNVXZYTIX1SGZcenI7G7ohXXirCyNivDGvemEXMwjXLXe
CdxfAnHXeqR3zghHZoFq/pby0K8Y0szl8QW8rPQz9mrs+VsubRvUmt7BMCbBSyH6
MbAL1qKi6uONo5Fese449kyaNVtG7InFdp9qfRqLB4tjT565qP6+Wxmby7hyhrJw
Zw60FxF8GQvkJvehLyu6afMLaoWo0NQAZ6Do07R73uSGRVCRkZgO1v//Zf/Jfb4s
Zqkl09qh2HP6d744i4jIw/Heln01PlH9+iIFnT4YQ8VovYjoSE8qz4CUKEIN9KtM
uVf4tLFlKBoHsQu0oUZG4JnSpX8PTY1QPep7HDHIKpneGOTxmSgeo6Hbcbb/mtBB
ehzJssmIMZqC2w8YFH48o/ddzo6pLUSuMMYQbAEhe+la/BvbBLGBfqrJHQXPOl60
ZhXZICGNVRVCLFURx/IQJkMuy3baNgxRbzYmicJ04eHrLvPY9WJPdTjoLSRa8oVE
nMUGWAuuPdXM0oGBUp0DxK/ZTqhYEBExLdEABEhfKqaZSm/eo2A=
=Cmj9
-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] Processed: reopening 935845, retitle 935845 to lodash: node-lodash._createRound calls deprecated root object ...

2019-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reopen 935845
Bug #935845 {Done: Xavier } [src:node-globule] node-globule: 
autopkgtest fails on deprecation warning with new version of node-lodash
Bug reopened
Ignoring request to alter fixed versions of bug #935845 to the same values 
previously set
> retitle 935845 lodash: node-lodash._createRound calls deprecated root object
Bug #935845 [src:node-globule] node-globule: autopkgtest fails on deprecation 
warning with new version of node-lodash
Changed Bug title to 'lodash: node-lodash._createRound calls deprecated root 
object' from 'node-globule: autopkgtest fails on deprecation warning with new 
version of node-lodash'.
> reassign 935845 lodash
Bug #935845 [src:node-globule] lodash: node-lodash._createRound calls 
deprecated root object
Bug reassigned from package 'src:node-globule' to 'lodash'.
Warning: Unknown package 'lodash'
Warning: Unknown package 'lodash'
No longer marked as found in versions node-globule/0.2.0-1.
Warning: Unknown package 'lodash'
Warning: Unknown package 'lodash'
Ignoring request to alter fixed versions of bug #935845 to the same values 
previously set
Warning: Unknown package 'lodash'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
935845: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=935845
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#935845: node-lodash._createRound calls deprecated root object

2019-10-12 Thread Jonas Smedegaard
reopen -1
retitle -1 lodash: node-lodash._createRound calls deprecated root object
reassign -1 lodash
thanks

The real bug is that node-lodash._createRound calls deprecated root object.

This was fixed upstream already, but mysteriously missed in debian:
https://github.com/lodash/lodash/commit/d73d82d#diff-a3f56cdc79b5cced4fb021ebed6d3255R1

 - 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] eslint_1.3.1~dfsg-4_amd64.changes is NEW

2019-10-12 Thread Debian FTP Masters
binary:eslint is NEW.
binary:eslint is NEW.
source:eslint is NEW.
eslint_1.3.1~dfsg.orig.tar.xz is only available in NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html
 or https://ftp-master.debian.org/backports-new.html for *-backports

-- 
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 eslint_1.3.1~dfsg-4_amd64.changes

2019-10-12 Thread Debian FTP Masters
eslint_1.3.1~dfsg-4_amd64.changes uploaded successfully to localhost
along with the files:
  eslint_1.3.1~dfsg-4.dsc
  eslint_1.3.1~dfsg-4.debian.tar.xz
  eslint_1.3.1~dfsg-4_all.deb
  eslint_1.3.1~dfsg-4_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

Re: [Pkg-javascript-devel] [review(rollup-transitions)] node-rollup-plugin-babel

2019-10-12 Thread Pirate Praveen



On Sat, Oct 12, 2019 at 17:25, Nilesh Patra  wrote:

Hi
I was working on node-rollup-plugin-babel for rollup transitions to 
1.0.2. I have pushed my changes to: 
 .It 
would be great if it can be reviewed.




This commit -> 
https://salsa.debian.org/gi-boi-guest/node-rollup-plugin-babel/commit/402f216f45fc062d1e815014a020f753ed1a350d 
does not seem right. Do you really need name option for cjs and es 
builds? Even if you need, I think you just copy pasted from 
node-rollup-plugin-buble. Or is that really rollup-plugin-buble?



Thanks and 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

[Pkg-javascript-devel] eslint_1.3.1~dfsg-3_amd64.changes is NEW

2019-10-12 Thread Debian FTP Masters
binary:eslint is NEW.
binary:eslint is NEW.
source:eslint is NEW.
eslint_1.3.1~dfsg.orig.tar.xz is only available in NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html
 or https://ftp-master.debian.org/backports-new.html for *-backports

-- 
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 eslint_1.3.1~dfsg-3_amd64.changes

2019-10-12 Thread Debian FTP Masters
eslint_1.3.1~dfsg-3_amd64.changes uploaded successfully to localhost
along with the files:
  eslint_1.3.1~dfsg-3.dsc
  eslint_1.3.1~dfsg-3.debian.tar.xz
  eslint_1.3.1~dfsg-3_all.deb
  eslint_1.3.1~dfsg-3_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#942218: node-sourcemap-codec: link file index.js incorrect

2019-10-12 Thread Nicolas Mora
Package: node-sourcemap-codec
Version: 1.4.5
Severity: normal
Tags: patch

The link usr/lib/nodejs/sourcemap-codec/index.js included in the package
points to the file usr/lib/nodejs/sourcemap-codec/sourcemap-codec.js
where it should link to 
usr/lib/nodejs/sourcemap-codec/dist/sourcemap-codec.umd.js

-- System Information:
Debian Release: 10.1
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'unstable'), 
(500, 'testing')
Architecture: armhf (armv7l)

Kernel: Linux 3.10.107 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages node-sourcemap-codec depends on:
pn  node-vlq  
pn  nodejs

node-sourcemap-codec recommends no packages.

node-sourcemap-codec suggests no packages.
diff --git a/debian/links b/debian/links
index e733015..1e2cc11 100644
--- a/debian/links
+++ b/debian/links
@@ -1,2 +1,2 @@
 # otherwise node-es6-module-transpiler isn't smart enough to find it
-usr/lib/nodejs/sourcemap-codec/index.js 
usr/lib/nodejs/sourcemap-codec/sourcemap-codec.js
+usr/lib/nodejs/sourcemap-codec/dist/sourcemap-codec.umd.js 
usr/lib/nodejs/sourcemap-codec/index.js
-- 
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#942216: node-rollup-plugin-commonjs: link file index.js incorrect

2019-10-12 Thread Nicolas Mora
Package: node-rollup-plugin-commonjs
Version: 10.0.1
Severity: normal
Tags: patch

The link usr/lib/nodejs/rollup-plugin-commonjs/index.js included in the package
points to the file 
usr/lib/nodejs/rollup-plugin-commonjs/rollup-plugin-commonjs.cjs.js
where it should link to 
usr/lib/nodejs/rollup-plugin-commonjs/dist/rollup-plugin-commonjs.cjs.js

-- System Information:
Debian Release: 10.1
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'unstable'), 
(500, 'testing')
Architecture: armhf (armv7l)

Kernel: Linux 3.10.107 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages node-rollup-plugin-commonjs depends on:
pn  node-acorn   
pn  node-estree-walker   
pn  node-is-reference
pn  node-magic-string
pn  node-resolve 
pn  node-rollup-pluginutils  
pn  nodejs   

node-rollup-plugin-commonjs recommends no packages.

node-rollup-plugin-commonjs suggests no packages.
diff --git a/debian/links b/debian/links
index 4815bc9..e4dab4d 100644
--- a/debian/links
+++ b/debian/links
@@ -1 +1 @@
-usr/lib/nodejs/rollup-plugin-commonjs/rollup-plugin-commonjs.cjs.js 
usr/lib/nodejs/rollup-plugin-commonjs/index.js
+usr/lib/nodejs/rollup-plugin-commonjs/dist/rollup-plugin-commonjs.cjs.js 
usr/lib/nodejs/rollup-plugin-commonjs/index.js
-- 
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] [review(rollup-transitions)] node-rollup-plugin-babel

2019-10-12 Thread Nilesh Patra
Hi
I was working on node-rollup-plugin-babel for rollup transitions to 1.0.2.
I have pushed my changes to:
https://salsa.debian.org/gi-boi-guest/node-rollup-plugin-babel .It would be
great if it can be reviewed.

Thanks and 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

[Pkg-javascript-devel] node-nodemailer_6.3.1-1_sourceonly.changes ACCEPTED into unstable

2019-10-12 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Oct 2019 10:07:05 +0200
Source: node-nodemailer
Architecture: source
Version: 6.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Xavier Guimard 
Changes:
 node-nodemailer (6.3.1-1) unstable; urgency=medium
 .
   * Declare compliance with policy 4.4.1
   * New upstream version 6.3.1
   * Drop changelog patch
Checksums-Sha1: 
 56c8dbff30aa89b53d2cfbd7c7bbafc5a23a712c 2118 node-nodemailer_6.3.1-1.dsc
 c9d8fa034f4a4a4519c4810edf24f26e308c6221 8562219 
node-nodemailer_6.3.1.orig.tar.gz
 0e0c9734de0ef1e94bc2b9becb95cabe3316ea9f 213320 
node-nodemailer_6.3.1-1.debian.tar.xz
Checksums-Sha256: 
 a24323eb3f397857b26dc4fb03bc403d3b4d8dd4ea0a438aa8298a7a3925de02 2118 
node-nodemailer_6.3.1-1.dsc
 6c2f1f2c00729cfcb8e7a70b8e1f59664d80482618ef5fcece7c59946fecf8f8 8562219 
node-nodemailer_6.3.1.orig.tar.gz
 a7a965ba0a206658d1ac9f37be8b478e9f32dfc0cd8fef09cca51bfc953a4699 213320 
node-nodemailer_6.3.1-1.debian.tar.xz
Files: 
 ac1bd808ae8b032de3ce217cdef97b25 2118 javascript optional 
node-nodemailer_6.3.1-1.dsc
 ff0860552abc894231c49015b8d8d28f 8562219 javascript optional 
node-nodemailer_6.3.1.orig.tar.gz
 a7167cfefb5a5ca2a34b952da0eb53a0 213320 javascript optional 
node-nodemailer_6.3.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAl2hipsACgkQ9tdMp8mZ
7umkhA//XtTC0G0fqYJrB2lmMMnfkHkLZxPjv+CBP2UQJNkFbkR2PAYmo1xTu+uY
HWj8xTaXsJEXCqd0eOzyw5ZT6BNGD3psv0SHMISkgsyPvGU/wbZzqNe7EvKyqOSK
MV18Zv0mg2+t8Fbm3Ensn4IDDfLO+t4ESuItrrEQPdWleckT3/mbDx1gCcrR4q5n
RFhTo6DRJor6p/b6fk39Z1vcOMyAm5L0Aj5hJGmf6fpq9Q6rl6Ikad9HgpSehUnq
J8HVh9Xj7EbQI0+8xyQnE/dVRUnIqnfoOxpe29LgWpallaqizEWLvTjpuHdqUru/
WUqsH2JWwPb4RKlTESypGJHsWMZIPXwbmLFoev6aNw63BCvZ+wwi4g4dHCcDBE+o
+QxQo1v3zeh8nNdc4aypNuaR38rHBiJ7PQ2Lg5dIK09LqKGC9vxAvmyBY3cdeA/J
Gj5Iz+jXXuFV/ggHQNulu2cSbUvrmFdNAlBFGYDGGRfpUkTkyMBoxFXYzbNLavCt
bVezH7i+21xD/9/svG4Lt3+f316wpLfhJt83ZN5RCg8GqmXIKxe81CjqNnzsvNH6
BHa2easvfQu3e4q063mxb0EwRZLp+IW+9YPVvnuu6fMvebX+Rl8Q3c5iLEjHHtZU
16xt786vns4P6URPWLSyE54dAQ+E2WLSuvgDNWwJDy2DXKuTJXg=
=puqJ
-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-nodemailer_6.3.1-1_sourceonly.changes

2019-10-12 Thread Debian FTP Masters
node-nodemailer_6.3.1-1_sourceonly.changes uploaded successfully to localhost
along with the files:
  node-nodemailer_6.3.1-1.dsc
  node-nodemailer_6.3.1.orig.tar.gz
  node-nodemailer_6.3.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] eslint_1.3.1~dfsg-2_amd64.changes is NEW

2019-10-12 Thread Debian FTP Masters
binary:eslint is NEW.
binary:eslint is NEW.
source:eslint is NEW.
eslint_1.3.1~dfsg.orig.tar.xz is only available in NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html
 or https://ftp-master.debian.org/backports-new.html for *-backports

-- 
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 eslint_1.3.1~dfsg-2_amd64.changes

2019-10-12 Thread Debian FTP Masters
eslint_1.3.1~dfsg-2_amd64.changes uploaded successfully to localhost
along with the files:
  eslint_1.3.1~dfsg-2.dsc
  eslint_1.3.1~dfsg-2.debian.tar.xz
  eslint_1.3.1~dfsg-2_all.deb
  eslint_1.3.1~dfsg-2_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] Processing of node-nodemailer_6.3.1-1_sourceonly.changes

2019-10-12 Thread Debian FTP Masters
node-nodemailer_6.3.1.orig.tar.gz has incorrect size; deleting it

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-tippex_3.0.0+ds-4_sourceonly.changes ACCEPTED into unstable

2019-10-12 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Oct 2019 09:26:23 +0200
Source: node-tippex
Architecture: source
Version: 3.0.0+ds-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Xavier Guimard 
Changes:
 node-tippex (3.0.0+ds-4) unstable; urgency=medium
 .
   * Team upload
 .
   [ Nilesh ]
   * update existing patch for rollup 0.68.2
   * update changelog
 .
   [ Utkarsh Gupta ]
   * Add d/upstream/metadata
   * Fix URLs and add Rules-Requires-Root
   * Update d/ch
 .
   [ Xavier Guimard ]
   * Requires rollup (<< 1.0.0~)
Checksums-Sha1: 
 a149e720b38188f910ab980f1779382ab4e7f753 2214 node-tippex_3.0.0+ds-4.dsc
 9d4ec8b1eb391d8ce5adc718300030bda231da94 2968 
node-tippex_3.0.0+ds-4.debian.tar.xz
Checksums-Sha256: 
 4c59a9852ccb00296f1a519faed5d57e8909542df5a94df572410b5c354f89dc 2214 
node-tippex_3.0.0+ds-4.dsc
 771f4e28535c8eb18aa5cc6a1a956d5a421eee2ce130dd38fd05b52b34c808c3 2968 
node-tippex_3.0.0+ds-4.debian.tar.xz
Files: 
 47c22df3214b5fd98b4c972ffc4b4c79 2214 javascript optional 
node-tippex_3.0.0+ds-4.dsc
 485011fa4177eba9328763d8b1ad161d 2968 javascript optional 
node-tippex_3.0.0+ds-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAl2hgb8ACgkQ9tdMp8mZ
7um2Kw//XMtfDcFx3ZffaJbcVnWbxBKbsWAAXfoh/RqeKoIuoy/JRlt9dqxlw99t
sAPjtLe5KbqSmuxjjhpMJLGRNhP2zPGV0PNOX/C2p87BygwZ4YAc/ITI/v0Ooid/
sFMY6yA/HRW4uMYSE+ZkFMUk5TylQuf7l19Bh+PBiRt1lzjoJ1jE7o+WiRv048rs
bJKgJB83M0eSTHHstqgEJSjVv8aE5lDiwVgLFnKd2atwP/jdnfrNUfycgiud9DKd
SWrjC4ot5Ill0mjSVC/x7y1aY7NfpkxBt6VyfzN8yFOKak09972BOOkQl0/B54n+
CHixDuACCPjfwDAf5RBQ4IXsETt4reCSnzOiZ24a1Ky8h934VeOFdLSndtorbXZV
kKPQZLVCHIIsoLvnNqbMVvcBasDUNeCBURpAf09uOvjc9//Spo4pshp55lRVtPcG
3angHI/uBGKsAiD+JieZfr1uCWwwnge31Rd0E3B/3jZbLTLhJJS/nL9DgEUiYtH0
PCZl+AVHPmd1inkMVCPlZauON8k9tLnhH+qMA2nsXbVc5i9oDsPd90nbMC4zdHKz
/iEsl74pk3TMDpjyb3n7qNFigMVsJguMwAFV/NcZMAtSD6zs3d7Q7Yu+EPPx5Mqu
/0goCc9Ii5F2lvgghex8+FVWNITyfIvnBxZzC/SHpWyuoUZiE8c=
=SRA4
-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-tippex_3.0.0+ds-4_sourceonly.changes

2019-10-12 Thread Debian FTP Masters
node-tippex_3.0.0+ds-4_sourceonly.changes uploaded successfully to localhost
along with the files:
  node-tippex_3.0.0+ds-4.dsc
  node-tippex_3.0.0+ds-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#942200: rollup 1.0 transition: node-d3 built with rollup 1.0 gives error in test

2019-10-12 Thread Pirate Praveen

package: node-d3
version: 4.13.0-10
severity: important

With rollup 1.0 in experimental, build trew some warning and test failed

Found debian/nodejs/./build
cd ./. && sh -e debian/nodejs/./build

index → build/d3.js...
(!) node-resolve plugin: The onwrite hook used by plugin node-resolve 
is deprecated. The generateBundle hook should be used instead.
(!) Circular dependency: 
../../../usr/share/nodejs/d3-selection/src/selection/index.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/select.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-selection/src/selection/index.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/selectAll.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-selection/src/selection/index.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/filter.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-selection/src/selection/index.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/data.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-selection/src/selection/index.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/data.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/enter.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-selection/src/selection/index.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/exit.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-selection/src/selection/index.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/merge.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-selection/src/selection/index.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/sort.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/index.js
(!) Circular dependency: 
../../../usr/lib/nodejs/d3-interpolate/src/value.js -> 
../../../usr/lib/nodejs/d3-interpolate/src/array.js -> 
../../../usr/lib/nodejs/d3-interpolate/src/value.js
(!) Circular dependency: 
../../../usr/lib/nodejs/d3-interpolate/src/value.js -> 
../../../usr/lib/nodejs/d3-interpolate/src/object.js -> 
../../../usr/lib/nodejs/d3-interpolate/src/value.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-transition/src/transition/index.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/filter.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-transition/src/transition/index.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/merge.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-transition/src/transition/index.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/select.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-transition/src/transition/index.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/selectAll.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-transition/src/transition/index.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/transition.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/index.js
(!) Circular dependency: 
../../../usr/lib/nodejs/d3-voronoi/src/Diagram.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Beach.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Cell.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Edge.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Diagram.js
(!) Circular dependency: 
../../../usr/lib/nodejs/d3-voronoi/src/Diagram.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Beach.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Cell.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Diagram.js
(!) Circular dependency: 
../../../usr/lib/nodejs/d3-voronoi/src/Diagram.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Beach.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Circle.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Diagram.js
(!) Circular dependency: 
../../../usr/lib/nodejs/d3-voronoi/src/Diagram.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Beach.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Diagram.js

created build/d3.js in 3.9s
  dh_auto_test --buildsystem=nodejs
/bin/sh -e debian/tests/pkg-js/test
/<>/build/d3.node.js:1
undefinedObject.defineProperty(exports, "event", {get: function() { 
return d3Selection.event; }});

^

ReferenceError: undefinedObject is not defined
   at Object. (/<>/build/d3.node.js:1:1)
   at Module._compile 

Re: [Pkg-javascript-devel] [review(rollup transitions)] node-tippex

2019-10-12 Thread Xavier
Le 12/10/2019 à 08:41, Pirate Praveen a écrit :
> 
> 
> On Sat, Oct 12, 2019 at 02:11, Nilesh Patra  wrote:
>> Hi,
>> node-tippex is one of the many packages that are required to be fixed
>> in rollup transition to 0.68.2 . The changes have been pushed at
>> https://salsa.debian.org/js-team/node-tippex .
>> It would be great if someone could review the package.
>>
> 
> It seems you messed up the changelog. 3.0.0+ds-3 is already uploaded to
> unstable. You should not change existing changelog entries (except for
> formating changes or somehting you missed). You should add a new entry
> and version.
> 
>> Thanks and regards
>> Nilesh

I fixed changelog and added a dependency to "rollup << 1.0.0~": another
update is required because of this error (acorn-jsx is installed and
node can load acorn-jsx/inject):

Found debian/nodejs/./build
cd ./. && sh -e debian/nodejs/./build
[!] Error: Cannot find module 'acorn-jsx/inject'
Error: Cannot find module 'acorn-jsx/inject'
at Function.Module._resolveFilename
(internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object. (/usr/lib/nodejs/buble/dist/buble.cjs.js:8:32)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Object.require.extensions..js
(/usr/share/nodejs/rollup/bin/src/run/loadConfigFile.js:43:17)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)

Uploaded anyway to unblock node-rollup 0.67

-- 
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#942199: rollup 1.0 transition: node-rollup-plugin-babel fails to build with Error: You must supply options.input to rollup

2019-10-12 Thread Pirate Praveen

package: node-rollup-plugin-babel
version: 3.0.3-3
severity: important

With rollup 1.0.2-1 in experimental, we get this error when building,

Found debian/nodejs/./build
cd ./. && sh -e debian/nodejs/./build
(!) You have passed an unrecognized option
Unknown input option: entry, targets, sourceMap. Allowed options: 
acorn, acornInjectPlugins, cache, chunkGroupingSize, context, 
experimentalCacheExpiry, experimentalOptimizeChunks, 
experimentalTopLevelAwait, external, inlineDynamicImports, input, 
manualChunks, moduleContext, onwarn, perf, plugins, preserveModules, 
preserveSymlinks, shimMissingExports, treeshake, watch


undefined → stdout...
[!] Error: You must supply options.input to rollup
Error: You must supply options.input to rollup
   at new Graph (/usr/share/nodejs/rollup/src/Graph.js:90:19)
   at Object.rollup 
(/usr/share/nodejs/rollup/src/rollup/index.js:129:23)
   at Object.build [as default] 
(/usr/share/nodejs/rollup/bin/src/run/build.js:41:10)

   at /usr/share/nodejs/rollup/bin/src/run/index.js:117:39
   at process._tickCallback (internal/process/next_tick.js:68:7)
   at Function.Module.runMain (internal/modules/cjs/loader.js:834:11)
   at startup (internal/bootstrap/node.js:283:19)
   at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)

Please fix the error so we can upload rollup 1.0 to unstable.

-- 
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-buble_0.19.8-1_source.changes ACCEPTED into experimental

2019-10-12 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Oct 2019 11:14:47 +0530
Source: node-rollup-plugin-buble
Architecture: source
Version: 0.19.8-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Pirate Praveen 
Changes:
 node-rollup-plugin-buble (0.19.8-1) experimental; urgency=medium
 .
   * Team upload
   * New upstream version 0.19.8
   * Switch to pkg-js-tools auto install
   * Update minimum version of node-buble
   * Bump Standards-Version to 4.4.1 (no changes needed)
   * Drop compat file, rely on debhelper-compat and bump compat level to 12
Checksums-Sha1:
 6d67a0ff9f0a55a1231923dbbd2473610f3eabf4 2269 
node-rollup-plugin-buble_0.19.8-1.dsc
 e30b69153bddf4ed5464de7b7dc60e3cfbe9ef15 17802 
node-rollup-plugin-buble_0.19.8.orig.tar.gz
 ab56f0af1b7d6cb1ed00e983de2ae275f6ea41de 2656 
node-rollup-plugin-buble_0.19.8-1.debian.tar.xz
 76addbc15011c4d68415feeadf56c85b9f527a5d 10936 
node-rollup-plugin-buble_0.19.8-1_amd64.buildinfo
Checksums-Sha256:
 6fc3ddaed9bcbe3a197d719f62927aa81728ec70e0c02427e86bc908ad32090b 2269 
node-rollup-plugin-buble_0.19.8-1.dsc
 404fb65aca1769b20eb812c44ab9ff7708da51033724188af90dcd819c925cf9 17802 
node-rollup-plugin-buble_0.19.8.orig.tar.gz
 d3f517c732b814e2a4044f703f7f0e8082307c56b884e4389847d13d83de273c 2656 
node-rollup-plugin-buble_0.19.8-1.debian.tar.xz
 6ba0eb5ce0a0a203e0903080194171ac744469413a6986d7c69270397afa9751 10936 
node-rollup-plugin-buble_0.19.8-1_amd64.buildinfo
Files:
 c836c539e59d00fc13a91cce47d8746e 2269 javascript optional 
node-rollup-plugin-buble_0.19.8-1.dsc
 0f74e40cdec868a7dc5cd63f96fec19a 17802 javascript optional 
node-rollup-plugin-buble_0.19.8.orig.tar.gz
 82b3fa1e0eb9ae07f5a118aad717ffc7 2656 javascript optional 
node-rollup-plugin-buble_0.19.8-1.debian.tar.xz
 386079d40827616ae1c879e6a1d07115 10936 javascript optional 
node-rollup-plugin-buble_0.19.8-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE/OFtr184QaN6dPMgC3aSB2Kmt4UFAl2haVEACgkQC3aSB2Km
t4VTAA//Z8IISRylN6ROrOe5/9mHlZj5VxpE+vLel1DcBtd3UpS9B+1tPZtOGNdV
ungvVuyvrTi0hK058WOnuQLxeAJZHLRoAIzScm0f4zCNYLZAnOzWhvOfbvzs5EST
ulr4lA6PbwOkAzklIqDPF6PKexTPvCLTg2m3cC6d/9ywD2iH0+Iu1J4udMY8d7S0
NLPjTwvOaZnvLH34OF0DpX34a6bVIgge6/G5K4sXYxnNOWpNHwOoocbUXLwdNibZ
yXugLTwZgI4M/zH0sYxKlNjoK2obeJn2scRLcpQmg6eII15sGkUNWPlXwqtJVEVx
A0AFdQjWhZudw1W4TOnSV7DdNvhMkQOmomPGQndQdVwXVffW/NOb7dNmLw85PQGp
f1qmMsed7ToB7a8P43l3M0ltDGJcXv0VNOEeX0mBBOjSEnl8EuVMtKK43SGRdNrG
SCIPB7fITDvxUoLDe2ZaCG3xbSpLMDp7B+4fxCXzmCyIsT0WZNEO09w+Ey6O7kFb
tEweB+Mh2Hia4cHZ0zkuzFAVKLsJjANg6gOyIaguACzEOzkh1NLEriQ1j4JEWmiG
6UqT1kFL0JD/J0XLiE5BySYev0oT/nhr/6Uod4wj31xD7NbFI/g2qPRAl482NQ0b
b//5mTexSsOUuqshWgqn1F7jkyYMycC9PatKbMzVcec2OE+ObkQ=
=Vbl7
-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