[Pkg-javascript-devel] Bug#876938: node-tap FTBFS: test failures

2017-09-26 Thread Adrian Bunk
Source: node-tap
Version: 10.7.2+ds1-3
Severity: serious

Some recent change in unstable makes node-tap FTBFS:

https://tests.reproducible-builds.org/debian/history/node-tap.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-tap

...
9281 passing (3m)
  7 pending
  4 failing

  1) test/test-buffer.js timeout-via-runner-ignore-sigterm.js bail=false 
buffer=true timeout!:
 Error: timeout!
  at Test.Base.timeout (lib/base.js:118:14)
  at Test.timeout (lib/test.js:208:28)
  at Test.timeout (lib/test.js:206:19)
  at TAP.Test.timeout (lib/test.js:206:19)
  at EventEmitter. (lib/tap.js:202:9)
  at emit (/usr/lib/nodejs/signal-exit/index.js:68:11)
  at process.listener (/usr/lib/nodejs/signal-exit/index.js:82:7)

  2) test/test-buffer.js test count !== plan:

  test count !== plan
  + expected - actual

  -89
  +1
  
  

  3) test/test.js timeout-via-runner.js bail=false buffer=false timeout!:
 Error: timeout!
  at Test.Base.timeout (lib/base.js:118:14)
  at Test.timeout (lib/test.js:208:28)
  at Test.timeout (lib/test.js:206:19)
  at TAP.Test.timeout (lib/test.js:206:19)
  at EventEmitter. (lib/tap.js:202:9)
  at emit (/usr/lib/nodejs/signal-exit/index.js:68:11)
  at process.listener (/usr/lib/nodejs/signal-exit/index.js:82:7)

  4) test/test.js test count !== plan:

  test count !== plan
  + expected - actual

  -91
  +1
  
  

debian/rules:38: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1

-- 
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#876936: node-isexe: missing build dependency on node-mkdirp

