[Pkg-javascript-devel] node-hook-std_0.2.0-1_amd64.changes is NEW

2016-12-10 Thread Debian FTP Masters
binary:node-hook-std is NEW.
binary:node-hook-std is NEW.
source:node-hook-std 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-hook-std_0.2.0-1_amd64.changes

2016-12-10 Thread Debian FTP Masters
node-hook-std_0.2.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  node-hook-std_0.2.0-1.dsc
  node-hook-std_0.2.0.orig.tar.gz
  node-hook-std_0.2.0-1.debian.tar.xz
  node-hook-std_0.2.0-1_all.deb
  node-hook-std_0.2.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] Need help in test failures in node-glob-stream

2016-12-10 Thread Sruthi Chandran
Hi,

I have packaged node-glob-stream and a few tests are failing.

Request help in debugging the issue. It is already pushed to alioth.


 1) glob-stream create() should return a file name stream that does not
duplicate when piped twice:
 Uncaught Error: write after end
at writeAfterEnd (_stream_writable.js:166:12)
at DestroyableTransform.Writable.write (_stream_writable.js:211:5)
at DestroyableTransform.ondata (_stream_readable.js:542:20)
at emitOne (events.js:77:13)
at DestroyableTransform.emit (events.js:169:7)
at readableAddChunk (_stream_readable.js:153:18)
at DestroyableTransform.Readable.push (_stream_readable.js:111:10)
at DestroyableTransform.Transform.push (_stream_transform.js:128:32)
at afterTransform (_stream_transform.js:77:12)
at TransformState.afterTransform (_stream_transform.js:54:12)
at DestroyableTransform.noop [as _transform]
(/usr/lib/nodejs/through2/through2.js:26:3)
at DestroyableTransform.Transform._read (_stream_transform.js:167:10)
at DestroyableTransform.Transform._write (_stream_transform.js:155:12)
at doWrite (_stream_writable.js:300:12)
at writeOrBuffer (_stream_writable.js:286:5)
at DestroyableTransform.Writable.write (_stream_writable.js:214:11)
at Glob.
(/home/srud/build/javascript/gulp/glob-stream/node-glob-stream/index.js:49:14)
at emitOne (events.js:77:13)
at Glob.emit (events.js:169:7)
at Glob._emitMatch (/usr/lib/nodejs/glob/glob.js:491:8)
at Glob._processSimple2 (/usr/lib/nodejs/glob/glob.js:707:8)
at /usr/lib/nodejs/glob/glob.js:678:10
at Glob._stat2 (/usr/lib/nodejs/glob/glob.js:791:10)
at lstatcb_ (/usr/lib/nodejs/glob/glob.js:766:12)
at RES (/usr/lib/nodejs/inflight/inflight.js:31:16)
at f (/usr/lib/nodejs/once.js:25:25)
at FSReqWrap.oncomplete (fs.js:82:15)
 

  2) glob-stream create() should return a file name stream with dotfiles
negated:
 Uncaught Error: It matched!
at DestroyableTransform.
(/home/srud/build/javascript/gulp/glob-stream/node-glob-stream/test/main.js:267:15)
at DestroyableTransform.g (events.js:260:16)
at emitOne (events.js:77:13)
at DestroyableTransform.emit (events.js:169:7)
at readableAddChunk (_stream_readable.js:153:18)
at DestroyableTransform.Readable.push (_stream_readable.js:111:10)
at DestroyableTransform.Transform.push (_stream_transform.js:128:32)
at afterTransform (_stream_transform.js:77:12)
at TransformState.afterTransform (_stream_transform.js:54:12)
at DestroyableTransform.filterNegatives [as _transform]
(/home/srud/build/javascript/gulp/glob-stream/node-glob-stream/index.js:61:9)
at DestroyableTransform.Transform._read (_stream_transform.js:167:10)
at DestroyableTransform.Transform._write (_stream_transform.js:155:12)
at doWrite (_stream_writable.js:300:12)
at writeOrBuffer (_stream_writable.js:286:5)
at DestroyableTransform.Writable.write (_stream_writable.js:214:11)
at Glob.
(/home/srud/build/javascript/gulp/glob-stream/node-glob-stream/index.js:49:14)
at emitOne (events.js:77:13)
at Glob.emit (events.js:169:7)
at Glob._emitMatch (/usr/lib/nodejs/glob/glob.js:491:8)
at Glob._processReaddir2 (/usr/lib/nodejs/glob/glob.js:433:12)
at /usr/lib/nodejs/glob/glob.js:373:17
at RES (/usr/lib/nodejs/inflight/inflight.js:31:16)
at f (/usr/lib/nodejs/once.js:25:25)
at Glob._readdirEntries (/usr/lib/nodejs/glob/glob.js:580:10)
at /usr/lib/nodejs/glob/glob.js:557:12
at FSReqWrap.oncomplete (fs.js:82:15)
 

  3) glob-stream create() should return a input stream that can be piped
to other input streams and remove duplicates:
 Error: done() called multiple times
at multiple (/usr/lib/nodejs/mocha/lib/runnable.js:175:31)
at done (/usr/lib/nodejs/mocha/lib/runnable.js:181:26)
at /usr/lib/nodejs/mocha/lib/runnable.js:199:9
at DestroyableTransform.
(/home/srud/build/javascript/gulp/glob-stream/node-glob-stream/test/main.js:443:9)
at emitNone (events.js:72:20)
at DestroyableTransform.emit (events.js:166:7)
at endReadableNT (_stream_readable.js:921:12)
at nextTickCallbackWith2Args (node.js:442:9)
at process._tickCallback (node.js:356:17)
 

  4) glob-stream create() should return a input stream that can be piped
