[Pkg-javascript-devel] dirty.js is marked for autoremoval from testing

2016-12-17 Thread Debian testing autoremoval watch
dirty.js 0.9.6-1 is marked for autoremoval from testing on 2017-01-07

It is affected by these RC bugs:
771790: dirty.js: dirty.js 0.9.6 doesn't work properly with recent nodejs


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


[Pkg-javascript-devel] libjs-chosen is marked for autoremoval from testing

2016-12-17 Thread Debian testing autoremoval watch
libjs-chosen 0.9.11-2 is marked for autoremoval from testing on 2017-01-05

It is affected by these RC bugs:
797166: libjs-chosen: Breaks with jQuery 1.11.3: $.browser is undefined


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


[Pkg-javascript-devel] backbone-dirty.js is marked for autoremoval from testing

2016-12-17 Thread Debian testing autoremoval watch
backbone-dirty.js 1.1.2-3 is marked for autoremoval from testing on 2017-01-07

It (build-)depends on packages with these RC bugs:
771790: dirty.js: dirty.js 0.9.6 doesn't work properly with recent nodejs


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


[Pkg-javascript-devel] node-glob-stream_5.3.4-1_amd64.changes REJECTED

2016-12-17 Thread Chris Lamb

LICENSE says:

  Copyright (c) 2015 Blaine Bublitz, Eric Schoffstall and other contributors