2017-09-26 Thread Adrian Bunk
Source: node-isexe
Version: 2.0.0-2
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-isexe.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/node-isexe-2.0.0'
tap -R spec test/*.js --branches=100 --statements=100 --functions=100 
--lines=100;
Code coverage is disabled because some modules are missing

Error: Cannot find module 'mkdirp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (/build/1st/node-isexe-2.0.0/test/basic.js:10:14)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
test/basic.js

  1) test/basic.js

  0 passing (396.536ms)
  1 failing

  1) test/basic.js test/basic.js:
 test/basic.js
  

debian/rules:12: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1

-- 
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#876935: node-tape FTBFS: failed 2 of 41 tests

2017-09-26 Thread Adrian Bunk
Source: node-tape
Version: 4.6.3-1
Severity: serious

Some recent change in unstable makes node-tape FTBFS:

https://tests.reproducible-builds.org/debian/history/node-tape.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-tape

...
# Subtest: test/deep-equal-failure.js
# Subtest: deep equal failure
not ok 1 - Class constructor Parser cannot be invoked without 'new'
  ---
  stack: |
Test. (test/deep-equal-failure.js:10:18)
  at:
line: 10
column: 18
file: test/deep-equal-failure.js
function: Test.
  type: TypeError
  test: deep equal failure
  source: |
var parser = tapParser();
  ...

1..1
# failed 1 test
not ok 1 - deep equal failure # time=48.626ms

# Subtest: deep equal failure, depth 6, with option
not ok 1 - Class constructor Parser cannot be invoked without 'new'
  ---
  stack: |
Test. (test/deep-equal-failure.js:63:18)
  at:
line: 63
column: 18
file: test/deep-equal-failure.js
function: Test.
  type: TypeError
  test: 'deep equal failure, depth 6, with option'
  source: |
var parser = tapParser();
  ...

1..1
# failed 1 test
not ok 2 - deep equal failure, depth 6, with option # time=15.629ms

# Subtest: deep equal failure, depth 6, without option
not ok 1 - Class constructor Parser cannot be invoked without 'new'
  ---
  stack: |
Test. (test/deep-equal-failure.js:116:18)
  at:
line: 116
column: 18
file: test/deep-equal-failure.js
function: Test.
  type: TypeError
  test: 'deep equal failure, depth 6, without option'
  source: |
var parser = tapParser();
  ...

1..1
# failed 1 test
not ok 3 - deep equal failure, depth 6, without option # time=11.04ms

1..3
# failed 3 of 3 tests
# time=114.464ms
not ok 7 - test/deep-equal-failure.js # time=515.11ms
  ---
  timeout: 3
  file: test/deep-equal-failure.js
  command: /usr/bin/node
  args:
- test/deep-equal-failure.js
  cwd: /build/1st/node-tape-4.6.3
  exitCode: 1
  ...
...
# Subtest: test/stackTrace.js
# Subtest: preserves stack trace with newlines
1..3
not ok 1 - Class constructor Parser cannot be invoked without 'new'
  ---
  stack: |
Test. (test/stackTrace.js:12:30)
  at:
line: 12
column: 30
file: test/stackTrace.js
function: Test.
  type: TypeError
  test: preserves stack trace with newlines
  source: |
var parser = stream.pipe(tapParser());
  ...

# test count(1) != plan(3)
# failed 1 test
not ok 1 - preserves stack trace with newlines # time=153.453ms

1..1
# failed 1 test
# time=218.834ms
not ok 33 - test/stackTrace.js # time=1175.134ms
  ---
  timeout: 3
  file: test/stackTrace.js
  command: /usr/bin/node
  args:
- test/stackTrace.js
  cwd: /build/1st/node-tape-4.6.3
  exitCode: 1
  ...
...
1..41
# failed 2 of 41 tests
# skip: 5
# time=27406.068ms
debian/rules:14: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1

-- 
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#876937: node-findit2: missing build dependency on node-mkdirp

2017-09-26 Thread Adrian Bunk
Source: node-findit2
Version: 2.2.3-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-findit2.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/node-findit2-2.2.3'
tap test/*.js
TAP version 13
module.js:471
throw err;
^

Error: Cannot find module 'mkdirp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (/build/1st/node-findit2-2.2.3/test/empty.js:1:76)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
# Subtest: test/empty.js
1..0 # no tests found
not ok 1 - test/empty.js # time=111.575ms
...
1..6
# failed 1 of 6 tests
# time=1853.815ms
debian/rules:13: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1

-- 
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] Processing of node-grunt-babel_7.0.0-2_amd64.changes

2017-09-26 Thread Debian FTP Masters
node-grunt-babel_7.0.0-2_amd64.changes uploaded successfully to localhost
along with the files:
  node-grunt-babel_7.0.0-2.dsc
  node-grunt-babel_7.0.0-2.debian.tar.xz
  node-grunt-babel_7.0.0-2_all.deb
  node-grunt-babel_7.0.0-2_amd64.buildinfo

Greetings,

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

-- 
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-grunt-babel_7.0.0-2_amd64.changes is NEW

2017-09-26 Thread Debian FTP Masters
binary:node-grunt-babel is NEW.
binary:node-grunt-babel is NEW.
source:node-grunt-babel is 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@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#876873: node-filesize: Missing Debian package description

2017-09-26 Thread Boyuan Yang
Package: node-filesize
Version: 3.5.10+dfsg-1
Severity: normal

The description of this package still kept texts from the template:

Description: FIX_ME write the Debian package description
 Write the short and long descriptions for the Debian package as
 explained in the Developer's Reference, §6.2.1 – §6.2.3.
 .
 You can start with the short upstream package description,
 “JavaScript library to generate a human readable String describing the file
size”.
 .
 Be aware that most upstream package descriptions are not written to
 conform with Debian package guidelines. You need to explain the role
 of this package for a Debian audience.
 .
 Node.js is an event-based server-side JavaScript engine.

Please replace them with proper descriptions of this package.

Thanks,
Boyuan Yang



-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages node-filesize depends on:
ii  nodejs  6.11.3~dfsg-1

node-filesize recommends no packages.

node-filesize suggests no packages.
-- 
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-gulp-babel_7.0.0-2_amd64.changes is NEW

2017-09-26 Thread Debian FTP Masters
binary:node-gulp-babel is NEW.
binary:node-gulp-babel is NEW.
source:node-gulp-babel is 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@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-gulp-babel_7.0.0-2_amd64.changes

2017-09-26 Thread Debian FTP Masters
node-gulp-babel_7.0.0-2_amd64.changes uploaded successfully to localhost
along with the files:
  node-gulp-babel_7.0.0-2.dsc
  node-gulp-babel_7.0.0-2.debian.tar.xz
  node-gulp-babel_7.0.0-2_all.deb
  node-gulp-babel_7.0.0-2_amd64.buildinfo

Greetings,

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

-- 
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-coveralls_2.13.1-1_amd64.changes ACCEPTED into unstable, unstable

2017-09-26 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 06 Sep 2017 10:41:00 +0200
Source: node-coveralls
Binary: node-coveralls
Architecture: source all
Version: 2.13.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Description:
 node-coveralls - input json-cov output and posts to coveralls.io
Closes: 874584
Changes:
 node-coveralls (2.13.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #874584)
Checksums-Sha1:
 9b4c983d7c0498249e5b24cb558729916b72c14f 2466 node-coveralls_2.13.1-1.dsc
 d70bb9acc1835ec4f063ff9dac5423c17b11f178 16983 
node-coveralls_2.13.1.orig.tar.gz
 864c4fe0e73500fd1cafa0194534e5babd5e8693 6176 
node-coveralls_2.13.1-1.debian.tar.xz
 c58a92a3a56449f1ca1121d6255ed3334c4b9e42 11802 node-coveralls_2.13.1-1_all.deb
 11b612dd6ea168b177a40e750b49079111438298 10806 
node-coveralls_2.13.1-1_amd64.buildinfo
Checksums-Sha256:
 154ee89ffa1b18702ff462b4f2839cee7a1caac70619127cabd494326339691e 2466 
node-coveralls_2.13.1-1.dsc
 ced782d59e10e177d9c4862cc066360e67f179b051c2e0e900ed8d6de3168cee 16983 
node-coveralls_2.13.1.orig.tar.gz
 d72b5f6a3b25d615c20edd673680f3639bb4ff66584acfd616ddbe11db74f8e6 6176 
node-coveralls_2.13.1-1.debian.tar.xz
 09a3cc0ec9059bbe2b1e5f775b85f79b3da8b9133463ac726b59d0c1752064a4 11802 
node-coveralls_2.13.1-1_all.deb
 5d29f1039d9670dea4b652bea5c34424d1cc969ef5f596f736e82a9f02d639f6 10806 
node-coveralls_2.13.1-1_amd64.buildinfo
Files:
 7903e24c1c1ea5b02f593f7d6a16dac3 2466 javascript optional 
node-coveralls_2.13.1-1.dsc
 85dce85c68e1d50c855381eec48fdcad 16983 javascript optional 
node-coveralls_2.13.1.orig.tar.gz
 a086f88b9c0f59091d301cffd9551d05 6176 javascript optional 
node-coveralls_2.13.1-1.debian.tar.xz
 556b0a360a1ac3b4c5a797301f93068c 11802 javascript optional 
node-coveralls_2.13.1-1_all.deb
 db185e09f7b4a1e04ec4dcbd1833d1ba 10806 javascript optional 
node-coveralls_2.13.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAlmyaaQACgkQADoaLapB
CF8fEw/+OJRTRorhJKhX7rKBcfJ/TAMgC3EU4eOpDoPfCSJ2NKu30wtrLzoGY+UW
7sYLMRHhD0CjQHyNxonFO3dDbYsPDz48tOW79JGDqHvOLCI54dnaCRjfSEf7FbmX
ZEdbJcAIEuJxB9N19x+Vg5nLQmPtyMDNykq/BuyO7YDPxNvrorRyJPp/ObYbKJfX
6uhePfJTUpPIbxxuET80Z+jX0FKyF6vO/Z8PCMAPn3Ub+HbN94PfYS0+OSr/3ABK
snKqwCrMmtN/zVmwNlcY+DYb04JgDyzBE4D6vk6C0QsFSmY5W4PYjZkcpoMyeDzW
JxMaMHPNLvEcGw2TKb+lWyFSt9u1fGqS5q/dX+T8c05UmM0kDyiF7lgn/Fi+Vq+P
l+JgkX3Mq1Mm25OgP12BLtBxJ/yQrt39QEbWdLoHvSwyDFA+KXYvDtRTbkzPGHsI
63LMs6yGYn/KxWGeqdLHtj/zVA7296gQ9Cyqy9fdvzEVdJlfthGqDc9I3Je4mHhP
YxQmgkyeNQn5B2YQvIodsVOaGOWIC/1kh5pbghcG2bO2ZtAkQF+/7jk0pDuMjuCq
1cSTY0xxuXhnkw8fvljYSkdYFEUVxxEJAC+BC290EUTD0nHZsvoVvjqczYY/P9+O
JAEHDlay810Sm8SGWCxM+VCVyh1/D8OSFssMNSnJkdQPsAlftZA=
=qHwi
-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-module-deps_4.1.1-1_amd64.changes ACCEPTED into unstable, unstable

2017-09-26 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 15 Sep 2017 22:01:25 +0200
Source: node-module-deps
Binary: node-module-deps
Architecture: source all
Version: 4.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Description:
 node-module-deps - walk the dependency graph to generate json output for 
browser-pac
Closes: 876091
Changes:
 node-module-deps (4.1.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #876091)
Checksums-Sha1:
 3534ef9cd47adebde73a4d0bf2567b01245b574e 2947 node-module-deps_4.1.1-1.dsc
 ee5ab5313223d1f9c5a9fc8e60eca2caf275df30 20089 
node-module-deps_4.1.1.orig.tar.gz
 34ef1184a46720c9c0ee9d88fc0f18bf189db57a 4004 
node-module-deps_4.1.1-1.debian.tar.xz
 640a248322097a56f89809f8cbb5fa9260621209 12398 node-module-deps_4.1.1-1_all.deb
 d773a1c1b6a11a0bcfbdcc1b71fd0921eabfe1f5 7570 
node-module-deps_4.1.1-1_amd64.buildinfo
Checksums-Sha256:
 f099ec279ac54b026b0de2532aeaaf787ae5602ec613a33ba027180ed33cbb56 2947 
node-module-deps_4.1.1-1.dsc
 f0f857f228697893b60c3a295235b13c0c7c8f4d553165a1ba192fd4d4c9b4e6 20089 
node-module-deps_4.1.1.orig.tar.gz
 84695128e4e9d0542e6b38e0c47f88044897d3415665c47379a26bbf57f8b233 4004 
node-module-deps_4.1.1-1.debian.tar.xz
 daa0d2cdef18dd9127ec4ab994443d69f76087a2303be879e85768b2d0b0 12398 
node-module-deps_4.1.1-1_all.deb
 275214ee9ccb27b3089adefaae6abc317363bf81844603951eb770e01742f63a 7570 
node-module-deps_4.1.1-1_amd64.buildinfo
Files:
 cab240bb4260e62fa96e87456b29d6c8 2947 javascript optional 
node-module-deps_4.1.1-1.dsc
 67bdbb045cbac1c9d9fc39485a44ec8c 20089 javascript optional 
node-module-deps_4.1.1.orig.tar.gz
 6217dba742b4314c2fa5acf096950bc6 4004 javascript optional 
node-module-deps_4.1.1-1.debian.tar.xz
 0c995c32eee8cb6321c285a4915fa911 12398 javascript optional 
node-module-deps_4.1.1-1_all.deb
 fe638a72acba1fa4246736fbb3b606f9 7570 javascript optional 
node-module-deps_4.1.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAlnJeGgACgkQADoaLapB
CF84Mg/+N4lsTRpmG7Vt5f5cuQ6DWnbFRpSJHzEjp0+zTKdSef0Zgw7BeYgU2oAq
OxA1Uol+ZT0pyyby8lONUV2MzZe3GPJcFbLzRD/SSuPt+62uSejuzOs+FrH/P06U
QrPbscRgAjo6NRx3LEm7c5/rcoXomgJWSqfu7KS4XRVk/bHRwXRbYbpfY/axjYJb
sDEGhOUxMz8MxKJ5v4OmkXCuvI8h5NEfv9oC/j2i/WZpaYiK6SoLE4ETdH2sBShe
sQ/Gr1XxDnWoVfhrS8oAZFfyXfzSfoTbOyIZu6nL80EFzF3Soe1RHBtfGsa+/Pz2
qDOZpi+cOGUiELg8TbWrVLPtMCErXEu1pW89y3uG7NaBK2N2J/hVWXM90vsdRtMC
w0uzakyAbExKDCoTknnf2xkxLPquDf6opq5332T/m1nTiqHys8nWFPAhOJixTlI4
4KrYQaesrEn2GN3Pan3j2HlYMNRPol4zvv9TLTQ0RKDAOqVGTIvVE6zkYvSaqop5
3Hlatx9+kT6YZ9AMX2jbt9Ss0SLe7t3SRNy8H8QLEd1hP1Nk63cFmraKAmqzp5yN
pO+rYe7LD8cjWnr04wfKpuiQv+yytiLIu8CtDPyZWoh9u8szu6V2pj6yuWfGlenV
VQkbTTyyi61AYkRwNGkWb4Z0/+TukG2IyCuP03mwkIfBahtNnvs=
=W0U3
-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] Processing of node-gulp-newer_1.3.0-1_amd64.changes

2017-09-26 Thread Debian FTP Masters
node-gulp-newer_1.3.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  node-gulp-newer_1.3.0-1.dsc
  node-gulp-newer_1.3.0.orig.tar.gz
  node-gulp-newer_1.3.0-1.debian.tar.xz
  node-gulp-newer_1.3.0-1_all.deb
  node-gulp-newer_1.3.0-1_amd64.buildinfo

Greetings,

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

-- 
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-gulp-newer_1.3.0-1_amd64.changes is NEW

2017-09-26 Thread Debian FTP Masters
binary:node-gulp-newer is NEW.
binary:node-gulp-newer is NEW.
source:node-gulp-newer is 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@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-imurmurhash_0.1.4-1_amd64.changes

2017-09-26 Thread Debian FTP Masters
node-imurmurhash_0.1.4-1_amd64.changes uploaded successfully to localhost
along with the files:
  node-imurmurhash_0.1.4-1.dsc
  node-imurmurhash_0.1.4.orig.tar.gz
  node-imurmurhash_0.1.4-1.debian.tar.xz
  node-imurmurhash_0.1.4-1_all.deb
  node-imurmurhash_0.1.4-1_amd64.buildinfo

Greetings,

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

-- 
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-imurmurhash_0.1.4-1_amd64.changes is NEW

2017-09-26 Thread Debian FTP Masters
binary:node-imurmurhash is NEW.
binary:node-imurmurhash is NEW.
source:node-imurmurhash is 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@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-write-file-atomic_2.3.0-1_amd64.changes

2017-09-26 Thread Debian FTP Masters
node-write-file-atomic_2.3.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  node-write-file-atomic_2.3.0-1.dsc
  node-write-file-atomic_2.3.0.orig.tar.gz
  node-write-file-atomic_2.3.0-1.debian.tar.xz
  node-write-file-atomic_2.3.0-1_all.deb
  node-write-file-atomic_2.3.0-1_amd64.buildinfo

Greetings,

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

-- 
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] Processing of node-babel_6.25.0+dfsg-10_amd64.changes

2017-09-26 Thread Debian FTP Masters
node-babel_6.25.0+dfsg-10_amd64.changes uploaded successfully to localhost
along with the files:
  node-babel_6.25.0+dfsg-10.dsc
  node-babel_6.25.0+dfsg-10.debian.tar.xz
  node-babel-cli_6.25.0+dfsg-10_all.deb
  node-babel-code-frame_6.25.0+dfsg-10_all.deb
  node-babel-core_6.25.0+dfsg-10_all.deb
  node-babel-generator_6.25.0+dfsg-10_all.deb
  node-babel-helper-bindify-decorators_6.25.0+dfsg-10_all.deb
  
node-babel-helper-builder-binary-assignment-operator-visitor_6.25.0+dfsg-10_all.deb
  node-babel-helper-builder-react-jsx_6.25.0+dfsg-10_all.deb
  node-babel-helper-call-delegate_6.25.0+dfsg-10_all.deb
  node-babel-helper-define-map_6.25.0+dfsg-10_all.deb
  node-babel-helper-explode-assignable-expression_6.25.0+dfsg-10_all.deb
  node-babel-helper-explode-class_6.25.0+dfsg-10_all.deb
  node-babel-helper-function-name_6.25.0+dfsg-10_all.deb
  node-babel-helper-get-function-arity_6.25.0+dfsg-10_all.deb
  node-babel-helper-hoist-variables_6.25.0+dfsg-10_all.deb
  node-babel-helper-optimise-call-expression_6.25.0+dfsg-10_all.deb
  node-babel-helper-regex_6.25.0+dfsg-10_all.deb
  node-babel-helper-remap-async-to-generator_6.25.0+dfsg-10_all.deb
  node-babel-helper-replace-supers_6.25.0+dfsg-10_all.deb
  node-babel-helpers_6.25.0+dfsg-10_all.deb
  node-babel-messages_6.25.0+dfsg-10_all.deb
  node-babel-plugin-syntax-async-functions_6.25.0+dfsg-10_all.deb
  node-babel-plugin-syntax-async-generators_6.25.0+dfsg-10_all.deb
  node-babel-plugin-syntax-class-constructor-call_6.25.0+dfsg-10_all.deb
  node-babel-plugin-syntax-class-properties_6.25.0+dfsg-10_all.deb
  node-babel-plugin-syntax-decorators_6.25.0+dfsg-10_all.deb
  node-babel-plugin-syntax-do-expressions_6.25.0+dfsg-10_all.deb
  node-babel-plugin-syntax-dynamic-import_6.25.0+dfsg-10_all.deb
  node-babel-plugin-syntax-exponentiation-operator_6.25.0+dfsg-10_all.deb
  node-babel-plugin-syntax-export-extensions_6.25.0+dfsg-10_all.deb
  node-babel-plugin-syntax-flow_6.25.0+dfsg-10_all.deb
  node-babel-plugin-syntax-function-bind_6.25.0+dfsg-10_all.deb
  node-babel-plugin-syntax-jsx_6.25.0+dfsg-10_all.deb
  node-babel-plugin-syntax-object-rest-spread_6.25.0+dfsg-10_all.deb
  node-babel-plugin-syntax-trailing-function-commas_6.25.0+dfsg-10_all.deb
  node-babel-plugin-transform-async-generator-functions_6.25.0+dfsg-10_all.deb
  node-babel-plugin-transform-async-to-generator_6.25.0+dfsg-10_all.deb
  node-babel-plugin-transform-class-constructor-call_6.25.0+dfsg-10_all.deb
  node-babel-plugin-transform-class-properties_6.25.0+dfsg-10_all.deb
  node-babel-plugin-transform-decorators_6.25.0+dfsg-10_all.deb
  node-babel-plugin-transform-do-expressions_6.25.0+dfsg-10_all.deb
  node-babel-plugin-transform-exponentiation-operator_6.25.0+dfsg-10_all.deb
  node-babel-plugin-transform-export-extensions_6.25.0+dfsg-10_all.deb
  node-babel-plugin-transform-flow-strip-types_6.25.0+dfsg-10_all.deb
  node-babel-plugin-transform-function-bind_6.25.0+dfsg-10_all.deb
  node-babel-plugin-transform-object-rest-spread_6.25.0+dfsg-10_all.deb
  node-babel-plugin-transform-react-jsx_6.25.0+dfsg-10_all.deb
  node-babel-plugin-transform-regenerator_6.25.0+dfsg-10_all.deb
  node-babel-plugin-transform-runtime_6.25.0+dfsg-10_all.deb
  node-babel-plugin-transform-strict-mode_6.25.0+dfsg-10_all.deb
  node-babel-polyfill_6.25.0+dfsg-10_all.deb
  node-babel-preset-es2015_6.25.0+dfsg-10_all.deb
  node-babel-preset-es2016_6.25.0+dfsg-10_all.deb
  node-babel-preset-es2017_6.25.0+dfsg-10_all.deb
  node-babel-preset-latest_6.25.0+dfsg-10_all.deb
  node-babel-preset-stage-0_6.25.0+dfsg-10_all.deb
  node-babel-preset-stage-1_6.25.0+dfsg-10_all.deb
  node-babel-preset-stage-2_6.25.0+dfsg-10_all.deb
  node-babel-preset-stage-3_6.25.0+dfsg-10_all.deb
  node-babel-register_6.25.0+dfsg-10_all.deb
  node-babel-runtime_6.25.0+dfsg-10_all.deb
  node-babel-template_6.25.0+dfsg-10_all.deb
  node-babel-traverse_6.25.0+dfsg-10_all.deb
  node-babel-types_6.25.0+dfsg-10_all.deb
  node-babel_6.25.0+dfsg-10_amd64.buildinfo

Greetings,

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

-- 
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-babel_6.25.0+dfsg-10_amd64.changes is NEW

2017-09-26 Thread Debian FTP Masters
binary:node-babel-helper-builder-react-jsx is NEW.
binary:node-babel-plugin-syntax-jsx is NEW.
binary:node-babel-plugin-transform-react-jsx is NEW.
binary:node-babel-helper-builder-react-jsx is NEW.
binary:node-babel-plugin-syntax-jsx is NEW.
binary:node-babel-plugin-transform-react-jsx is 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@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-babel_6.25.0+dfsg-11_amd64.changes is NEW

2017-09-26 Thread Debian FTP Masters
binary:node-babel-cli is NEW.
binary:node-babel-code-frame is NEW.
binary:node-babel-core is NEW.
binary:node-babel-generator is NEW.
binary:node-babel-helper-bindify-decorators is NEW.
binary:node-babel-helper-builder-binary-assignment-operator-visitor is NEW.
binary:node-babel-helper-builder-react-jsx is NEW.
binary:node-babel-helper-call-delegate is NEW.
binary:node-babel-helper-define-map is NEW.
binary:node-babel-helper-explode-assignable-expression is NEW.
binary:node-babel-helper-explode-class is NEW.
binary:node-babel-helper-function-name is NEW.
binary:node-babel-helper-get-function-arity is NEW.
binary:node-babel-helper-hoist-variables is NEW.
binary:node-babel-helper-optimise-call-expression is NEW.
binary:node-babel-helper-regex is NEW.
binary:node-babel-helper-remap-async-to-generator is NEW.
binary:node-babel-helper-replace-supers is NEW.
binary:node-babel-helpers is NEW.
binary:node-babel-messages is NEW.
binary:node-babel-plugin-syntax-async-functions is NEW.
binary:node-babel-plugin-syntax-async-generators is NEW.
binary:node-babel-plugin-syntax-class-constructor-call is NEW.
binary:node-babel-plugin-syntax-class-properties is NEW.
binary:node-babel-plugin-syntax-decorators is NEW.
binary:node-babel-plugin-syntax-do-expressions is NEW.
binary:node-babel-plugin-syntax-dynamic-import is NEW.
binary:node-babel-plugin-syntax-exponentiation-operator is NEW.
binary:node-babel-plugin-syntax-export-extensions is NEW.
binary:node-babel-plugin-syntax-flow is NEW.
binary:node-babel-plugin-syntax-function-bind is NEW.
binary:node-babel-plugin-syntax-jsx is NEW.
binary:node-babel-plugin-syntax-object-rest-spread is NEW.
binary:node-babel-plugin-syntax-trailing-function-commas is NEW.
binary:node-babel-plugin-transform-async-generator-functions is NEW.
binary:node-babel-plugin-transform-async-to-generator is NEW.
binary:node-babel-plugin-transform-class-constructor-call is NEW.
binary:node-babel-plugin-transform-class-properties is NEW.
binary:node-babel-plugin-transform-decorators is NEW.
binary:node-babel-plugin-transform-do-expressions is NEW.
binary:node-babel-plugin-transform-exponentiation-operator is NEW.
binary:node-babel-plugin-transform-export-extensions is NEW.
binary:node-babel-plugin-transform-flow-strip-types is NEW.
binary:node-babel-plugin-transform-function-bind is NEW.
binary:node-babel-plugin-transform-object-rest-spread is NEW.
binary:node-babel-plugin-transform-react-jsx is NEW.
binary:node-babel-plugin-transform-regenerator is NEW.
binary:node-babel-plugin-transform-runtime is NEW.
binary:node-babel-plugin-transform-strict-mode is NEW.
binary:node-babel-polyfill is NEW.
binary:node-babel-preset-es2015 is NEW.
binary:node-babel-preset-es2016 is NEW.
binary:node-babel-preset-es2017 is NEW.
binary:node-babel-preset-latest is NEW.
binary:node-babel-preset-stage-0 is NEW.
binary:node-babel-preset-stage-1 is NEW.
binary:node-babel-preset-stage-2 is NEW.
binary:node-babel-preset-stage-3 is NEW.
binary:node-babel-register is NEW.
binary:node-babel-template is NEW.
binary:node-babel-traverse is NEW.
binary:node-babel-types is NEW.
binary:node-babel-helper-bindify-decorators is NEW.
binary:node-babel-register is NEW.
binary:node-babel-plugin-transform-export-extensions is NEW.
binary:node-babel-helper-explode-class is NEW.
binary:node-babel-plugin-transform-async-to-generator is NEW.
binary:node-babel-plugin-syntax-export-extensions is NEW.
binary:node-babel-helper-regex is NEW.
binary:node-babel-plugin-syntax-class-properties is NEW.
binary:node-babel-helper-hoist-variables is NEW.
binary:node-babel-plugin-transform-object-rest-spread is NEW.
binary:node-babel-preset-stage-2 is NEW.
binary:node-babel-plugin-syntax-function-bind is NEW.
binary:node-babel-helper-optimise-call-expression is NEW.
binary:node-babel-plugin-transform-function-bind is NEW.
binary:node-babel-generator is NEW.
binary:node-babel-plugin-transform-flow-strip-types is NEW.
binary:node-babel-code-frame is NEW.
binary:node-babel-plugin-transform-strict-mode is NEW.
binary:node-babel-helper-remap-async-to-generator is NEW.
binary:node-babel-plugin-transform-do-expressions is NEW.
binary:node-babel-preset-latest is NEW.
binary:node-babel-plugin-syntax-decorators is NEW.
binary:node-babel-helper-replace-supers is NEW.
binary:node-babel-plugin-syntax-jsx is NEW.
binary:node-babel-core is NEW.
binary:node-babel-plugin-transform-class-constructor-call is NEW.
binary:node-babel-plugin-transform-async-generator-functions is NEW.
binary:node-babel-plugin-syntax-flow is NEW.
binary:node-babel-preset-stage-1 is NEW.
binary:node-babel-plugin-transform-react-jsx is NEW.
binary:node-babel-helper-call-delegate is NEW.
binary:node-babel-plugin-transform-class-properties is NEW.
binary:node-babel-helper-function-name is NEW.
binary:node-babel-types is NEW.
binary:node-babel-traverse is NEW.
binary:node-babel-preset-es2017 is NEW.
binary:node-babel-helper-builder-react-jsx is NEW.
binary:node-babel-preset-stage-0 is NEW.

[Pkg-javascript-devel] Processing of node-babel-loader_7.1.2-2_amd64.changes

2017-09-26 Thread Debian FTP Masters
node-babel-loader_7.1.2-2_amd64.changes uploaded successfully to localhost
along with the files:
  node-babel-loader_7.1.2-2.dsc
  node-babel-loader_7.1.2-2.debian.tar.xz
  node-babel-loader_7.1.2-2_all.deb
  node-babel-loader_7.1.2-2_amd64.buildinfo

Greetings,

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

-- 
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-babel-loader_7.1.2-2_amd64.changes is NEW

2017-09-26 Thread Debian FTP Masters
binary:node-babel-loader is NEW.
binary:node-babel-loader is NEW.
source:node-babel-loader is NEW.
node-babel-loader_7.1.2.orig.tar.gz 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@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-babel-plugin-transform-decorators-legacy_1.3.4-1_amd64.changes

2017-09-26 Thread Debian FTP Masters
node-babel-plugin-transform-decorators-legacy_1.3.4-1_amd64.changes uploaded 
successfully to localhost
along with the files:
  node-babel-plugin-transform-decorators-legacy_1.3.4-1.dsc
  node-babel-plugin-transform-decorators-legacy_1.3.4.orig.tar.gz
  node-babel-plugin-transform-decorators-legacy_1.3.4-1.debian.tar.xz
  node-babel-plugin-transform-decorators-legacy_1.3.4-1_all.deb
  node-babel-plugin-transform-decorators-legacy_1.3.4-1_amd64.buildinfo

Greetings,

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

-- 
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] Processing of node-regjsparser_0.2.1+ds-2_amd64.changes

2017-09-26 Thread Debian FTP Masters
node-regjsparser_0.2.1+ds-2_amd64.changes uploaded successfully to localhost
along with the files:
  node-regjsparser_0.2.1+ds-2.dsc
  node-regjsparser_0.2.1+ds-2.debian.tar.xz
  node-regjsparser_0.2.1+ds-2_all.deb
  node-regjsparser_0.2.1+ds-2_amd64.buildinfo

Greetings,

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

-- 
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-regjsparser_0.2.1+ds-2_amd64.changes is NEW

2017-09-26 Thread Debian FTP Masters
binary:node-regjsparser is NEW.
binary:node-regjsparser is NEW.
source:node-regjsparser is NEW.
node-regjsparser_0.2.1+ds.orig.tar.gz 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@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-babel_6.25.0+dfsg-11_amd64.changes

2017-09-26 Thread Debian FTP Masters
node-babel_6.25.0+dfsg-11_amd64.changes uploaded successfully to localhost
along with the files:
  node-babel_6.25.0+dfsg-11.dsc
  node-babel_6.25.0+dfsg-11.debian.tar.xz
  node-babel-cli_6.25.0+dfsg-11_all.deb
  node-babel-code-frame_6.25.0+dfsg-11_all.deb
  node-babel-core_6.25.0+dfsg-11_all.deb
  node-babel-generator_6.25.0+dfsg-11_all.deb
  node-babel-helper-bindify-decorators_6.25.0+dfsg-11_all.deb
  
node-babel-helper-builder-binary-assignment-operator-visitor_6.25.0+dfsg-11_all.deb
  node-babel-helper-builder-react-jsx_6.25.0+dfsg-11_all.deb
  node-babel-helper-call-delegate_6.25.0+dfsg-11_all.deb
  node-babel-helper-define-map_6.25.0+dfsg-11_all.deb
  node-babel-helper-explode-assignable-expression_6.25.0+dfsg-11_all.deb
  node-babel-helper-explode-class_6.25.0+dfsg-11_all.deb
  node-babel-helper-function-name_6.25.0+dfsg-11_all.deb
  node-babel-helper-get-function-arity_6.25.0+dfsg-11_all.deb
  node-babel-helper-hoist-variables_6.25.0+dfsg-11_all.deb
  node-babel-helper-optimise-call-expression_6.25.0+dfsg-11_all.deb
  node-babel-helper-regex_6.25.0+dfsg-11_all.deb
  node-babel-helper-remap-async-to-generator_6.25.0+dfsg-11_all.deb
  node-babel-helper-replace-supers_6.25.0+dfsg-11_all.deb
  node-babel-helpers_6.25.0+dfsg-11_all.deb
  node-babel-messages_6.25.0+dfsg-11_all.deb
  node-babel-plugin-syntax-async-functions_6.25.0+dfsg-11_all.deb
  node-babel-plugin-syntax-async-generators_6.25.0+dfsg-11_all.deb
  node-babel-plugin-syntax-class-constructor-call_6.25.0+dfsg-11_all.deb
  node-babel-plugin-syntax-class-properties_6.25.0+dfsg-11_all.deb
  node-babel-plugin-syntax-decorators_6.25.0+dfsg-11_all.deb
  node-babel-plugin-syntax-do-expressions_6.25.0+dfsg-11_all.deb
  node-babel-plugin-syntax-dynamic-import_6.25.0+dfsg-11_all.deb
  node-babel-plugin-syntax-exponentiation-operator_6.25.0+dfsg-11_all.deb
  node-babel-plugin-syntax-export-extensions_6.25.0+dfsg-11_all.deb
  node-babel-plugin-syntax-flow_6.25.0+dfsg-11_all.deb
  node-babel-plugin-syntax-function-bind_6.25.0+dfsg-11_all.deb
  node-babel-plugin-syntax-jsx_6.25.0+dfsg-11_all.deb
  node-babel-plugin-syntax-object-rest-spread_6.25.0+dfsg-11_all.deb
  node-babel-plugin-syntax-trailing-function-commas_6.25.0+dfsg-11_all.deb
  node-babel-plugin-transform-async-generator-functions_6.25.0+dfsg-11_all.deb
  node-babel-plugin-transform-async-to-generator_6.25.0+dfsg-11_all.deb
  node-babel-plugin-transform-class-constructor-call_6.25.0+dfsg-11_all.deb
  node-babel-plugin-transform-class-properties_6.25.0+dfsg-11_all.deb
  node-babel-plugin-transform-decorators_6.25.0+dfsg-11_all.deb
  node-babel-plugin-transform-do-expressions_6.25.0+dfsg-11_all.deb
  node-babel-plugin-transform-exponentiation-operator_6.25.0+dfsg-11_all.deb
  node-babel-plugin-transform-export-extensions_6.25.0+dfsg-11_all.deb
  node-babel-plugin-transform-flow-strip-types_6.25.0+dfsg-11_all.deb
  node-babel-plugin-transform-function-bind_6.25.0+dfsg-11_all.deb
  node-babel-plugin-transform-object-rest-spread_6.25.0+dfsg-11_all.deb
  node-babel-plugin-transform-react-jsx_6.25.0+dfsg-11_all.deb
  node-babel-plugin-transform-regenerator_6.25.0+dfsg-11_all.deb
  node-babel-plugin-transform-runtime_6.25.0+dfsg-11_all.deb
  node-babel-plugin-transform-strict-mode_6.25.0+dfsg-11_all.deb
  node-babel-polyfill_6.25.0+dfsg-11_all.deb
  node-babel-preset-es2015_6.25.0+dfsg-11_all.deb
  node-babel-preset-es2016_6.25.0+dfsg-11_all.deb
  node-babel-preset-es2017_6.25.0+dfsg-11_all.deb
  node-babel-preset-latest_6.25.0+dfsg-11_all.deb
  node-babel-preset-stage-0_6.25.0+dfsg-11_all.deb
  node-babel-preset-stage-1_6.25.0+dfsg-11_all.deb
  node-babel-preset-stage-2_6.25.0+dfsg-11_all.deb
  node-babel-preset-stage-3_6.25.0+dfsg-11_all.deb
  node-babel-register_6.25.0+dfsg-11_all.deb
  node-babel-runtime_6.25.0+dfsg-11_all.deb
  node-babel-template_6.25.0+dfsg-11_all.deb
  node-babel-traverse_6.25.0+dfsg-11_all.deb
  node-babel-types_6.25.0+dfsg-11_all.deb
  node-babel_6.25.0+dfsg-11_amd64.buildinfo

Greetings,

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

-- 
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-babel-plugin-transform-decorators-legacy_1.3.4-1_amd64.changes is NEW

2017-09-26 Thread Debian FTP Masters
binary:node-babel-plugin-transform-decorators-legacy is NEW.
binary:node-babel-plugin-transform-decorators-legacy is NEW.
source:node-babel-plugin-transform-decorators-legacy is 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@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-babel_6.25.0+dfsg-12_amd64.changes

2017-09-26 Thread Debian FTP Masters
node-babel_6.25.0+dfsg-12_amd64.changes uploaded successfully to localhost
along with the files:
  node-babel_6.25.0+dfsg-12.dsc
  node-babel_6.25.0+dfsg-12.debian.tar.xz
  node-babel-cli_6.25.0+dfsg-12_all.deb
  node-babel-code-frame_6.25.0+dfsg-12_all.deb
  node-babel-core_6.25.0+dfsg-12_all.deb
  node-babel-generator_6.25.0+dfsg-12_all.deb
  node-babel-helper-bindify-decorators_6.25.0+dfsg-12_all.deb
  
node-babel-helper-builder-binary-assignment-operator-visitor_6.25.0+dfsg-12_all.deb
  node-babel-helper-builder-react-jsx_6.25.0+dfsg-12_all.deb
  node-babel-helper-call-delegate_6.25.0+dfsg-12_all.deb
  node-babel-helper-define-map_6.25.0+dfsg-12_all.deb
  node-babel-helper-explode-assignable-expression_6.25.0+dfsg-12_all.deb
  node-babel-helper-explode-class_6.25.0+dfsg-12_all.deb
  node-babel-helper-function-name_6.25.0+dfsg-12_all.deb
  node-babel-helper-get-function-arity_6.25.0+dfsg-12_all.deb
  node-babel-helper-hoist-variables_6.25.0+dfsg-12_all.deb
  node-babel-helper-optimise-call-expression_6.25.0+dfsg-12_all.deb
  node-babel-helper-regex_6.25.0+dfsg-12_all.deb
  node-babel-helper-remap-async-to-generator_6.25.0+dfsg-12_all.deb
  node-babel-helper-replace-supers_6.25.0+dfsg-12_all.deb
  node-babel-helpers_6.25.0+dfsg-12_all.deb
  node-babel-messages_6.25.0+dfsg-12_all.deb
  node-babel-plugin-external-helpers_6.25.0+dfsg-12_all.deb
  node-babel-plugin-syntax-async-functions_6.25.0+dfsg-12_all.deb
  node-babel-plugin-syntax-async-generators_6.25.0+dfsg-12_all.deb
  node-babel-plugin-syntax-class-constructor-call_6.25.0+dfsg-12_all.deb
  node-babel-plugin-syntax-class-properties_6.25.0+dfsg-12_all.deb
  node-babel-plugin-syntax-decorators_6.25.0+dfsg-12_all.deb
  node-babel-plugin-syntax-do-expressions_6.25.0+dfsg-12_all.deb
  node-babel-plugin-syntax-dynamic-import_6.25.0+dfsg-12_all.deb
  node-babel-plugin-syntax-exponentiation-operator_6.25.0+dfsg-12_all.deb
  node-babel-plugin-syntax-export-extensions_6.25.0+dfsg-12_all.deb
  node-babel-plugin-syntax-flow_6.25.0+dfsg-12_all.deb
  node-babel-plugin-syntax-function-bind_6.25.0+dfsg-12_all.deb
  node-babel-plugin-syntax-jsx_6.25.0+dfsg-12_all.deb
  node-babel-plugin-syntax-object-rest-spread_6.25.0+dfsg-12_all.deb
  node-babel-plugin-syntax-trailing-function-commas_6.25.0+dfsg-12_all.deb
  node-babel-plugin-transform-async-generator-functions_6.25.0+dfsg-12_all.deb
  node-babel-plugin-transform-async-to-generator_6.25.0+dfsg-12_all.deb
  node-babel-plugin-transform-class-constructor-call_6.25.0+dfsg-12_all.deb
  node-babel-plugin-transform-class-properties_6.25.0+dfsg-12_all.deb
  node-babel-plugin-transform-decorators_6.25.0+dfsg-12_all.deb
  node-babel-plugin-transform-do-expressions_6.25.0+dfsg-12_all.deb
  node-babel-plugin-transform-exponentiation-operator_6.25.0+dfsg-12_all.deb
  node-babel-plugin-transform-export-extensions_6.25.0+dfsg-12_all.deb
  node-babel-plugin-transform-flow-strip-types_6.25.0+dfsg-12_all.deb
  node-babel-plugin-transform-function-bind_6.25.0+dfsg-12_all.deb
  node-babel-plugin-transform-object-rest-spread_6.25.0+dfsg-12_all.deb
  node-babel-plugin-transform-react-jsx_6.25.0+dfsg-12_all.deb
  node-babel-plugin-transform-regenerator_6.25.0+dfsg-12_all.deb
  node-babel-plugin-transform-runtime_6.25.0+dfsg-12_all.deb
  node-babel-plugin-transform-strict-mode_6.25.0+dfsg-12_all.deb
  node-babel-polyfill_6.25.0+dfsg-12_all.deb
  node-babel-preset-es2015_6.25.0+dfsg-12_all.deb
  node-babel-preset-es2016_6.25.0+dfsg-12_all.deb
  node-babel-preset-es2017_6.25.0+dfsg-12_all.deb
  node-babel-preset-latest_6.25.0+dfsg-12_all.deb
  node-babel-preset-stage-0_6.25.0+dfsg-12_all.deb
  node-babel-preset-stage-1_6.25.0+dfsg-12_all.deb
  node-babel-preset-stage-2_6.25.0+dfsg-12_all.deb
  node-babel-preset-stage-3_6.25.0+dfsg-12_all.deb
  node-babel-register_6.25.0+dfsg-12_all.deb
  node-babel-runtime_6.25.0+dfsg-12_all.deb
  node-babel-template_6.25.0+dfsg-12_all.deb
  node-babel-traverse_6.25.0+dfsg-12_all.deb
  node-babel-types_6.25.0+dfsg-12_all.deb
  node-babel_6.25.0+dfsg-12_amd64.buildinfo

Greetings,

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

-- 
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] Processing of node-babylon_6.18.0-2_amd64.changes

2017-09-26 Thread Debian FTP Masters
node-babylon_6.18.0-2_amd64.changes uploaded successfully to localhost
along with the files:
  node-babylon_6.18.0-2.dsc
  node-babylon_6.18.0-2.debian.tar.xz
  node-babylon_6.18.0-2_all.deb
  node-babylon_6.18.0-2_amd64.buildinfo

Greetings,

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

-- 
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-babel_6.25.0+dfsg-12_amd64.changes is NEW

2017-09-26 Thread Debian FTP Masters
binary:node-babel-cli is NEW.
binary:node-babel-code-frame is NEW.
binary:node-babel-core is NEW.
binary:node-babel-generator is NEW.
binary:node-babel-helper-bindify-decorators is NEW.
binary:node-babel-helper-builder-binary-assignment-operator-visitor is NEW.
binary:node-babel-helper-builder-react-jsx is NEW.
binary:node-babel-helper-call-delegate is NEW.
binary:node-babel-helper-define-map is NEW.
binary:node-babel-helper-explode-assignable-expression is NEW.
binary:node-babel-helper-explode-class is NEW.
binary:node-babel-helper-function-name is NEW.
binary:node-babel-helper-get-function-arity is NEW.
binary:node-babel-helper-hoist-variables is NEW.
binary:node-babel-helper-optimise-call-expression is NEW.
binary:node-babel-helper-regex is NEW.
binary:node-babel-helper-remap-async-to-generator is NEW.
binary:node-babel-helper-replace-supers is NEW.
binary:node-babel-helpers is NEW.
binary:node-babel-messages is NEW.
binary:node-babel-plugin-external-helpers is NEW.
binary:node-babel-plugin-syntax-async-functions is NEW.
binary:node-babel-plugin-syntax-async-generators is NEW.
binary:node-babel-plugin-syntax-class-constructor-call is NEW.
binary:node-babel-plugin-syntax-class-properties is NEW.
binary:node-babel-plugin-syntax-decorators is NEW.
binary:node-babel-plugin-syntax-do-expressions is NEW.
binary:node-babel-plugin-syntax-dynamic-import is NEW.
binary:node-babel-plugin-syntax-exponentiation-operator is NEW.
binary:node-babel-plugin-syntax-export-extensions is NEW.
binary:node-babel-plugin-syntax-flow is NEW.
binary:node-babel-plugin-syntax-function-bind is NEW.
binary:node-babel-plugin-syntax-jsx is NEW.
binary:node-babel-plugin-syntax-object-rest-spread is NEW.
binary:node-babel-plugin-syntax-trailing-function-commas is NEW.
binary:node-babel-plugin-transform-async-generator-functions is NEW.
binary:node-babel-plugin-transform-async-to-generator is NEW.
binary:node-babel-plugin-transform-class-constructor-call is NEW.
binary:node-babel-plugin-transform-class-properties is NEW.
binary:node-babel-plugin-transform-decorators is NEW.
binary:node-babel-plugin-transform-do-expressions is NEW.
binary:node-babel-plugin-transform-exponentiation-operator is NEW.
binary:node-babel-plugin-transform-export-extensions is NEW.
binary:node-babel-plugin-transform-flow-strip-types is NEW.
binary:node-babel-plugin-transform-function-bind is NEW.
binary:node-babel-plugin-transform-object-rest-spread is NEW.
binary:node-babel-plugin-transform-react-jsx is NEW.
binary:node-babel-plugin-transform-regenerator is NEW.
binary:node-babel-plugin-transform-runtime is NEW.
binary:node-babel-plugin-transform-strict-mode is NEW.
binary:node-babel-polyfill is NEW.
binary:node-babel-preset-es2015 is NEW.
binary:node-babel-preset-es2016 is NEW.
binary:node-babel-preset-es2017 is NEW.
binary:node-babel-preset-latest is NEW.
binary:node-babel-preset-stage-0 is NEW.
binary:node-babel-preset-stage-1 is NEW.
binary:node-babel-preset-stage-2 is NEW.
binary:node-babel-preset-stage-3 is NEW.
binary:node-babel-register is NEW.
binary:node-babel-template is NEW.
binary:node-babel-traverse is NEW.
binary:node-babel-types is NEW.
binary:node-babel-plugin-syntax-flow is NEW.
binary:node-babel-traverse is NEW.
binary:node-babel-plugin-transform-decorators is NEW.
binary:node-babel-helper-call-delegate is NEW.
binary:node-babel-preset-stage-3 is NEW.
binary:node-babel-polyfill is NEW.
binary:node-babel-plugin-transform-async-generator-functions is NEW.
binary:node-babel-plugin-transform-object-rest-spread is NEW.
binary:node-babel-helper-bindify-decorators is NEW.
binary:node-babel-messages is NEW.
binary:node-babel-helper-function-name is NEW.
binary:node-babel-helper-builder-binary-assignment-operator-visitor is NEW.
binary:node-babel-plugin-transform-async-to-generator is NEW.
binary:node-babel-plugin-transform-exponentiation-operator is NEW.
binary:node-babel-plugin-syntax-class-properties is NEW.
binary:node-babel-plugin-transform-react-jsx is NEW.
binary:node-babel-helper-explode-class is NEW.
binary:node-babel-plugin-syntax-decorators is NEW.
binary:node-babel-preset-stage-1 is NEW.
binary:node-babel-plugin-syntax-async-functions is NEW.
binary:node-babel-core is NEW.
binary:node-babel-plugin-transform-export-extensions is NEW.
binary:node-babel-plugin-syntax-async-generators is NEW.
binary:node-babel-register is NEW.
binary:node-babel-plugin-transform-strict-mode is NEW.
binary:node-babel-plugin-syntax-function-bind is NEW.
binary:node-babel-helper-builder-react-jsx is NEW.
binary:node-babel-preset-latest is NEW.
binary:node-babel-plugin-transform-class-constructor-call is NEW.
binary:node-babel-plugin-transform-function-bind is NEW.
binary:node-babel-plugin-syntax-class-constructor-call is NEW.
binary:node-babel-preset-stage-2 is NEW.
binary:node-babel-plugin-syntax-object-rest-spread is NEW.
binary:node-babel-preset-es2017 is NEW.
binary:node-babel-helper-define-map is NEW.
binary:node-babel-plugin-syntax-dynamic-import is NEW.

[Pkg-javascript-devel] node-imurmurhash_0.1.4-1_amd64.changes ACCEPTED into unstable, unstable

2017-09-26 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 26 Sep 2017 12:34:31 +0530
Source: node-imurmurhash
Binary: node-imurmurhash
Architecture: source all
Version: 0.1.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Roshan Nalawade 
Description:
 node-imurmurhash - incremental implementation of MurmurHash3 hashing algorithm
Closes: 850405
Changes:
 node-imurmurhash (0.1.4-1) unstable; urgency=low
 .
   * Initial release (Closes: #850405)
Checksums-Sha1:
 f31542e715fe67fd3fccea542b94407a6aeb4a6e 2079 node-imurmurhash_0.1.4-1.dsc
 7234a2b7f20f615fa1965ca5b3df44d2d9612806 5219 
node-imurmurhash_0.1.4.orig.tar.gz
 e5efbd0d74b9e6ff1aaeb82d0bf5bd2362342454 2212 
node-imurmurhash_0.1.4-1.debian.tar.xz
 9d19b07127e95d0b750082f808ced7d0e41053a8 8154 node-imurmurhash_0.1.4-1_all.deb
 93059689825bd048ac5567a7deb2b157cf07674a 5435 
node-imurmurhash_0.1.4-1_amd64.buildinfo
Checksums-Sha256:
 e322c5755571777aa3d1abf197fe24ac172a1805c84252b5860096912a8eadbd 2079 
node-imurmurhash_0.1.4-1.dsc
 b3bf032b8729aea24ad5e60ef97bc66a3d51c8921035a2fff613d3bda2b597f8 5219 
node-imurmurhash_0.1.4.orig.tar.gz
 aae074f0647e968cb9521231c1f5ecf3b82f2d7b50d5cacb5413c72ad31ed38f 2212 
node-imurmurhash_0.1.4-1.debian.tar.xz
 5d21c62051f8d0fec35bc0718be9c4315e932662cd29eef4113e17b0a2a22c6d 8154 
node-imurmurhash_0.1.4-1_all.deb
 64adae768ca52674c758bedb627e83890da1437d874886480ea7b04e99c0bab7 5435 
node-imurmurhash_0.1.4-1_amd64.buildinfo
Files:
 bb0a609feaa386c1e27845098474b067 2079 javascript optional 
node-imurmurhash_0.1.4-1.dsc
 a268fa138c3eef8d9fc152e8f7bf60ac 5219 javascript optional 
node-imurmurhash_0.1.4.orig.tar.gz
 bc2124a64bedb43f9f72c80c7b4b89a3 2212 javascript optional 
node-imurmurhash_0.1.4-1.debian.tar.xz
 dece22bfd0c91cb88df5a9891bef7f64 8154 javascript optional 
node-imurmurhash_0.1.4-1_all.deb
 f1c741814465bf7f5fa7d86bf543266a 5435 javascript optional 
node-imurmurhash_0.1.4-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlnJ/fMACgkQzh+cZ0US
wiq8kBAAjLaZ1/MA/FTIDzoFvW98jV8f04EF1Y+BC+H6bDzN3Hn2tqmKGmFzGibg
ZTqFReSO0FFPkBkCAmygJ20faHtkZEpHBg88nm3hMaklL5PUG5KCF96Tdj/Vd0mJ
vHLSgco5Nkjf6NK0MsmR1PuZOMg9TGgPuWYzxrq8WZMLt298AxEpf1+EopwKBFYx
CS2fTGm7t989Jr3HUwqZt4s9KHGk3rVpD262qZcc/UoV/ZcNTVbD1/1ZdzSZNtAg
c2shU95B5NBe3/Qd7NpJdiN56kw2AiSf5LbDtbb9swox5pMDMSJrBSMj+pz2BEXM
binqjob4O+ZYbpp5TPnyqb6mN8Wq1S9pCpmhhMLrYaDANcaFunPeWqQBBfv9y8gC
3fKiMdbSrXnE5nQ4imsqRlPc0IBZvns96el9ytWhwT8ip2mvANfpyaCZkT7ZI3pM
04zed5982uX6ipr38aR9NfTKaJJlXLhgSnrN620Q34gy/ts737nyFGPTXzlIO/Y4
0eqiJO8e8Q4rFmOgNablkvdBSPMJIVXpZZVRWmSfJanrF+CTbOPHu2QbFsAOZ5dy
vSnAzJ4dNQE+PAQOhz/1PF2euBT2bji1f861LRA70cTaXX+30k1ajGHRlQHleJVY
NN1y8guH754wVhmq310r6GKF6eTOuW0YgRraIL1uGvf6YbcGN3Y=
=eDsn
-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-babel is marked for autoremoval from testing

2017-09-26 Thread Debian testing autoremoval watch
node-babel 6.25.0+dfsg-8 is marked for autoremoval from testing on 2017-10-25

It is affected by these RC bugs:
874420: node-babel-cli: /usr/bin/babel is already provided by openbabel


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