to other input streams and remove duplicates:
 Error: done() called multiple times
at multiple (/usr/lib/nodejs/mocha/lib/runnable.js:175:31)
at done (/usr/lib/nodejs/mocha/lib/runnable.js:181:26)
at /usr/lib/nodejs/mocha/lib/runnable.js:199:9
at DestroyableTransform.
(/home/srud/build/javascript/gulp/glob-stream/node-glob-stream/test/main.js:443:9)
at emitNone (events.js:72:20)
at DestroyableTransform.emit (events.js:166:7)
at endReadableNT (_stream_readable.js:921:12)
at nextTickCallbackWith2Args (node.js:442:9)
at process._tickCallback (node.js:356:17)
 

  5) glob-stream create() should return a file name stream with negation
from a glob:
  

[Pkg-javascript-devel] node-extglob is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-extglob 1.0.0-2 is marked for autoremoval from testing on 2017-01-16

It (build-)depends on packages with these RC bugs:
846700: node-extend-shallow: FTBFS: Test failures


-- 
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-use is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-use 2.0.0-1 is marked for autoremoval from testing on 2017-01-16

It (build-)depends on packages with these RC bugs:
846700: node-extend-shallow: FTBFS: Test failures


-- 
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-extend-shallow is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-extend-shallow 2.0.1-2 is marked for autoremoval from testing on 2017-01-16

It is affected by these RC bugs:
846700: node-extend-shallow: FTBFS: Test failures


-- 
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-union-value is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-union-value 0.2.3-1 is marked for autoremoval from testing on 2017-01-16

It (build-)depends on packages with these RC bugs:
846700: node-extend-shallow: FTBFS: Test failures


-- 
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-expand-brackets is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-expand-brackets 2.1.3-1 is marked for autoremoval from testing on 
2017-01-16

It (build-)depends on packages with these RC bugs:
846700: node-extend-shallow: FTBFS: Test failures


-- 
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-regex-not is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-regex-not 1.0.0-1 is marked for autoremoval from testing on 2017-01-16

It (build-)depends on packages with these RC bugs:
846700: node-extend-shallow: FTBFS: Test failures


-- 
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-contrib-nodeunit is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-grunt-contrib-nodeunit 1.0.0-1 is marked for autoremoval from testing on 
2017-01-16

It (build-)depends on packages with these RC bugs:
846692: node-repeat-element: FTBFS: Test failures
846700: node-extend-shallow: FTBFS: Test failures
846743: node-normalize-path: FTBFS: Test failures


-- 
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-findup-sync is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-findup-sync 0.4.3-1 is marked for autoremoval from testing on 2017-01-16

It (build-)depends on packages with these RC bugs:
846692: node-repeat-element: FTBFS: Test failures
846700: node-extend-shallow: FTBFS: Test failures
846743: node-normalize-path: FTBFS: Test failures


-- 
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-base is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-base 0.11.1-1 is marked for autoremoval from testing on 2017-01-16

It (build-)depends on packages with these RC bugs:
846700: node-extend-shallow: FTBFS: Test failures


-- 
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-snapdragon is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-snapdragon 0.8.1-1 is marked for autoremoval from testing on 2017-01-16

It (build-)depends on packages with these RC bugs:
846700: node-extend-shallow: FTBFS: Test failures


-- 
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-to-regex is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-to-regex 3.0.1-1 is marked for autoremoval from testing on 2017-01-16

It (build-)depends on packages with these RC bugs:
846700: node-extend-shallow: FTBFS: Test failures


-- 
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-normalize-path is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-normalize-path 2.0.1-1 is marked for autoremoval from testing on 2017-01-16

It is affected by these RC bugs:
846743: node-normalize-path: FTBFS: Test failures


-- 
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-micromatch is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-micromatch 2.3.11-1 is marked for autoremoval from testing on 2017-01-16

It (build-)depends on packages with these RC bugs:
846692: node-repeat-element: FTBFS: Test failures
846700: node-extend-shallow: FTBFS: Test failures
846743: node-normalize-path: FTBFS: Test failures


-- 
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-repeat-element is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-repeat-element 1.1.2+github-1 is marked for autoremoval from testing on 
2017-01-16

It is affected by these RC bugs:
846692: node-repeat-element: FTBFS: Test failures


-- 
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-fill-range is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-fill-range 3.0.3-1 is marked for autoremoval from testing on 2017-01-16

It (build-)depends on packages with these RC bugs:
846700: node-extend-shallow: FTBFS: Test failures


-- 
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-cache-base is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-cache-base 0.8.4-1 is marked for autoremoval from testing on 2017-01-16

It (build-)depends on packages with these RC bugs:
846700: node-extend-shallow: FTBFS: Test failures


-- 
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-cli is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-grunt-cli 1.2.0-3 is marked for autoremoval from testing on 2017-01-16

It (build-)depends on packages with these RC bugs:
846692: node-repeat-element: FTBFS: Test failures
846700: node-extend-shallow: FTBFS: Test failures
846743: node-normalize-path: FTBFS: Test failures


-- 
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-set-value is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-set-value 0.4.0-1 is marked for autoremoval from testing on 2017-01-16

It (build-)depends on packages with these RC bugs:
846700: node-extend-shallow: FTBFS: Test failures


-- 
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-braces is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-braces 2.0.2-1 is marked for autoremoval from testing on 2017-01-16

It (build-)depends on packages with these RC bugs:
846692: node-repeat-element: FTBFS: Test failures
846700: node-extend-shallow: FTBFS: Test failures


-- 
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-bash-match is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
node-bash-match 0.2.0-1 is marked for autoremoval from testing on 2017-01-16

It (build-)depends on packages with these RC bugs:
846700: node-extend-shallow: FTBFS: Test failures


-- 
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] html2canvas is marked for autoremoval from testing

2016-12-10 Thread Debian testing autoremoval watch
html2canvas 0.5.0~beta4+ds1-1 is marked for autoremoval from testing on 
2017-01-01

It is affected by these RC bugs:
846682: html2canvas: FTBFS: Error: module src/core.js in 
/<>/html2canvas-0.5.0~beta4+ds1 not found


-- 
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] node-lodash-packages_4.15.0-1_amd64.changes REJECTED

2016-12-10 Thread Pirate Praveen
On ഞായര്‍ 11 ഡിസംബര്‍ 2016 02:13 രാവിലെ, Chris Lamb wrote:
> Pirate Praveen wrote:
> 
>> Can you review jquery-ui before my other packages in NEW? I need it to
>> fix rc bug in gitlab. These other packages have less priority compared
>> to jqueryui.
> 
> Did you correct Thorsten's previous comments/notes ooi?

The last comment from Thorsten was on node-yargs on Nov 27. I can't see
anything about jqueryui here
http://lists.alioth.debian.org/pipermail/pkg-javascript-devel/2016-December/thread.html
as well.

Can you resend it?




signature.asc
Description: OpenPGP digital signature
-- 
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: Better title

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

> retitle 847715 node-resumer depends on node-through2 (>= 2.3.4), but only 
> 2.0.3-1 is in unstable
Bug #847715 [node-resumer] node-resumer depends on node-through2 (>= 2.3.4), 
but only 2.0.3-1 is in the archive
Changed Bug title to 'node-resumer depends on node-through2 (>= 2.3.4), but 
only 2.0.3-1 is in unstable' from 'node-resumer depends on node-through2 (>= 
2.3.4), but only 2.0.3-1 is in the archive'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
847715: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847715
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#847715: node-resumer depends on node-through2 (>= 2.3.4), but only 2.0.3-1 is in the archive

2016-12-10 Thread Adrian Bunk
Package: node-resumer
Version: 0.0.0-1
Severity: serious

node-resumer depends on node-through2 (>= 2.3.4),
but only 2.0.3-1 is in the archive.

-- 
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] node-lodash-packages_4.15.0-1_amd64.changes REJECTED

2016-12-10 Thread Chris Lamb
Pirate Praveen wrote:

> Can you review jquery-ui before my other packages in NEW? I need it to
> fix rc bug in gitlab. These other packages have less priority compared
> to jqueryui.

Did you correct Thorsten's previous comments/notes ooi?


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-

-- 
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#847703: RM: libjs-fuzzaldrin-plus -- RoQA; binary package now built by src:node-fuzzaldrin-plus

2016-12-10 Thread Adrian Bunk
Package: ftp.debian.org
Severity: normal

src:libjs-fuzzaldrin-plus has been replaced by src:node-fuzzaldrin-plus,
and the sole binary package libjs-fuzzaldrin-plus is now built by
the latter.

Please remove src:libjs-fuzzaldrin-plus

Please do NOT remove src:node-fuzzaldrin-plus or the binary packages
built from this source.

Thanks

-- 
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-after_0.8.2-1_amd64.changes is NEW

2016-12-10 Thread Debian FTP Masters
binary:node-after is NEW.
binary:node-after is NEW.
source:node-after 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-after_0.8.2-1_amd64.changes

2016-12-10 Thread Debian FTP Masters
node-after_0.8.2-1_amd64.changes uploaded successfully to localhost
along with the files:
  node-after_0.8.2-1.dsc
  node-after_0.8.2.orig.tar.gz
  node-after_0.8.2-1.debian.tar.xz
  node-after_0.8.2-1_all.deb
  node-after_0.8.2-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-after_0.8.2-1_source.changes REJECTED

2016-12-10 Thread Debian FTP Masters


Source-only uploads to NEW are not allowed.

binary:node-after is NEW.
source:node-after is NEW.

===

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] node-unique-stream_2.2.1-1_amd64.changes is NEW

2016-12-10 Thread Debian FTP Masters
binary:node-unique-stream is NEW.
binary:node-unique-stream is NEW.
source:node-unique-stream 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] Processed: tagging 846682

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

> tags 846682 + pending
Bug #846682 [src:html2canvas] html2canvas: FTBFS: Error: module src/core.js in 
/<>/html2canvas-0.5.0~beta4+ds1 not found
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
846682: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846682
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] Processing of node-after_0.8.2-1_source.changes

2016-12-10 Thread Debian FTP Masters
node-after_0.8.2-1_source.changes uploaded successfully to localhost
along with the files:
  node-after_0.8.2-1.dsc
  node-after_0.8.2.orig.tar.gz
  node-after_0.8.2-1.debian.tar.xz

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-unique-stream_2.2.1-1_amd64.changes

2016-12-10 Thread Debian FTP Masters
node-unique-stream_2.2.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  node-unique-stream_2.2.1-1.dsc
  node-unique-stream_2.2.1.orig.tar.gz
  node-unique-stream_2.2.1-1.debian.tar.xz
  node-unique-stream_2.2.1-1_all.deb
  node-unique-stream_2.2.1-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-esprima_3.1.2+ds-2_source.changes ACCEPTED into unstable

2016-12-10 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 10 Dec 2016 14:40:40 +0100
Source: node-esprima
Binary: node-esprima
Architecture: source
Version: 3.1.2+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Julien Puydt 
Description:
 node-esprima - ECMAScript parsing infrastructure for multipurpose analysis
Changes:
 node-esprima (3.1.2+ds-2) unstable; urgency=medium
 .
   * Updated d/copyright to LICENSE.BSD's change.
Checksums-Sha1:
 b0defb63b5ee7f9244542e8731ba33f3efde61eb 2023 node-esprima_3.1.2+ds-2.dsc
 77b77f358cdc8716137b329689b15dd759861b50 3068 
node-esprima_3.1.2+ds-2.debian.tar.xz
Checksums-Sha256:
 5650f1ffd4b26047f64d21a1d49ede144d789501126a8d000df6d1c54a5afe31 2023 
node-esprima_3.1.2+ds-2.dsc
 1dc80496b1fa3eeb4de14cda0024e32e8ad8e3af566e0d77c3e08973fc34ae1e 3068 
node-esprima_3.1.2+ds-2.debian.tar.xz
Files:
 2098ceec74a735ec024116614f1910bf 2023 web optional node-esprima_3.1.2+ds-2.dsc
 b7dda2456de7b8f00df67e13e0b3eb0e 3068 web optional 
node-esprima_3.1.2+ds-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCgAGBQJYTAYUAAoJEAgWueGMdiutknkQALt/k1vAfFYM2/oTuQydn16p
prqu09U0XF3B1QF9fm1iyPy4l2mbPdx0KN3gv6oGuHJXvtRSP0GQ/9JScLl5Sxre
y9ypvKYMG9m8SMdG36/1WLMiUx9gbbIZuoZXZNLE2EBzoxTw3KPdaqgN/GPsWbYY
KxgnKMDJx0U41wyl2L20wx9zxyhtsOYn+BAt7UiNzwlk3LlY5krGEb/iJf6cBmW4
HdsjTPRKAVlHTdsE5rXv4Hhsegef9BvpYpA3n4CkmxS95nOO3OHm+NuDbaUwyNB3
602wSHtyl2gtIcI8CBwe3tQ7s4SJX5KeFog+vGEZefCzWPQifOEfSSdJB7UYGxyW
uhtwySLUwi8yK5A9psPsTp2Al0s668ccSVWdtPuJXjhtd8dsTQKqu08I1uW+vsbG
gpV1mTsm9As4WsuFG8xdlKj6q2oQUG5mO5WKd5wyULfv/TGLFF0ROLwPJoJN/AlQ
DXs0WRBjXa1HtemZ8MhA03/SsmmaQ4rEPGE0YFxbZuiti8bA5kLFymw+Gij1oHup
qyP2kzmi3KH686rfUPMBuBMNIJtApTNTUXemYI8ShZhwM1H2T9bmZ9/LXHYDkQKT
DV0EoZOjwQAxbdTDgQsWt3m/8Z2GEbs7t+IVvET+xxy90IkUSpfLS30M1pNnBv5O
2v7qxKoAE86WcLqrFk2a
=aC/w
-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


Re: [Pkg-javascript-devel] RFS: node-loose-envify 1.3.0

2016-12-10 Thread Jonas Smedegaard

Excerpts from Ross Gammon's message of December 10, 2016 10:14 am:

On 12/10/2016 07:26 AM, Paolo Greppi wrote:

The most popular suffix separator for dfsg is + (694 times), last comes
~dfsg (79 times) and finally -dfsg (15 times).

?


~ sorts before [a-z], + sorts after [a-z]

I have used 1.2.3-1~exp1 sometimes, because then I can use 1.2.3-1 for
the next upload to unstable once I know that it worked in experimental.

If you exclude something from the upstream tarball because it is not
allowed in Debian, then to stop repacking the tarball you need a new
fixed version (without the offending file in the tarball) to be released
upstream. Then 1.2.3+dfsg-1 makes a lot of sense, because if upstream
fix it, the next version will always be higher than 1.2.3 (e.g 1.2.4).

The only advantage to using ~ that I can think of, is if we change the
rules and the offending file was now "free", you could just drop the
~dfsg. Unless others can think of another use case?


I generally use ~ because upstream may re-release _same_ version but
with DFSG-violating pieces stripped.  Arguably that is dificult to do at
github but that is besides the point.

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

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


pgpIdvrKMjXvB.pgp
Description: PGP signature
-- 
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-esprima_3.1.2+ds-2_source.changes

2016-12-10 Thread Debian FTP Masters
node-esprima_3.1.2+ds-2_source.changes uploaded successfully to localhost
along with the files:
  node-esprima_3.1.2+ds-2.dsc
  node-esprima_3.1.2+ds-2.debian.tar.xz

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


Re: [Pkg-javascript-devel] node-grunt-contrib-requirejs_1.0.0-1_amd64.changes REJECTED

2016-12-10 Thread Pirate Praveen
On ശനി 10 ഡിസംബര്‍ 2016 02:30 വൈകു, Chris Lamb wrote:
> 
> 
> "Copyright: 2016 Grunt Team" but some individual contributors named (eg. Tyler
> Keller). Please recheck the entire package.

Fixed.

>  -- Chris Lamb   Sat, 10 Dec 2016 08:32:59 +
> 
> 
> 
> ===
> 
> 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.
> 




signature.asc
Description: OpenPGP digital signature
-- 
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-contrib-requirejs_1.0.0-1_amd64.changes is NEW

2016-12-10 Thread Debian FTP Masters
binary:node-grunt-contrib-requirejs is NEW.
binary:node-grunt-contrib-requirejs is NEW.
source:node-grunt-contrib-requirejs 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-grunt-contrib-requirejs_1.0.0-1_amd64.changes

2016-12-10 Thread Debian FTP Masters
node-grunt-contrib-requirejs_1.0.0-1_amd64.changes uploaded successfully to 
localhost
along with the files:
  node-grunt-contrib-requirejs_1.0.0-1.dsc
  node-grunt-contrib-requirejs_1.0.0.orig.tar.gz
  node-grunt-contrib-requirejs_1.0.0-1.debian.tar.xz
  node-grunt-contrib-requirejs_1.0.0-1_all.deb
  node-grunt-contrib-requirejs_1.0.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-lodash-packages_4.15.0-1_amd64.changes is NEW

2016-12-10 Thread Debian FTP Masters
binary:node-lodash-packages is NEW.
binary:node-lodash-packages is NEW.
source:node-lodash-packages 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-lodash-packages_4.15.0-1_amd64.changes

2016-12-10 Thread Debian FTP Masters
node-lodash-packages_4.15.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  node-lodash-packages_4.15.0-1.dsc
  node-lodash-packages_4.15.0.orig.tar.gz
  node-lodash-packages_4.15.0-1.debian.tar.xz
  node-lodash-packages_4.15.0-1_all.deb
  node-lodash-packages_4.15.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


Re: [Pkg-javascript-devel] node-lodash-packages_4.15.0-1_amd64.changes REJECTED

2016-12-10 Thread Pirate Praveen
On ശനി 10 ഡിസംബര്‍ 2016 02:30 വൈകു, Chris Lamb wrote:
> 
> Looks like missing attribution from jQuery (stopped checking there)
>

Fixed. Noticed this just after upload, tried dcut rm, but it had already
moved to NEW.

Can you review jquery-ui before my other packages in NEW? I need it to
fix rc bug in gitlab. These other packages have less priority compared
to jqueryui.

>  -- Chris Lamb   Sat, 10 Dec 2016 08:34:50 +
> 
> 
> 
> ===
> 
> 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.
> 




signature.asc
Description: OpenPGP digital signature
-- 
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] RFS: node-loose-envify 1.3.0

2016-12-10 Thread Ross Gammon
On 12/10/2016 07:26 AM, Paolo Greppi wrote:
> The most popular suffix separator for dfsg is + (694 times), last comes
> ~dfsg (79 times) and finally -dfsg (15 times).
> 
> ?

~ sorts before [a-z], + sorts after [a-z]

I have used 1.2.3-1~exp1 sometimes, because then I can use 1.2.3-1 for
the next upload to unstable once I know that it worked in experimental.

If you exclude something from the upstream tarball because it is not
allowed in Debian, then to stop repacking the tarball you need a new
fixed version (without the offending file in the tarball) to be released
upstream. Then 1.2.3+dfsg-1 makes a lot of sense, because if upstream
fix it, the next version will always be higher than 1.2.3 (e.g 1.2.4).

The only advantage to using ~ that I can think of, is if we change the
rules and the offending file was now "free", you could just drop the
~dfsg. Unless others can think of another use case?

Cheers,

Ross

-- 
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-tar-stream_1.5.2-1_amd64.changes is NEW

2016-12-10 Thread Debian FTP Masters
binary:node-tar-stream is NEW.
binary:node-tar-stream is NEW.
source:node-tar-stream 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-loose-envify_1.3.0+dfsg-1_amd64.changes is NEW

2016-12-10 Thread Debian FTP Masters
binary:node-loose-envify is NEW.
binary:node-loose-envify is NEW.
source:node-loose-envify 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-lodash-packages_4.15.0-1_amd64.changes REJECTED

2016-12-10 Thread Chris Lamb

Looks like missing attribution from jQuery (stopped checking there)

 -- Chris Lamb   Sat, 10 Dec 2016 08:34:50 +



===

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] node-orchestrator_0.3.8-1_amd64.changes ACCEPTED into unstable, unstable

2016-12-10 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 08 Dec 2016 18:25:52 +0530
Source: node-orchestrator
Binary: node-orchestrator
Architecture: source all
Version: 0.3.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Sruthi Chandran 
Description:
 node-orchestrator - sequence and execute tasks and dependencies in concurrency
Closes: 847461
Changes:
 node-orchestrator (0.3.8-1) unstable; urgency=low
 .
   * Initial release (Closes: #847461)
Checksums-Sha1:
 7ebd6f80120c8fbb95c36cf90f88cd00c6dea827 2081 node-orchestrator_0.3.8-1.dsc
 247f7ad3bc62089679a1da47e5522d4fc1de9127 14025 
node-orchestrator_0.3.8.orig.tar.gz
 912ce9b47e0c1cbe37808510979ece5453b3107e 2028 
node-orchestrator_0.3.8-1.debian.tar.xz
 4246ff59728e5994f3a99dd648c108d3a44ed88f 8638 node-orchestrator_0.3.8-1_all.deb
 0ee5eb82b13f90c5e7760c3a66c1abaad194b433 4555 
node-orchestrator_0.3.8-1_amd64.buildinfo
Checksums-Sha256:
 68a1ec8398a46761017ca2df9c8805efe4e1c2b82983acb6d2f43c0f12984026 2081 
node-orchestrator_0.3.8-1.dsc
 31a409a5c5c91bb18f3b151ea57003366ad42fa9f8c3d0cf258a29900eb310c7 14025 
node-orchestrator_0.3.8.orig.tar.gz
 0bad477a81685801e14fe3e301cdcc9a087b183da74892749edce64974e1333c 2028 
node-orchestrator_0.3.8-1.debian.tar.xz
 f04aaa0e99d061567d98a519863884a4b5837d9db230920f76261a6fe3b8f4a5 8638 
node-orchestrator_0.3.8-1_all.deb
 25025cfc9fccd6b858f9bd1a49c05bd13f280e941022e8b43b66730caac1 4555 
node-orchestrator_0.3.8-1_amd64.buildinfo
Files:
 da1da6185a57f56bd5417460f7565cae 2081 web optional 
node-orchestrator_0.3.8-1.dsc
 e209c7c54523ce7443cddb377677d196 14025 web optional 
node-orchestrator_0.3.8.orig.tar.gz
 52ac6fc0c5bfe6816dbd0bbb3e87ec84 2028 web optional 
node-orchestrator_0.3.8-1.debian.tar.xz
 81dc2f9b860ace9c0073290187ae9f79 8638 web optional 
node-orchestrator_0.3.8-1_all.deb
 c283d29d98aadae45cf64d5db1cd46a3 4555 web optional 
node-orchestrator_0.3.8-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlhJgqMACgkQzh+cZ0US
wioccxAAkAGNXKhhs9gUvR5Lj0K5Ym+Ub17AIS3BsZF9Wb8sIJU1Al6oVqBQ3cW3
FKAFMh2sL/gC7GenSGrEmmHDPTcVeyVwMF3wyCrOEftx7q+XH1NE3lDZHOV39Ej7
lTdduOU/tz72Pu4Am6Qg+n5LdWVMXA/UckGyuswtFGhhxF4cnWyn5NQ2xcWhamiS
202vh95W2pTL7gs5r8JNg8vTGqEB+b/dI2WhkD7y5RAigro5xFMzM0UCJCvuk5Xc
9npdm5mj1Den3CXBhoDVg42nmo5Rd3rQGgWNyyxcpogwe/qc6nBawnEJKcKa42jF
vt0UBkoXxOnexSlDPj9RQrwvN/4PgQxGQ0KZIYEU2dUA+tr+W232in8alQORTQHW
d7yuifJlDjekj2oLZE9/1Q04kGa1POMethVw/cqj4e08tLIAFjMg6jEQpWAKMHyV
s/igzAo+iQtYaUCD0GxVwTqRyRIyDXHaKB15CnEMGjt/TKBQOM1sCZaPVowfGP6D
JtPW7pvxdUGruq51Mg3jlnBVqPxlAbtz4xAjB1amZgSzdfi1egjzUM8FIWk4vrrm
ApdIuylItSBr6J4QRICBtFwYjz/EeS1iHl5tzcijuBkSlEnwy55JF+KHCNrbfadb
rI1JbUIid0WernOCPTMkZQnacnWfkUoWqIzq0sN8PVoO85UCBrg=
=l+VE
-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-to-absolute-glob_2.0.1-1_amd64.changes ACCEPTED into unstable, unstable

2016-12-10 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 08 Dec 2016 19:34:04 +0530
Source: node-to-absolute-glob
Binary: node-to-absolute-glob
Architecture: source all
Version: 2.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Sruthi Chandran 
Description:
 node-to-absolute-glob - Make a glob pattern absolute
Closes: 847469
Changes:
 node-to-absolute-glob (2.0.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #847469)
Checksums-Sha1:
 a65750b9794fde5b35abe7dc7521f6280e82bf2e 2204 node-to-absolute-glob_2.0.1-1.dsc
 e19bfe11c5189b3a67d3e266ae8b36f33f8d00d5 6201 
node-to-absolute-glob_2.0.1.orig.tar.gz
 396eea1e7dff5e2e2c2445e57fa195b18322c168 2284 
node-to-absolute-glob_2.0.1-1.debian.tar.xz
 9dd3b76c8e11471832c0560011762e0f21796de2 5010 
node-to-absolute-glob_2.0.1-1_all.deb
 421de7567f3b4ebe80057bf718f5582b23f8d250 7748 
node-to-absolute-glob_2.0.1-1_amd64.buildinfo
Checksums-Sha256:
 578a1eaeb428948c2bb4ddf0b36ed490d7401781cf371e7ac4cc1ce027041bdb 2204 
node-to-absolute-glob_2.0.1-1.dsc
 e76ef71068400ec9c80fd1b338ebe86e07dff6688297e781a23986a726946b05 6201 
node-to-absolute-glob_2.0.1.orig.tar.gz
 19523796db1c569569b4f4d390068696798bb7d07f077675eb478f679a51 2284 
node-to-absolute-glob_2.0.1-1.debian.tar.xz
 aab7d179ce8c5bc2d9e6f4ede74f4df87a939e663cda11e6e393ea7ac2237ebe 5010 
node-to-absolute-glob_2.0.1-1_all.deb
 5adb5d64fb5feaf5bcbd8a1cee0b5f3b5b882c64eccb5d80928a8710bf137c56 7748 
node-to-absolute-glob_2.0.1-1_amd64.buildinfo
Files:
 bff3e0a12601cf9f58e38a6d39b153f1 2204 web optional 
node-to-absolute-glob_2.0.1-1.dsc
 dd50dd58137df6b2de0afee3b75ac856 6201 web optional 
node-to-absolute-glob_2.0.1.orig.tar.gz
 c96693f3a925689d9fe606bf76a0b437 2284 web optional 
node-to-absolute-glob_2.0.1-1.debian.tar.xz
 4ef490ef77686a67130882aa6f9ccc74 5010 web optional 
node-to-absolute-glob_2.0.1-1_all.deb
 36b3a87a2e3c07e063e19e9ca20a9efc 7748 web optional 
node-to-absolute-glob_2.0.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlhJkyYACgkQzh+cZ0US
wiqGZQ/9FeELakcF1V/Rs3NedkWWVTRWU3sDNoDFtbPAVmGFUE+kWnJ7OwxeBUnZ
MucTA2jJZJda71SyHCdCRV7Ws9ZIb4UOlCImL7YHN3bTXmOKEw/Q6a153bdlDFJv
WNHJA7YOzO3Hy3oLI6tsVy0KRUyeRGc5IfGwgH/ZnO7nM6haA4tvFtk1KMz+jan/
m5x4BrxMKp5r/eCX6O/ADvT1T1GDzNUXadP8JJgy6eKLe6nLlEK78qTYU93S/QiS
3hoIC4i3QdyS//7tmPbKCyp1QQhFOPbLjf2g+/AQawC9AqkHpuA7X+/l/Z42dtUA
w0t4E75YyP5IQSrRpKycbOFBEGQw6nYKhIxGtmhDyeCkSZXvVtAO7bA12eN0/mQx
smg3km+AmtbhjrdvGdkH/PEhc0658+QD4xq52YalZfkZep1k1FxiWgaGuiz0Sd6j
3r26oKGQ5dBoTqMWdGSLboA13J8Oip/jy7Ec64m6jEYrNEjKdA3o/osyFTizFWxL
rT8WCL5S/rMv/cpwIJHQadiyLagLA0HUvlbSUK0f9gHAgCzMlYa8ggvUy/80nBvx
ObH9/2bttRmaew9g/XZaGa2jkBcZs5arK0rbxVUl10F0iuo14tdwWPz98oiMbI3H
mvY3kUIdQGPDf7AxmBeSpkqCG7d0wIyjnx9K2ORMqZQXUZpn94U=
=BXuV
-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-through2-filter_2.0.0-1_amd64.changes ACCEPTED into unstable, unstable

2016-12-10 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 05 Dec 2016 19:49:36 +0530
Source: node-through2-filter
Binary: node-through2-filter
Architecture: source all
Version: 2.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Pirate Praveen 
Description:
 node-through2-filter - create an Array.prototype.filter analog for streams
Closes: 847052
Changes:
 node-through2-filter (2.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #847052)
Checksums-Sha1:
 ba8a4122d8a7c6235da3f31f0fc0293e2d1c7ab6 2118 node-through2-filter_2.0.0-1.dsc
 f34eb985b2ec4273c69813a026b8f19d5ae6aefe 3236 
node-through2-filter_2.0.0.orig.tar.gz
 d23be08c4697c29332f410490511c16a514284dd 1988 
node-through2-filter_2.0.0-1.debian.tar.xz
 ef5acccf59abdfa53f68f26c16ade6701e5f 3794 
node-through2-filter_2.0.0-1_all.deb
 ef3d9aad0f1811c6591993f20335d4aec06f4d62 4585 
node-through2-filter_2.0.0-1_amd64.buildinfo
Checksums-Sha256:
 ccbb9b3d1a5ca49bb9c652327608b26eba078d794a889164dc99a62bac79ea88 2118 
node-through2-filter_2.0.0-1.dsc
 6e5e193107d2237196bff9aab1af7523704131bf054bb495451684050752fe41 3236 
node-through2-filter_2.0.0.orig.tar.gz
 7abf6c607d07c3398c67a34c3620846435e81ff97fa8133b0e8646d1536848f3 1988 
node-through2-filter_2.0.0-1.debian.tar.xz
 4da7a5ce7990ead79f5ec33e542418bd718ea634b802eb4b2c4df16468cb724f 3794 
node-through2-filter_2.0.0-1_all.deb
 c135912f222cb1230f5575510a51ebfbc5f3e0d3c931c2daf3b3efdcd3d28d52 4585 
node-through2-filter_2.0.0-1_amd64.buildinfo
Files:
 a3536fec5b15ca29f9610c18619e8266 2118 web optional 
node-through2-filter_2.0.0-1.dsc
 735dcff08ea8e6f103f608c78b9d0e08 3236 web optional 
node-through2-filter_2.0.0.orig.tar.gz
 1ef1bd80e550dfc317ae6fbb01612b84 1988 web optional 
node-through2-filter_2.0.0-1.debian.tar.xz
 38b81429745330e9841405bf9b0f18a5 3794 web optional 
node-through2-filter_2.0.0-1_all.deb
 3b05dab4413d4eb626d095ee718cf425 4585 web optional 
node-through2-filter_2.0.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlhJjc4ACgkQzh+cZ0US
wiphAA/9FM2tlJpp3fzhh/2qrBH7dcNoqDm6MyZDPXHf4YBgrJwEVgYFwWnCuAwT
3TddoFdhDx+Wjwvw+nIowY8G43SxY8lzwGDpf335ks5xsT9WApPWNgQCi7YTC9Ig
/qCjcS/g7ge1UUf50VqDR0vWR6l66ZwcMXRc+iyQqnY07cA/J3BwOneT4pLRMEmP
XrMlOKtGUP4/3+XJ7VSRysrjOuQyWZfTxYHQX8Tzu9Kfs/FnyUARcdRk3KUsWndN
XAuJv+TX++N3U526trX7yEuqBC/6t1n1i34f7XXA+B3qrT+ntYWznF8kk0oyMPdT
sboGrPnm8wzqO/KbSXubYV3U/UoGWD7xwYnZBVF+OE7PRJwzEzNtUmrMT1gMzD4z
YFVWovJ+irtu3jezz2GxXa0N3dxE2ZY0m5fOq7D8ds8hSJ8C804d30EhuMdHfDyb
rgjbKuifPnAdbUQ+AQCNsfQ0ohHGybhuz0OKt3eaLK7NFX8I+idjztFUkZ73+ZW/
73XZR0mfC7snwMpYvHzjHWDpM9hZf+vpd273ZHVk0ON7Nj9InXZsuBkn207PpqNZ
yCkb9YRrPhYOUumGTkFt5Dad3nGDucfjtnX/JYazt/AVIHIkMFLq+/CPBX4lq/Sp
po/PfkvdpmxMmhhXC2OQP2s73LQzVI/kiH4/A1qUs7hTR+PkFOc=
=XpTg
-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-grunt-contrib-requirejs_1.0.0-1_amd64.changes REJECTED

2016-12-10 Thread Chris Lamb


"Copyright: 2016 Grunt Team" but some individual contributors named (eg. Tyler
Keller). Please recheck the entire package.

 -- Chris Lamb   Sat, 10 Dec 2016 08:32:59 +



===

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] node-duplexify_3.5.0-1_amd64.changes ACCEPTED into unstable, unstable

2016-12-10 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 08 Dec 2016 18:22:20 +0530
Source: node-duplexify
Binary: node-duplexify
Architecture: source all
Version: 3.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Sruthi Chandran 
Description:
 node-duplexify - Turn a writable and readable stream into a streams2 duplex 
stream
Closes: 847460
Changes:
 node-duplexify (3.5.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #847460)
Checksums-Sha1:
 e61326a3f50ff0388bffdd283e910730802ae8de 2044 node-duplexify_3.5.0-1.dsc
 3fb4ac909739a956d8747883efa5c569f1a84511 5130 node-duplexify_3.5.0.orig.tar.gz
 836c1fbd3e2fef756e17a371876f086837ee 2236 
node-duplexify_3.5.0-1.debian.tar.xz
 be2ad52b785802402b1ae5691bcb96b4b973ebd7 5022 node-duplexify_3.5.0-1_all.deb
 d9977f4c2f76581a9351272035cd18a91ae18ed5 4525 
node-duplexify_3.5.0-1_amd64.buildinfo
Checksums-Sha256:
 c32864fbb49673565b722861e733dc72263449e266112081639340029a5750c5 2044 
node-duplexify_3.5.0-1.dsc
 852477c05477e8909f6e8134f076fdf9afe596d292a432a40621e1e1fa85fe07 5130 
node-duplexify_3.5.0.orig.tar.gz
 9237f2ac19c75961d87ce1ea0398e8e1260cc4777970eaf255b5d9211fd08829 2236 
node-duplexify_3.5.0-1.debian.tar.xz
 9491c517631f2a311aabc17ee4e3bdd64b35063fc4ee706a06b0bf94dad4c308 5022 
node-duplexify_3.5.0-1_all.deb
 76627b50453753a12a9ce95cb2a3b7a78db3596aa170b2ddff26dd336b49f18a 4525 
node-duplexify_3.5.0-1_amd64.buildinfo
Files:
 3ed04b1349272aff14ec50f70b9b9088 2044 web optional node-duplexify_3.5.0-1.dsc
 cc6a8c577408df22943aad6a5e5458f4 5130 web optional 
node-duplexify_3.5.0.orig.tar.gz
 dde7a707331fd924108435991a8953d9 2236 web optional 
node-duplexify_3.5.0-1.debian.tar.xz
 a046d87877567b6751c93e3fbfbecd4c 5022 web optional 
node-duplexify_3.5.0-1_all.deb
 8b24e65ae7956bb6d02c4a5eef43a4ec 4525 web optional 
node-duplexify_3.5.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlhJin0ACgkQzh+cZ0US
wipHvA//WdGQW3uZItKq6LAFDpAWClQlEpPbyMb9YkYxpodT1ZR7//0RqSr0ATon
ZPgBlMPGTUNT2v8ap2qNyojgHjKsiagSRaHO1vKQyXIRWJ8/sZoxxCSXUgSw7ZL0
54tV9WX33DP4hVPLyYvBUse1YmDccnMstR1whJzsk0Uu679Cjvm5QR5vkFYItfJB
Gt+M0EDEuEfmjN0hK1Y9DRKGcrHtw03r1caGVPHBoiSpwyQ0uDcruDWktOobucOA
V9RfOyiQ6Vbt/GYOeHJFV/OozQZ6Q55p+TjMgmC9Gl9/KPaWZwxEDpAwq5rl+uEe
X2gYMJyx1yTo3Fah+UIQJpsz5X3Pzy4ldEEqB0avoLtiygupTz+brqsfFHnYwwsv
x4WhUkXpaBPxvvRAxo7QVHFWLO4pBkHiZ/HDKC+o+O6l3NX2SueofQl3ZEUp9LPR
x+66AYlcfcZSx+U+2YTdjB+s2OSoi01HuSVAWKVHD6Med/ANtBqVlX1iN+pHy7zl
IKocv2kvQBmruwRaEgoJ5gfu/g97qf6WbSvrUQ7U3CiAO+wA+9Wqbr+emFVBGYO5
4kgHyl7jPjkWyFaVphZDq7QGTlVVofg6bEj1HDZfHm71KV+3bF971gIcMrYloBEb
rhNJQoxMrZ3ZUNLv/lavqbx87LNspJ2u7aGJ+cfbGk0NYHrs4z8=
=QtwI
-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-tar-stream_1.5.2-1_amd64.changes

2016-12-10 Thread Debian FTP Masters
node-tar-stream_1.5.2-1_amd64.changes uploaded successfully to localhost
along with the files:
  node-tar-stream_1.5.2-1.dsc
  node-tar-stream_1.5.2.orig.tar.gz
  node-tar-stream_1.5.2-1.debian.tar.xz
  node-tar-stream_1.5.2-1_all.deb
  node-tar-stream_1.5.2-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