d/copyright says:

  2016 Gulp Team  (http://gulpjs.com/)

 -- Chris Lamb   Sat, 17 Dec 2016 22:25:52 +



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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


[Pkg-javascript-devel] Help needed on rollup

2016-12-17 Thread Julien Puydt

Hi,

I have been trying to package rollup since weeks now, but haven't been 
able to make much headways.


It is a bundler for javascript (ES6) code, used by more and more 
packages. I need it to update node-es6-promise to the latest release and 
to make better packages (see acorn's #848507).


I have been able to get around using it for a few things (node-vlq, 
node-magic-string, acorn, ...) until now using 
node-es6-module-transpiler's compile-modules, but that has its limit : I 
don't really get bundles but only transpiled JS files -- useful, but not 
as good as what we should have.


The big problem is that rollup depends on itself and:
1. I haven't yet managed to bootstrap it using compile-modules ;
2. upstream doesn't even understand the question: 
https://github.com/rollup/rollup/issues/1050 !


My idea is to build rollup[stage1] with compile-modules, then compile 
rollup[stage2] with the rollup[stage1], then compile the packaged rollup 
with rollup[stage2], but I'm stuck trying to get stage1 -- and I have 
been stuck long enough that I think I should call for help on the matter 
; the compilation fails with:
compile-modules convert -f commonjs -Idist -Idist/utils -Ibin 
-I/usr/lib/nodejs -I/usr/lib/nodejs/sourcemap-codec/ 
-I/usr/lib/nodejs/acorn -I/usr/lib/nodejs/ast-types/lib 
-I/usr/lib/nodejs/graceful-fs -I/usr/lib/nodejs/magic-string 
-I/usr/lib/nodejs/ -I/usr/lib/nodejs/chalk -I/usr/lib/nodejs/minimist 
-I/usr/lib/nodejs/source-map-support 
src/finalisers/shared/esModuleExport.js > 
dist/finalisers/shared/esModuleExport.js 


/usr/lib/nodejs/es6-module-transpiler/bin/compile-modules:77
throw ex;
^

TypeError: Cannot read property 'start' of null
at fixTemplateLiteral (/usr/lib/nodejs/recast/lib/util.js:226:46)
at Object.util.fixFaultyLocations 
(/usr/lib/nodejs/recast/lib/util.js:160:5)

at TreeCopier.TCp.copy (/usr/lib/nodejs/recast/lib/parser.js:108:10)
at TreeCopier.TCp.copy (/usr/lib/nodejs/recast/lib/parser.js:146:30)
at Array.map (native) 
at TreeCopier.TCp.copy 
(/usr/lib/nodejs/recast/lib/parser.js:101:21)at 
TreeCopier.TCp.copy (/usr/lib/nodejs/recast/lib/parser.js:146:30) 
at TreeCopier.TCp.copy 
(/usr/lib/nodejs/recast/lib/parser.js:146:30)at Object.parse 
(/usr/lib/nodejs/recast/lib/parser.js:88:34
at Module. 
(/usr/lib/nodejs/es6-module-transpiler/lib/module.js:124:17)



Thanks,

Snark on #debian-js

PS: notice that the git repo created by Sruthi Chandran looks pretty 
incorrect : it uses npm to install things!


debian.tar.bz2
Description: application/bzip
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] Bug#848507: node-acorn: Acorn does not build walk

2016-12-17 Thread Julien Puydt

Hi,

On 17/12/2016 20:42, Ross Gammon wrote:

Package: node-acorn
Version: 4.0.3-2
Severity: normal

Dear Maintainer,

I am trying to package node-bluebird, and I was very glad to see your work on
acorn, and to see it make it into the archive. Acorn is needed to build
bluebird.

Unfortunately, bluebird cannot find "walk" which is part of acorn.

According to acorn's package.json, walk is built with "rollup -c
rollup/config.walk.js" and ends up in "dist/walk.js".

Unfortunately, rollup is not yet packaged for Debian, although some packaging
has been started:
https://anonscm.debian.org/cgit/pkg-javascript/node-rollup.git/

I hope that once rollup makes it into Debian, that you will build walk for me
in acorn.

Regards,


Well,  I'll gladly get things built with rollup when we have it, and 
then we'll have everything ; see the mail I'm going to send to the JS ml 
when I'll have finished writing it (it's short but I'm on it since a few 
days : I'm busy).


Snark on #debian-js

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


[Pkg-javascript-devel] Processed: block 779305 with 848507

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

> block 779305 with 848507
Bug #779305 [wnpp] RFP: node-bluebird -- Full featured Promises/A+ 
implementation
779305 was blocked by: 779667 780342 780312 780357
779305 was blocking: 779306 845036
Added blocking bug(s) of 779305: 848507
> thanks
Stopping processing here.

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

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


[Pkg-javascript-devel] Bug#848507: node-acorn: Acorn does not build walk

2016-12-17 Thread Ross Gammon
Package: node-acorn
Version: 4.0.3-2
Severity: normal

Dear Maintainer,

I am trying to package node-bluebird, and I was very glad to see your work on
acorn, and to see it make it into the archive. Acorn is needed to build
bluebird.

Unfortunately, bluebird cannot find "walk" which is part of acorn.

According to acorn's package.json, walk is built with "rollup -c
rollup/config.walk.js" and ends up in "dist/walk.js".

Unfortunately, rollup is not yet packaged for Debian, although some packaging
has been started:
https://anonscm.debian.org/cgit/pkg-javascript/node-rollup.git/

I hope that once rollup makes it into Debian, that you will build walk for me
in acorn.

Regards,

Ross



-- System Information:
Debian Release: stretch/sid
  APT prefers xenial-updates
  APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 
'xenial'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

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


[Pkg-javascript-devel] Bug#844647: marked as done (validator.js FTBFS: build dependency node-contextify was removed)

2016-12-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Dec 2016 18:20:49 +
with message-id 
and subject line Bug#844647: fixed in validator.js 4.7.1+dfsg1-1.1
has caused the Debian Bug report #844647,
regarding validator.js FTBFS: build dependency node-contextify was removed
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.)


-- 
844647: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844647
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: validator.js
Version: 4.7.1+dfsg1-1
Severity: serious

validator.js build-depends on node-contextify, which was removed in
https://bugs.debian.org/842022
--- End Message ---
--- Begin Message ---
Source: validator.js
Source-Version: 4.7.1+dfsg1-1.1

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

Debian distribution maintenance software
pp.
Andreas Moog  (supplier of updated validator.js 
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, 08 Dec 2016 19:59:39 +0100
Source: validator.js
Binary: libjs-validator node-validator
Architecture: source
Version: 4.7.1+dfsg1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Andreas Moog 
Description:
 libjs-validator - Javascript string validation and sanitization for browsers
 node-validator - Javascript string validation and sanitization for Node.js
Closes: 844647
Changes:
 validator.js (4.7.1+dfsg1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Remove node-contextify Build-Dep, contextify is in mainline node now.
 This fixes FTBFS (Closes: #844647)
Checksums-Sha1:
 9b18d6c0fb02acb074abd824d5ec2b5cc4093386 2158 validator.js_4.7.1+dfsg1-1.1.dsc
 9ada20c0f1a40e6d382aaa1e827dc17be0ef1cb3 2548 
validator.js_4.7.1+dfsg1-1.1.debian.tar.xz
Checksums-Sha256:
 d4a8d6fb6305109337802f39df3eb1c682ea67b4a1c816c51476e3c849e88706 2158 
validator.js_4.7.1+dfsg1-1.1.dsc
 82434c431b32e6b4fa5a9be1e5cd85f37a4e0b49d56c43ec774ab74f3048c849 2548 
validator.js_4.7.1+dfsg1-1.1.debian.tar.xz
Files:
 9e00aff77c293442b1276e37523e53df 2158 web extra 
validator.js_4.7.1+dfsg1-1.1.dsc
 59d984fd442ec8e5b3b8cd514422a126 2548 web extra 
validator.js_4.7.1+dfsg1-1.1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAlhO3+0ACgkQM2L3AxpJ
kuE9jw/+Olun9XP10els975x7jRLnkNBA2FLghVdrM3Pd9JlO98mAgCtKLJ71fz2
3YwiAXvSlONn7CqW94zMm6oBHB06uSvMzfQq3xbOIn3rbzcgHKGwbU0FbMcDrnWY
g8kuDFDmSqT//YEAWn3d89xk00h3IJFYpZqbEm71GGlcaSRns20MSgGb01mqqS12
mQ9tQzSsViIcz/D8Fc32I2tpsMf6f2lSQAB1CmiVX3CszYM1wmiX62/yCTAvyoA9
Tinc8SB98Irwqzi88Fu/Fy9U0p6ysCvBxzQ0XMKhrdGZ5j/9NWjkXJaK40Ok/esU
Qjid+P7ZlJIAN/AKwdTKoBIOiq4Sfx2D8cimbNpUaXmcYoaxXkhYOncyXoxgsPIN
oLziUAxIAdouP4PDsyVkFYcqElr0p02fNtVSK+T9uU+qbsuCHyXiHZatDkFckw3q
7CnGxLpuj04ENXSyybB0e59qqyCaHOm4aGpGhNIcEGJZiH+IjnGT31RTRxCemxkh
N6jA7yTwfvM+TWkK2gUDUsWSil6kPW09Y5pLvxAn5DRY2pc6zSGz+qFP2uRMSnWF
WdXRRu3byNiriRXNb9TKFAo+MN9VUXp6Cdq7kilkDEh3z1Rpz4dWZcHI/9tQdGES
5xeDfRsd31JZPuyWkWZdQnouRL+traFNTA0f3BhKlupefQlQ4mE=
=fKQP
-END PGP SIGNATURE End Message ---
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] validator.js_4.7.1+dfsg1-1.1_source.changes ACCEPTED into unstable

2016-12-17 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 08 Dec 2016 19:59:39 +0100
Source: validator.js
Binary: libjs-validator node-validator
Architecture: source
Version: 4.7.1+dfsg1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Andreas Moog 
Description:
 libjs-validator - Javascript string validation and sanitization for browsers
 node-validator - Javascript string validation and sanitization for Node.js
Closes: 844647
Changes:
 validator.js (4.7.1+dfsg1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Remove node-contextify Build-Dep, contextify is in mainline node now.
 This fixes FTBFS (Closes: #844647)
Checksums-Sha1:
 9b18d6c0fb02acb074abd824d5ec2b5cc4093386 2158 validator.js_4.7.1+dfsg1-1.1.dsc
 9ada20c0f1a40e6d382aaa1e827dc17be0ef1cb3 2548 
validator.js_4.7.1+dfsg1-1.1.debian.tar.xz
Checksums-Sha256:
 d4a8d6fb6305109337802f39df3eb1c682ea67b4a1c816c51476e3c849e88706 2158 
validator.js_4.7.1+dfsg1-1.1.dsc
 82434c431b32e6b4fa5a9be1e5cd85f37a4e0b49d56c43ec774ab74f3048c849 2548 
validator.js_4.7.1+dfsg1-1.1.debian.tar.xz
Files:
 9e00aff77c293442b1276e37523e53df 2158 web extra 
validator.js_4.7.1+dfsg1-1.1.dsc
 59d984fd442ec8e5b3b8cd514422a126 2548 web extra 
validator.js_4.7.1+dfsg1-1.1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAlhO3+0ACgkQM2L3AxpJ
kuE9jw/+Olun9XP10els975x7jRLnkNBA2FLghVdrM3Pd9JlO98mAgCtKLJ71fz2
3YwiAXvSlONn7CqW94zMm6oBHB06uSvMzfQq3xbOIn3rbzcgHKGwbU0FbMcDrnWY
g8kuDFDmSqT//YEAWn3d89xk00h3IJFYpZqbEm71GGlcaSRns20MSgGb01mqqS12
mQ9tQzSsViIcz/D8Fc32I2tpsMf6f2lSQAB1CmiVX3CszYM1wmiX62/yCTAvyoA9
Tinc8SB98Irwqzi88Fu/Fy9U0p6ysCvBxzQ0XMKhrdGZ5j/9NWjkXJaK40Ok/esU
Qjid+P7ZlJIAN/AKwdTKoBIOiq4Sfx2D8cimbNpUaXmcYoaxXkhYOncyXoxgsPIN
oLziUAxIAdouP4PDsyVkFYcqElr0p02fNtVSK+T9uU+qbsuCHyXiHZatDkFckw3q
7CnGxLpuj04ENXSyybB0e59qqyCaHOm4aGpGhNIcEGJZiH+IjnGT31RTRxCemxkh
N6jA7yTwfvM+TWkK2gUDUsWSil6kPW09Y5pLvxAn5DRY2pc6zSGz+qFP2uRMSnWF
WdXRRu3byNiriRXNb9TKFAo+MN9VUXp6Cdq7kilkDEh3z1Rpz4dWZcHI/9tQdGES
5xeDfRsd31JZPuyWkWZdQnouRL+traFNTA0f3BhKlupefQlQ4mE=
=fKQP
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


[Pkg-javascript-devel] node-is-negated-glob 1.0.0-1 MIGRATED to testing

2016-12-17 Thread Debian testing watch
FYI: The status of the node-is-negated-glob source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.0.0-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@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-stream-shift 1.0.0-1 MIGRATED to testing

2016-12-17 Thread Debian testing watch
FYI: The status of the node-stream-shift source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.0.0-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@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-from2 2.3.0-1 MIGRATED to testing

2016-12-17 Thread Debian testing watch
FYI: The status of the node-from2 source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  2.3.0-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@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-lazystream 1.0.0-1 MIGRATED to testing

2016-12-17 Thread Debian testing watch
FYI: The status of the node-lazystream source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.0.0-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@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-first-chunk-stream 2.0.0-1 MIGRATED to testing

2016-12-17 Thread Debian testing watch
FYI: The status of the node-first-chunk-stream source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  2.0.0-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@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-unc-path-regex 0.1.2-1 MIGRATED to testing

2016-12-17 Thread Debian testing watch
FYI: The status of the node-unc-path-regex source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.1.2-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@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-merge-stream 1.0.1-1 MIGRATED to testing

2016-12-17 Thread Debian testing watch
FYI: The status of the node-merge-stream source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  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@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-lazy-debug-legacy 0.0.1-1 MIGRATED to testing

2016-12-17 Thread Debian testing watch
FYI: The status of the node-lazy-debug-legacy source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.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@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-streamtest 1.2.2-1 MIGRATED to testing

2016-12-17 Thread Debian testing watch
FYI: The status of the node-streamtest source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.2.2-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@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel