[Pkg-javascript-devel] gitlab, yarn, node modules and stalled ftp NEW

2018-04-13 Thread Pirate Praveen
Hi,

I was hoping to be able to package all node dependencies of gitlab in main, 
though the sheer number of them made ftp masters to ignore them. I understand 
that kind of numbers are quite intimidating to deal with, so I have already 
moved gitlab to contrib and install these node modules directly from npm 
registry. 

But even that cannot move to buster because npm is not yet in buster, which is 
also stuck in NEW. So I'm thinking of adding yarn also to contrib, bundling all 
dependencies. If the node modules in NEW starts moving, hopefully when next 
batch of ftp assistants are on boarded, we can get it to main.

This will also help me in backporting gitlab 10 to stretch as backporting 
security fixes to 8.13 is pretty challenging.
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.-- 
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#892656: even more tests fail with version 2.0.2

2018-04-11 Thread Pirate Praveen


On April 12, 2018 2:48:32 AM GMT+05:30, Paolo Greppi  
wrote:
>Normally you'd expect to fix bugs with a new version, in this case
>while trying to update node-define-property 1.0.0-1 -> 2.0.2 the
>failing tests actually increased from 1 to 4.
>
>What puzzled me was that no tests fail on upstream's CI (travis), which
>also tests nodejs version 8.
>
>Turns out that we have upgraded node-is-descriptor to version 2.0.0,
>but the npm registry only has 1.0.2.
>
>I have forwarded the issue upstream, and I expect upstream to answer
>that define-property correctly pins the major version of is-descriptor
>with ^1.0.2 (https://docs.npmjs.com/misc/semver), stating that it won't
>work with 2.x.
>
>^1.0.2 should be translated with >= 1.0.2 && < 2.0.0 but we can't
>encode that in debian/control.
>
>So how can we check reverse dependencies for this type of issues in the
>future ?
>
>Paolo

build-and-upload script from ruby-team/meta can help if we have enabled tests. 
If we used that, then is-descriptor 1.0 -> 2.0 update would notify the failure 
before upload. But its likely we added is-descriptor 2.0 directly.

The best choice is upstream updating their dependency. Second choice is we 
update and send merge request.

As a worse case, we can downgrade node-is-descriptor to 1.0 if we have no other 
reverse dependency or embed 1.0 in node-define-property.
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
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] browserify-lite

2018-04-05 Thread Pirate Praveen
On വ്യാഴം 05 ഏപ്രിൽ 2018 03:01 വൈകു, Michael Meskes wrote:
> Hi all,
> 
> when packaging the latest version of browserpass I noticed that one
> file generated by browserify-lite does not work correctly while
> browserify-lite claims to have not seen any error. Upstream provides a
> file that is process by browserify and that one works.
> 
> Any idea where is might come from? Or how to debug?

browserify-lite can do only very basic browserification (it does not
implement all nodejs only apis). You could use webpack or rollup instead
of browserify.

See https://wiki.debian.org/Javascript/Nodejs#Using_build_tools_like_grunt



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] Unblock ruby-hamlit (bd missing for armel)

2018-04-02 Thread Pirate Praveen
On tracker.debian. org/gitlab, one of the items blocking testing migration is 
ruby-hamlit missing build on armel. This is caused by nodejs dropping support 
for armel. 

Dependency installability problem for ruby-hamlit on armel:

ruby-hamlit build-depends on:
- ruby-coffee-script:armel
ruby-coffee-script depends on:
- ruby-execjs:armel
ruby-execjs depends on missing:
- nodejs:armel

https://buildd.debian.org/status/package.php?p=ruby-hamlit

How do we fix this situation?

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.-- 
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#893894: webpack fails to bundle gitlab 10.5 with error "export 'default' (imported as 'initForm') was not found in '~/pages/projects/init_form'

2018-03-23 Thread Pirate Praveen
Package: webpack
Severity: important
version: 3.5.6-3
Control: tag -1 help

The same works with yarn/npm installed webpack. To reproduce, you can
remove webpack from gitlab's package.json, build and install it.

It is one of the webpack's dependencies that is causing it as yarn will
bring all dependencies from npmjs.com.

[./help/help.js] ./help/help.js 252 bytes {help} [built]
[./how_to_merge.js] ./how_to_merge.js 301 bytes {how_to_merge} [built]
[./ide/index.js] ./ide/index.js + 87 modules 166 kB {ide} [built]
[./notes/index.js] ./notes/index.js + 2 modules 4.4 kB {notes} [built]
[./vue_shared/vue_resource_interceptor.js]
./vue_shared/vue_resource_interceptor.js 1 kB {pages.groups.show}
{common_vue} {filterable_list.js-cf4b97} {filterable_list.js-9fb8bf} [built]
[./webpack.js] ./webpack.js 353 bytes {webpack_runtime} [built]
[multi vendor/u2f] multi vendor/u2f 28 bytes {u2f} [built]
+ 1555 hidden modules

ERROR in ./pages/projects/snippets/edit/index.js
3:15-23 "export 'default' (imported as 'initForm') was not found in
'~/pages/projects/init_form'

ERROR in ./pages/projects/snippets/new/index.js
3:15-23 "export 'default' (imported as 'initForm') was not found in
'~/pages/projects/init_form'

ERROR in ./pages/projects/releases/edit/index.js
4:9-17 "export 'default' (imported as 'initForm') was not found in
'~/pages/projects/init_form'

ERROR in chunk filterable_list.js-cf4b97
[name].chunk.js
Unexpected token (5:9)
|
|
| function () {
|   new __WEBPACK_MODULE_REFERENCE__1_64656661756c74__(); //
eslint-disable-line no-new
|   __WEBPACK_MODULE_REFERENCE__4_64656661756c74_call__();
Child worker:
 AssetSize  Chunks Chunk Names
c3789bfe47e4e75a43bd.worker.js  188 kBmain  [emitted]  main
[../../../../../../var/lib/gitlab/.node_modules/diff/dist/diff.js]
/var/lib/gitlab/.node_modules/diff/dist/diff.js 184 kB {main} [built]

[../../../../../lib/nodejs/babel-loader/lib/index.js!./ide/lib/diff/diff_worker.js]
/usr/lib/nodejs/babel-loader/lib!./ide/lib/diff/diff_worker.js + 1
modules 1.1 kB {main} [built]



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] Accepted three.js 80+dfsg2-2 (source) into unstable

2018-03-23 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 23 Mar 2018 15:30:46 +0530
Source: three.js
Binary: libjs-three
Architecture: source
Version: 80+dfsg2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 libjs-three - lightweight 3D graphics library
Changes:
 three.js (80+dfsg2-2) unstable; urgency=medium
 .
   * Team upload
   * Provide node-three
   * Bump standards version to 4.1.3
   * Bump debhelper compat to 11
Checksums-Sha1:
 b53c79f8f4ef33c2d5b3ab33c66749d13e61f5b9 2110 three.js_80+dfsg2-2.dsc
 8232be40e2a07f66292f970333141dae92a2f921 10008 
three.js_80+dfsg2-2.debian.tar.xz
 929edde3c6bbfddfb59f742d3d6d628f83c48294 7477 
three.js_80+dfsg2-2_source.buildinfo
Checksums-Sha256:
 0f2fc96aadb36ab018507314d9f21e86b060594cd582330365e987e6838a11b6 2110 
three.js_80+dfsg2-2.dsc
 a62c37f4a15603611d5c8e52f4e1c5cd3ce42890bd6acba16aa22b267a10f3f5 10008 
three.js_80+dfsg2-2.debian.tar.xz
 d1ab899968b10663777e5e7be80a7b8191a16847494be9ebe8abf8cb85f4d3da 7477 
three.js_80+dfsg2-2_source.buildinfo
Files:
 8fe492b4bf78bb02b420667b99e38fc5 2110 javascript optional 
three.js_80+dfsg2-2.dsc
 477da0b34bb85629f556ef840653461c 10008 javascript optional 
three.js_80+dfsg2-2.debian.tar.xz
 6f758448416a95f9fa9567a9135269d1 7477 javascript optional 
three.js_80+dfsg2-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlq03PUACgkQzh+cZ0US
wir3bg/+IT9x3+GgcjoBqqDe5c2S8t/pnzyN7YC+CcXmxcYb0Ngyj7bPT8O88hzI
D35gDreqKGk33DFWFpkA3ITqvaNDwR4aywBVih5fKCkuQWc/gmkHV23GSfZ3jU0M
zrX4rgb4RkPR94fn8l7xPNjSva+P7xN7n47+V9WAEQ+1OGnQmKJJQWr6w5iri0T1
cIBpfyVbqH3fZslVbcvD7BNBox7demc4ht9OwGd1ENEOjob3SErasNHORqxepyQw
DhT7EdRwI5BhXyiSKV3GcpaMlRBMMTFU9aeeBdd/LY+fb/icLeUbGanmqkY9Dptk
uojb2BEWLqv3587xpbcbcE53vcXFLgBsjWYTndfAGofmm5VSrkYqKMkl38ztXtOL
/NFnxu/fDj8KeEkRQbR4FFNDStEFWSpAa7ck9oOZxlp39on4VamIB4kn6Yk3SG7F
KAXsgf79GyH4QbfAq96XijMOdzyblDgUFfiHzYkNoar39jCP30nBJvQ0PgOrwG9u
k+52xtOYU/IJU4IazDt1izZc80nDb1N2y5WswYVwEhliPvPdkOGgVpiVPcUPxMoQ
YQFlcIlorXRP7SmbJKBjFmcAeEtzm3IJy4K1hOHfWTNDjAIse2VFaIXEiN0ZGpWV
67zi77N5zo4NFVDeNe8Q5C2G2ByywpO0XohL9j31st+tlFuLy4o=
=aOHo
-END 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] Accepted node-crypto-browserify 3.12.0-3 (source) into unstable

2018-03-21 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 17:06:00 +0530
Source: node-crypto-browserify
Binary: node-crypto-browserify
Architecture: source
Version: 3.12.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-crypto-browserify - implementation of crypto for the browser
Changes:
 node-crypto-browserify (3.12.0-3) unstable; urgency=medium
 .
   * Remove node-diffie-hellman dependency (last upload only removed build
 dependency)
Checksums-Sha1:
 7d7a03f3bb61f6e3e4b7622a887a6b82fa475d27 2585 
node-crypto-browserify_3.12.0-3.dsc
 6b8df78a55f4a0db4e466f82969a8a7043b4195c 3872 
node-crypto-browserify_3.12.0-3.debian.tar.xz
 8ffc9f1beeb9f2bd77803d93645c3d8e67e15545 7525 
node-crypto-browserify_3.12.0-3_source.buildinfo
Checksums-Sha256:
 42ef296e60046681160e2cbc38672262044d4db5ad6d6449dbe3c75fcd13c0f7 2585 
node-crypto-browserify_3.12.0-3.dsc
 682d24d9c22734672f65cc545b5c4e15573bc4894598d6ca51b56cbce92d5399 3872 
node-crypto-browserify_3.12.0-3.debian.tar.xz
 4eafd5fbda071f4ec9c25d0b1c4a46cf30bcf39b90440f6fd47399ab9272f7ee 7525 
node-crypto-browserify_3.12.0-3_source.buildinfo
Files:
 c6c38b40af383bf911754108366ea162 2585 javascript optional 
node-crypto-browserify_3.12.0-3.dsc
 470080eb50dbc00c74393f3f3a81 3872 javascript optional 
node-crypto-browserify_3.12.0-3.debian.tar.xz
 a4dd5aaf974bbe6b556fb18474792efd 7525 javascript optional 
node-crypto-browserify_3.12.0-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqyR84ACgkQzh+cZ0US
wiosuw/7BfJmO648W54oAN7MVz04n6+peBcX6wQ0at9hUtOKfTEZpiJDF5w1PHcn
B9XQ6bJN8kINJ6X57AaJQqTjp3vmymaxPjeZJUMVSkUzhWGS2ZrNqH3j806mYMA0
fhFDl7QKPyB8b4yDrBoeIDARGEuz+KwPwNykrBaNfrMlSxZOO+mrBA6wwUk52DHd
66SIZoRkLhXXlYEUzN4INLU0Ehf2mbz6WizwVHhMS9yCnxfDesoGyDVpydbVkZb6
6KifJrYs3CQMCVnjU1WOzPzspyy+JkYg7vnYjARX7WDh2X3Yw34bEQD3dAgSeHUM
jjbVaKlaDyMTit3BY2xDwLDrIeiXMKHJhHjNpCz7DfX51Km4hCrhqnSrTXz5bBXT
QiyIZwel/n1/Cz7GWo9z1qC6ZAeulo25piz1xKWX20fix0V6Lu/GAZjEDLtPB1Dp
vBGTNFE3LVHn1voRHJtZr9Oc/z3l9+HZf0yDKtuJoaA8br/1J9Y6yudskIPqy/6B
KRjcapvjL0Qn/0mezXgFRZoshtbJUxOyLFQY/kXGBOsCa/chWDXF3A3uKOU/tfUF
fK4kxv0jpOexOmjeo9hBIqQwySelKyfowln1NmY6ulFePp68Te0TpX0khOt/ANM6
VYmR5IrLKG/5YiG2djXlPJF1X0LHcZJJFafbxpM9fXNwzrrJzIA=
=v82m
-END 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] Accepted node-crypto-browserify 3.12.0-2 (source) into unstable

2018-03-19 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Mar 2018 17:40:36 +0530
Source: node-crypto-browserify
Binary: node-crypto-browserify
Architecture: source
Version: 3.12.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-crypto-browserify - implementation of crypto for the browser
Changes:
 node-crypto-browserify (3.12.0-2) unstable; urgency=medium
 .
   * Remove diffie hellman support (its insecure, see #860939)
Checksums-Sha1:
 953aa6ec74197cf49c523dd39e7746dba62696c4 2585 
node-crypto-browserify_3.12.0-2.dsc
 0f027e3580dcdb04b310786c66185d40ed0c9ab4 3868 
node-crypto-browserify_3.12.0-2.debian.tar.xz
 ef283856ec4734cd9944d363535150be9694f08d 7525 
node-crypto-browserify_3.12.0-2_source.buildinfo
Checksums-Sha256:
 0b9029a353be2cd8b1bd26976f1f0b08f1cd06afce9678573064c51976265d5d 2585 
node-crypto-browserify_3.12.0-2.dsc
 3dc91fbbfc7305d39f02bc6b88352e9f75eb4d3269a56ad3017b05add055b584 3868 
node-crypto-browserify_3.12.0-2.debian.tar.xz
 593e9db8a3ffee3148ebb819335735d0801ce8ed41845b5029df799d9a94222c 7525 
node-crypto-browserify_3.12.0-2_source.buildinfo
Files:
 df97a2947cbd14e6f21da75eafd86108 2585 javascript optional 
node-crypto-browserify_3.12.0-2.dsc
 0e16770884e2dc2c7697bdbaba70a168 3868 javascript optional 
node-crypto-browserify_3.12.0-2.debian.tar.xz
 b9a10e8ca551019641172193dedee621 7525 javascript optional 
node-crypto-browserify_3.12.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqv5G8ACgkQzh+cZ0US
wiq4chAAs0DKBlulKl6NNmBn0COtQaDZ98ckkvvkSKp2t8old14W1TFC6rpYH7pq
Hi9Bak2Kjpq5M+yCUpuF1ZZZDV9786tt776XLgqc785IMyOp+lRHio673SXJAnl4
n8PcXjxNK+1gi1XDiWjzhVZQl6RJPI0OgnBJ7AMIlpoovP09La/TzUAc4U291RR1
O79FpZLZLooLb6RFdAcYe24dZktC8r34ungiJVuJujnkfg6Fxd7bKapjS/PoVyuT
OpCLse2dv0Oa7xQLz+Y/LnfeFTqSqVtPrt6ByQwUJOpFiZ0REc9MdaxJD1omHi+Z
/Lvp98XYqmF/g5RNEz6SOjHCIA5nN+XN4JWxAUaoytkmsbitXpMgtQ9FNZpuCm5W
eZnvh+qg0JCNf1zUFtMj2gP3PiDHxo0XPK2RzSlit3hsSbHTWQvLs0WtNBbDn42y
/xlonZ2yk+UsUN2VDT9FnMQ6R8RUxFJUzFM9htnHSAmdfgodQ1WKznaLmQo/Zu13
VPuUgYpEMT2XH227HPPCgTbJNibglWTyFSpAA1CZkVdAVfFgHZY3eaD0+Zw2uDe3
o5SdoZlmPdZZsYl+KmaJbG0oR4kgVkF3o2IWESGzV5oihJn7bNSTOXW9LxiFpD/U
yA82PvpOtAC58xMHK9v0dMU3punxzXqxF1bw5RZ5+jfB4L36TBc=
=0BON
-END 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] Bug#860939: node-diffie-hellman: Please clarify security concerns

2018-03-17 Thread Pirate Praveen
On Sun, 23 Apr 2017 14:58:58 +0200 roucaries bastien
 wrote:
> control: forwarded -1
> https://github.com/crypto-browserify/diffie-hellman/issues/22

Since there is no progress on this upstream, I think removing dh support
is the way to go. Since this implementation is insecure, no package
should depend on this functionality anyway.

See if this is okay.
https://anonscm.debian.org/cgit/pkg-javascript/node-crypto-browserify.git/log/?h=remove-dh



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] Bug#887497: Update node-base to latest upstream release

2018-03-12 Thread Pirate Praveen
Control: block 892753 by -1
Control: affects node-snapdragon node-braces node-expand-brackets
Control: tag help

On Wed, 17 Jan 2018 18:26:18 +0530 Pirate Praveen <prav...@debian.org>
wrote:
> This is fixed in latest version of node-base (1.0.1) and git repo
> already has the latest version. But updating node-base will break
> node-snapdragon. New version of snapdragon does not depend on node-base,
> but will break node-braces.
> 

We are hitting this issue again for node-rollup-plugin-typescript (which
is needed to update rollup to 0.56).

https://salsa.debian.org/js-team/node-rollup-plugin-typescript

pravi@nishumbha:~/forge/debian/git/pkg-javascript/node-rollup-plugin-typescript$
rollup -c
(!) Some options have been renamed
https://gist.github.com/Rich-Harris/d472c50732dab03efeb37472b08a3f32
options.entry is now options.input
options.targets is now options.output
output.dest is now output.file

src/index.js → dist/rollup-plugin-typescript.cjs.js,
dist/rollup-plugin-typescript.es.js...
created dist/rollup-plugin-typescript.cjs.js,
dist/rollup-plugin-typescript.es.js in 123ms
pravi@nishumbha:~/forge/debian/git/pkg-javascript/node-rollup-plugin-typescript$
mocha --compilers js:buble/register


(node:25424) DeprecationWarning: "--compilers" will be removed in a
future version of Mocha; see https://git.io/vdcSr for more info
  rollup-plugin-typescript
1) runs code through typescript
2) ignores the declaration option
3) handles async functions
4) does not duplicate helpers
5) transpiles `export class A` correctly
6) transpiles ES6 features to ES5 with source maps
7) reports diagnostics and throws if errors occur during transpilation
8) works with named exports for abstract classes
9) should use named exports for classes
10) supports overriding the TypeScript version
11) should not resolve .d.ts files
12) should transpile JSX if enabled
13) should throw on bad options
14) prevents errors due to conflicting `sourceMap`/`inlineSourceMap`
options
15) should not fail if source maps are off
16) does not include helpers in source maps
strictNullChecks
  17) is enabled for versions >= 1.9.0
  18) is disabled with a warning < 1.9.0


  0 passing (26ms)
  18 failing

  1) rollup-plugin-typescript
   runs code through typescript:
 TypeError: Class constructor Cache cannot be invoked without 'new'
  at Snapdragon.Base (/usr/lib/nodejs/base/index.js:43:11)
  at new Snapdragon (/usr/lib/nodejs/snapdragon/index.js:24:8)
  at new Extglob (/usr/lib/nodejs/extglob/lib/extglob.js:27:48)
  at create (/usr/lib/nodejs/extglob/index.js:233:15)
  at Object.utils.memoize (/usr/lib/nodejs/extglob/lib/utils.js:32:13)
  at Function.extglob.create (/usr/lib/nodejs/extglob/index.js:238:16)
  at Object.extglob (/usr/lib/nodejs/extglob/index.js:40:21)
  at Glob.extglob (/usr/lib/nodejs/micromatch/lib/glob.js:101:26)
  at expand (/usr/lib/nodejs/micromatch/lib/expand.js:111:10)
  at toRegex (/usr/lib/nodejs/micromatch/index.js:337:16)
  at Object.regexCache [as cache]
(/usr/lib/nodejs/regex-cache/index.js:45:42)
  at makeRe (/usr/lib/nodejs/micromatch/index.js:390:16)
  at Function.matcher (/usr/lib/nodejs/micromatch/index.js:304:12)
  at getMatcher
(/usr/lib/nodejs/rollup-pluginutils/createFilter.js:6:72)
  at Array.map ()
  at Object.createFilter
(/usr/lib/nodejs/rollup-pluginutils/createFilter.js:7:56)
  at typescript (dist/rollup-plugin-typescript.cjs.js:191:33)
  at bundle (test/test.js:22:14)
  at Context.it (test/test.js:30:10)
  at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:354:21)
  at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:346:7)
  at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:442:10)
  at /usr/lib/nodejs/mocha/lib/runner.js:560:12
  at next (/usr/lib/nodejs/mocha/lib/runner.js:356:14)
  at /usr/lib/nodejs/mocha/lib/runner.js:366:7
  at next (/usr/lib/nodejs/mocha/lib/runner.js:290:14)
  at Immediate. (/usr/lib/nodejs/mocha/lib/runner.js:334:5)

(same error repeats for all tests)

This error goes away with node-base 1.0.1, but that brings another error

pravi@nishumbha:~/forge/debian/git/pkg-javascript/node-rollup-plugin-typescript$
mocha --compilers js:buble/register
/usr/lib/nodejs/snapdragon/index.js:52
Base.extend(Snapdragon);
 ^

TypeError: Base.extend is not a function
at Object. (/usr/lib/nodejs/snapdragon/index.js:52:6)
at Module._compile (module.js:635:30)

and when node-snapdragon is updated to 0.11, we get another error

1) rollup-plugin-typescript
   runs code through typescript:
 TypeError: brackets.parser.capture is not a function
  at Snapdragon.parsers
(/usr/lib/nodejs/expand-brackets/lib/parsers.js:23:6)

So node-expand-brackets should be made compatible with snapdragon 0.11



signature.asc
Description: OpenPGP digital signature
-- 

[Pkg-javascript-devel] Bug#892133: Bug#892133: Bug#892133: node-rollup: does not work after a no-change rebuild (the one in the archive is not suitable for main?)

2018-03-12 Thread Pirate Praveen
On Tue, 6 Mar 2018 18:18:05 +0530 Pirate Praveen
<prav...@onenetbeyond.org> wrote:
> On ചൊവ്വ 06 മാർച്ച് 2018 04:17 വൈകു, Gianfranco Costamagna wrote:
> > Hello,
> > I can reproduce with both Debian and Ubuntu, with clean environments in 
> > both cases.
> > (I use pbuilder clean environments)
> 
> I could not reproduce it using sbuild and then sbuild --extra-package
> options. I was able to reproduce it in my local system and in an
> uptodate lxc container.

This issue seems to be fixed, but #892742 makes it hard to confirm in a
clean system.

Can you check again with node-rollup-plugin-commonjs 8.3.0-2?



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] Bug#892742: rollup FTBFS with node-rollup-plugin-commonjs 9.0

2018-03-12 Thread Pirate Praveen
Package: src:node-rollup
Version: 0.50.0-1
Severity: serious

dh_auto_build
echo 0.50.0-1 > .commithash \
&& rollup -c

src/node-entry.js → dist/rollup.js, dist/rollup.es.js...
[!] (commonjs plugin) TypeError: parse is not a function in
/<>/src/node-entry.js
src/node-entry.js
TypeError: parse is not a function in /<>/src/node-entry.js
at error (/usr/lib/nodejs/rollup/dist/rollup.js:192:14)
at Promise.resolve.then.catch.err
(/usr/lib/nodejs/rollup/dist/rollup.js:4201:6)
at 
at process._tickCallback (internal/process/next_tick.js:188:7)
at Function.Module.runMain (module.js:678:11)
at startup (bootstrap_node.js:187:16)
at bootstrap_node.js:608:3

Such breakages could be found before upload by using
https://salsa.debian.org/ruby-team/meta/blob/master/build-and-upload
(and I have shared this earlier too when node-source-map 0.7 broke a lot
of reverse dependencies). A major version really means introducing a
breaking change.



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] Javascript team policy and rejection of node-three binary package [and 1 more messages]

2018-03-12 Thread Pirate Praveen


On March 12, 2018 3:34:26 AM GMT+05:30, Bastien ROUCARIES 
 wrote:
>Done for node-has using node-function-bind but it break uscan for
>node-has
>
>Bill could you get a glimpse, I will like to create something more
>robust

I think it is better to create a native Debian package (so no need for uscan or 
repackaging) node-tiny-modules instead of adding to random modules.
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
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] Javascript team policy and rejection of node-three binary package [and 1 more messages]

2018-03-11 Thread Pirate Praveen
On ഞായര്‍ 11 മാർച്ച് 2018 04:59 വൈകു, Simon McVittie wrote:
> The reason I suggested that restriction was to avoid having contradictory
> requirements: if node-foo is the naming convention for the module
> that lets nodejs users require('foo'), and node-foo is also the naming
> convention for a nodejs executable that upstream refer to as foo where
> foo is too generic for Debian, then we might get a collision between
> the requirements for libraries and the requirements for executables.
> 
> But perhaps I'm being overly paranoid there, because the main extra
> requirement for executables with nodejs as an interpreter is "must depend
> on nodejs", and for a package named node-* that's hardly a burden.

In case of conflict, we can add js suffix to the executable. node ->
nodejs, babel -> babeljs.

The binary can be foo (since it has foo command) and it can provide
node-foo (since require 'foo' works).




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] Javascript team policy and rejection of node-three binary package [and 1 more messages]

2018-03-11 Thread Pirate Praveen
On വെള്ളി 09 മാർച്ച് 2018 08:39 വൈകു, Simon McVittie wrote:
> I think saying "script" is perhaps unhelpful here, because outside
> Javascript, that usually refers to something executable with #! at the
> beginning.
> 
> It might be clearer to think about this in terms of libraries and
> executables: some Javascript packages are libraries (reusable code
> intended to be depended on by something else), some Javascript packages
> are executables (an executable script in /usr/bin or similar, starting
> with #!/usr/bin/nodejs or similar), and some have both.

I have followed the convention used in that document. I agree, changing
it to libraries and executables is better.

> As far as I know, Javascript has two interesting issues from a packaging
> point of view, which make it require some extra thought compared with
> Perl or Python:
> 
> * Some Javascript modules are very small, resulting in lots of small
>   packages

I think we need to balance the small packages concern with number of
times such small packages are used.

node-has was rejected recently because it was "too small". I agree if
only one, two or even three modules depend on it embedding it is okay (I
have been doing that already). But when more than three modules need a
tiny module? Is it really better to embed it that many times?

It is a question of number of packages vs number of duplicate copies and
duplicate manual work.

To summarize,

1. If more than three modules require a tiny module, it should be
packaged separately.

2. If only a single package is depending on a module, it could be
embedded to reduce the number of packages. But if a second package also
require it, then it should be packaged separately.

3. If a module involves some build/transformation steps, it should be
packaged separately t make managing it easier.

> * There are multiple Javascript runtimes/interpreters (nodejs, gjs,
>   seed, web browsers) and each Javascript library is usable by one or
>   more of those interpreters, but not necessarily by all of them
> 
> The second issue applies equally to Python: some Python libraries
> only work in CPython 2 (python-foo), some only work in CPython 3
> (python3-foo), and some also work in PyPy (pypy-foo). For Python, we've
> chosen to distribute libraries for those three runtimes as separate
> binary packages, because that doesn't result in an overwhelmingly large
> number of binary packages.
> 
> For Javascript, because some libraries (particularly in the nodejs
> ecosystem) are very small and numerous, following the same convention as
> Python would result in a very large number of binary packages, and the ftp
> team are uncomfortable about accepting those; so we might want to have
> a different policy, where (whenever possible) a single binary package
> libjs-foo provides the 'foo' library for all the runtimes it supports.

The main two runtimes, we currently target are browsers and nodejs. So
libjs-foo providing node-foo.

>> Exceptions (cases where a provides may be insufficient):
>> 1. should generate binary package 'foo' ('node-foo' in case of a name
>> conflict) and declare dependency on nodejs, if script includes a command
>> line tool
> 
> Perhaps a better way to think about this would be something like:
> 
> """
> If a Javascript source package includes reusable library code, then that
> part of the package should be packaged as a library:
> 
> * the binary package that enables you to require('foo') in nodejs should
>   either have Provides: node-foo or be named node-foo
> * if the library is designed for use by nodejs only, it should be in a
>   package named node-foo
> * if the library is usable by multiple Javascript interpreters, it should
>   be in a package named libjs-foo that Provides: node-foo
> """

Agreed.

Also we need to consider source package names as well. I think if a
project (library/tool) is distributed as a node module (it has a
package.json and available from npmjs.com) then the source package
should also be node-foo.

This is also helpful for 'npm2deb search' to determine if a module is
packaged already. Because of non standard names, sometimes we have to
duplicate efforts to get some modules packaged.

> (In case you haven't noticed, I'm a big fan of "names are APIs and
> APIs are names": I think the systematic policies that we have for some
> languages, where libfoo2 always means you can run binaries with
> DT_NEEDED: libfoo.so.2, libfoo-bar-perl always means you can "use
> Foo::Bar" in Perl, and python3-foo always means you can "import foo"
> in Python 3 are a very good idea.)

Agreed.

> And for executables, perhaps something like this:
> 
> """
> If a Javascript package includes an executable or executables that are
> useful in their own right, then they should be packaged in a binary package
> that represents those executables, as opposed to the library:
> 
> * must depend on the necessary interpreter, usually nodejs

Agreed.

> * must depend on any Javascript libraries that those 

[Pkg-javascript-devel] Accepted node-object-inspect 1.5.0-2 (source all) into unstable

2018-03-10 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 10 Mar 2018 22:46:41 +0530
Source: node-object-inspect
Binary: node-object-inspect
Architecture: source all
Version: 1.5.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-object-inspect - string representations of objects in node and the browser
Changes:
 node-object-inspect (1.5.0-2) unstable; urgency=medium
 .
   * Team upload
   * Install util.inspect.js
Checksums-Sha1:
 c2853257f61e561e7cab9e1d83677d16ff7f48a2 2228 node-object-inspect_1.5.0-2.dsc
 9485150bca5632a79e3f5f163030d2b3562c9a92 8196 
node-object-inspect_1.5.0.orig.tar.gz
 c0d2add3e36059ad2c89ecf9456c1b14cf318551 3316 
node-object-inspect_1.5.0-2.debian.tar.xz
 887f51afdea2b99be5a8b4ff639a8bbd8e540e07 6212 
node-object-inspect_1.5.0-2_all.deb
 95189c67f6210211449adcc2573d7082ffecd291 6332 
node-object-inspect_1.5.0-2_amd64.buildinfo
Checksums-Sha256:
 d4535257ba74a37812d159ce92360c77739619fc901dc6354604dcf95e2b1d75 2228 
node-object-inspect_1.5.0-2.dsc
 997a0ade8e78fb226dd3f15f1d43df53400dc5a56c681644d31ec31ff7843d31 8196 
node-object-inspect_1.5.0.orig.tar.gz
 e211852a6d2891828d86a4c9a313f1c2b1489623e5fefbb19a5e89db3c986f3a 3316 
node-object-inspect_1.5.0-2.debian.tar.xz
 c5e8712e9f378e9120e33503c62966f1887fb6c37d0b58226f072116246863d1 6212 
node-object-inspect_1.5.0-2_all.deb
 1184458d049ba9a64d8e7c57112a46d64dc8c202a0119e84a01675c581fefe24 6332 
node-object-inspect_1.5.0-2_amd64.buildinfo
Files:
 408953c8a0182d60745f20c9f664788a 2228 javascript optional 
node-object-inspect_1.5.0-2.dsc
 abba8aa82004c6cb01d8877d8e423d4a 8196 javascript optional 
node-object-inspect_1.5.0.orig.tar.gz
 1aeb60e55d7082dd88548db886876bf3 3316 javascript optional 
node-object-inspect_1.5.0-2.debian.tar.xz
 e39aa728c85d521f8ce8b2e0db7ccd86 6212 javascript optional 
node-object-inspect_1.5.0-2_all.deb
 3c4dbcb02a7e6823a2d370a76300d352 6332 javascript optional 
node-object-inspect_1.5.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqkHUIACgkQzh+cZ0US
wir0Lw/+IjfOye3ZAXqnGq2Ny5t7fnCsaZxsjDm0ieAO+kJ+vDBTcyDFMRWVOr6t
4+lspo3Svzvzy/ko7qkFVxuNy1wFCkR2OidDuakR7Q83brYNTMjfQ7qmic0bP19E
SgrRbjvNeOMej8r92V0iwNP/uQZ3o/dhjJBjAABC/I55MR8ftTrWSpdvNK8bQUv3
ZOpFkSxbN20zEe6vflPTsOHPMcnk7SxtLrNjHJ+nsKyNduBjo2Ir1JZ62jP8UFc2
g6Se1uf5aVA3TWKD5nBOsUgeszYPEDx8F1iDfScNTgF7aZk+NUJBFQxBDmoLfzpB
Y4Ec2M5pLHg8lnAfm7uqcIdFQ/x/rTWg0uPLIl5ABa3hTbpuOPXBFKn77Rmx1M9i
hrTE7Na7kb3JjYkJWE5Kv9ludn7K83pIWHnk/RS6UWJ7PXaUiF5DJe/1olsCmII2
V3J5YK3otXJNCVkQMAEePB1PsLVvFHQiKORD5pQaEr+JeuL1CpIdPwUVGKjrmV3U
6wkxqDdQRGhHvA8Jf59//1yYYXDtnCgG2dKFUggLolZQipRJBSqRPtEJC6PcfE8M
ll79mo+Ey4Hd8BKg3YVbX4IlQFdOrWvFgInW1YnEdbjCywaVjiiABszFLyhUIhUO
U5vzQfekYsif/6jh89U+StpvxGW4yaLEbullXHunJKCR7EMlcQ0=
=cal4
-END 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


Re: [Pkg-javascript-devel] Javascript team policy and rejection of node-three binary package [and 1 more messages]

2018-03-09 Thread Pirate Praveen
On വെള്ളി 09 മാർച്ച് 2018 04:48 വൈകു, Ian Jackson wrote:
> But:
> 
>> 2. We won't be able to specify a minimum version of nodejs for these
>> modules.  For example, node-regexpu-core required nodejs >= 6 and
>> this prevented its testing migration for a long time because testing
>> only had nodejs 4 for a long time.
> 
> That is a problem, indeed.  Is this common ?
> Another possibility, though would be to use Breaks.  Eg
> 
>  Package: node-regexpu-core
>  Breaks: nodejs (<< 6~)

Would this stop the package from migrating to testing?
>>> If only a much smaller number of upstream packages have command line
>>> utilities, then we could have the number of JS .deb packages that need
>>> to be maintained by putting the node and browser files into the same
>>> package.
>>
>> I think the following change to point 5 of javascript policy [1] has
>> consensus now.
> 
> Woah, steady on there.  You only just posted this proposal.  It can't
> possibly have consensus yet!  Furthermore, I was mostly asking
> questions and exploring possibilities.

I was trying to summarize it based on my understanding of the responses
so far, it is anyway not final without confirmation from others. At
least the main part of reducing binary and replacing with provides seems
to be accepted without challenges. I agree the exception part was rushed
by me.

> I appreciate that you are keen to move forward, but to that end I
> would encourage you to engage quickly in this discussion, rather than
> waiting a while and then providing a bunch of answers combined with
> jumping straight to a policy change.

I was traveling so could not reply earlier, the wait was not intentional.

>> Change,
>>
>> 5. should generate a node-foo binary package if the script is usable
>> also for Nodejs
>>
>> to
>>
>> 5. should provide node-foo and install package.json in
>> /usr/lib/nodejs/foo if the script is usable also for Nodejs. If script
>> includes a command line tool, it should generate foo (node-foo in case
>> of a name conflict) binary package and declare dependency on nodejs. A
>> separate binary package should be generated if the script requires a
>> newer version of nodejs than available in testing to facilitate proper
>> testing migration.
> 
> This would seem to suggest *three* packages in some cases ?  I'm not
> sure I understand the intent.

May be I was not clear. It would be one binary plus provides or two
binaries in all cases. In case of a script needing newer nodejs features
not available in testing, adding provides to one binary will not be
sufficient to prevent it from migrating to testing.

How about the change given below? (is the intent clear at least even if
disagreement on content remains)

5. should add 'Provides: node-foo' in debian/control and install
package.json in /usr/lib/nodejs/foo, if the script is usable also for
Nodejs.

Exceptions (cases where a provides may be insufficient):
1. should generate binary package 'foo' ('node-foo' in case of a name
conflict) and declare dependency on nodejs, if script includes a command
line tool

2. should generate binary package 'node-foo' in addition to 'libjs-foo',
if the script requires a newer version of nodejs than available in
testing. This is to facilitate proper testing migration (provides will
not be sufficient to block migration to testing before required nodejs
also migrates).

> 
> Also your comments about namespace make me wonder: do many of these
> node scripts have poorly chosen command names ?  Can I get a list of
> them easily somehow ?

apt-file find /usr/bin |grep ^node-

will give most of it, but some packages like mocha only provides
node-mocha so the search should include source package names too.

> I don't think renaming the package only when there is a conflict is a
> good rule of thumb.  Instead, the package should be renamed when
> conflict is likely, even if it hasn't yet occurred.  The same goes for
> command names.

I don't think renaming just anticipating conflicts is good. Renaming has
a cost in extra documentation and causing confusion so it should be best
avoided.

> I think "handlebars" and "uglify" are OK for this, but I don't know
> what the whole ecosystem is like.  The controversy about the name
> "node" itself, and upstream's handling of that, don't give me
> confidence that the node.js upstream community have fully realised
> that the command namespace is a global resource, which they should be
> using with respect for others.
> 
> In practice, as an easier guideline, maybe it would be better to say
> that the command and package should *usually* be renamed, unless the
> script is high propfile and has a good name which is unlikely to
> conflict.

I don't agree. I don't think the benefit outweigh the cost. Changing
node to nodejs costed us so much effort in patching at so many places.
And as soon as we could use node again, we switched back.



signature.asc
Description: OpenPGP digital signature
-- 
Pkg-javascript-devel mailing list

Re: [Pkg-javascript-devel] Javascript team policy and rejection of node-three binary package

2018-03-08 Thread Pirate Praveen
On ചൊവ്വ 06 മാർച്ച് 2018 07:57 വൈകു, Ian Jackson wrote:
> Simon is asking the same questions as I was earlier.  Sorry for
> posting before reading the whole thread.
> 
> Is this going to be common ?  The Javascript ecosystem has large
> numbers of small packages - but do they mostly contain just JS
> libraries or do they generally all contain command line utilities
> too ?

Libraries are majority, but there are many command line utilities too
(mocha, uglifyjs, handlebars etc).

> If only a much smaller number of upstream packages have command line
> utilities, then we could have the number of JS .deb packages that need
> to be maintained by putting the node and browser files into the same
> package.

I think the following change to point 5 of javascript policy [1] has
consensus now.

Change,

5. should generate a node-foo binary package if the script is usable
also for Nodejs

to

5. should provide node-foo and install package.json in
/usr/lib/nodejs/foo if the script is usable also for Nodejs. If script
includes a command line tool, it should generate foo (node-foo in case
of a name conflict) binary package and declare dependency on nodejs. A
separate binary package should be generated if the script requires a
newer version of nodejs than available in testing to facilitate proper
testing migration.

[1] https://wiki.debian.org/Javascript/Policy




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] Javascript team policy and rejection of node-three binary package

2018-03-08 Thread Pirate Praveen
On ചൊവ്വ 06 മാർച്ച് 2018 07:52 വൈകു, Ian Jackson wrote:
> I do think that the Javascript policy has to be not in a wiki page.
> We can't have normative references from debian-policy to wiki pages.
> 
> Pirate, is there some Debian-specific Javascript dev infrastructure
> package that could host this document ?

I think javascript-common or nodejs-dev could host it. nodejs-dev
already has the debhelper plugin for nodejs.



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] Javascript team policy and rejection of node-three binary package

2018-03-08 Thread Pirate Praveen
On ചൊവ്വ 06 മാർച്ച് 2018 07:42 വൈകു, Ian Jackson wrote:
> Pirate Praveen writes ("Javascript team policy and rejection of node-three 
> binary package"):
>> 1. Node.js has standard locations for discovering installed packages
>> which is different from browser targeted javascript libraries.
>>
>> Node.js expects pure js modules to be installed at /usr/lib/nodejs but
>> javascript libraries are installed at /usr/share/javascript
> 
> This is not an argument in favour of separate packages AFAICT ?

They are in two different directories because they target two different
APIs. Most of the time, files installed at /usr/lib/nodejs needs
browserification (webpacking/module bundling) to be able to be installed
at /usr/share/javascript. Though there are now formats like UMD
(Universal Module) which allows the code to be run in both environments.
I think in most cases where the software supports both environments, umd
modules are used, so it would be fine to provide a single binary
package. I just explained why these two separate targets exist.

>> 2. Dependency on nodejs is required only during build or when other
>> Node.js modules depend on it. a browser targeted library does not need
>> to depend on nodejs package.
> 
> This could be solved by dropping the nodejs dependency from all the
> nodejs module packages and requiring top-level applications to depend
> on nodejs.

I see two problems with that approach. 1. It makes these modules
installable but unuseable in architectures where nodejs itself is not
available. 2. We won't be able to specify a minimum version of nodejs
for these modules.

For example, node-regexpu-core required nodejs >= 6 and this prevented
its testing migration for a long time because testing only had nodejs 4
for a long time.

I think separate binary should be allowed at least in the second case.

>> If you take example of node-handlebars source package, libjs-handlebars
>> is targeted at browsers and does not need to declare a dependency on
>> nodejs. But handlebars package need nodejs to run. If there is only a
>> single binary package, nodejs will get installed unnecessarily.
> 
> Does handlebars contain anything that is useful to run directly ?

handlebars is templating system widely used, not only in nodejs. It has
binding for different languages (like ruby-handlebars-assets) and also a
command line interface. The command line can be used for compiling
handlebars templates.



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] Accepted node-webpack 3.5.6-3 (source) into unstable

2018-03-08 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 08 Mar 2018 19:30:40 +0530
Source: node-webpack
Binary: webpack
Architecture: source
Version: 3.5.6-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 webpack- Packs CommonJs/AMD modules for the browser
Changes:
 node-webpack (3.5.6-3) unstable; urgency=medium
 .
   * Update autopkgtest dependencies (fixes autopkgtest failure)
Checksums-Sha1:
 951ab4400ab7da38bbfe5c6aff9e3176dd74096b 2722 node-webpack_3.5.6-3.dsc
 c53a790d30589ee33e3b0b320470a3e35e766881 3116 
node-webpack_3.5.6-3.debian.tar.xz
 ee7b34e2e17f2675dc64a71db9b69f5743e48afa 14480 
node-webpack_3.5.6-3_source.buildinfo
Checksums-Sha256:
 7433100abd3ae822261dd8e7616f851a4438fefb101d54d613353ed120444773 2722 
node-webpack_3.5.6-3.dsc
 a48418ac70a636d2276e20229b385323596dcedda829f9e905c93d84b4bcbcd1 3116 
node-webpack_3.5.6-3.debian.tar.xz
 15a07ac9bfd84a798de0ca3179735040b1d9df895cd7ef34743ae8d08e9f7c23 14480 
node-webpack_3.5.6-3_source.buildinfo
Files:
 2c7f79d038a8147b4087e18777a1ee2d 2722 javascript optional 
node-webpack_3.5.6-3.dsc
 be6f63ff99e24dc10b086ed3e3af059d 3116 javascript optional 
node-webpack_3.5.6-3.debian.tar.xz
 3c067ffb24a94d2d9a35b4db875f5732 14480 javascript optional 
node-webpack_3.5.6-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqhQjMACgkQzh+cZ0US
wioDZQ/8C6iedkEr1tL4gRC/f22x7Gfs0VD/EhFJEeZocUZVVIJiC3WuV4wjAXSM
QfbSKbE1C9GNKljzT2S7UQ4U9T3yEHgjBjvzIlFa4NHKSdPrZGJdlukevO3YvNhg
EVH+4djERv0A3TprU9/N+d4nFaYRXklfV12cM1vKW9j86UbaAFd8+fsZrSyqb7j4
5PpsgJUu39k2ZiPUq3YdGQv1Tw8Pb98ykuxOHbYip85hniFj/xnZCRSob47R4/X2
lKGZhlI0u6Ayx9TJyR1TtRMDhTPRne/OIPcFgf0glNo35F3F7wkBPZ/Bp34fmQXf
ccf39+gzsU14N8t+sXWyykHZAv2QnVMNDUcVQkoo2An7Qk9E7+ijWOOylomUXKno
7ZlnMyAj6Q7DlT/T5247RVzR9uz9iE4qlMiQyU+NrMdFc6HwJ8LsE7fhRQjMGWEr
92nBCp83KfVG/JEks6HGcOCpTY37HojnXOjVx8UC3NwAMAVwp8OQbuWXb2q96afp
TKYFJtxuRhjlmI2W6A4wa3q8UwUmKAwAjAvlJG0jFl8Y980nJL6ieNuKDvNVQDMv
qPmMcRTvex9aqdv8fGhoTJx9Wl6W5RlTkJX4UAsGvSaCFxXAM47pn1ymHAQpnQue
3oI+sv49/AXyhEyem6c4QKhAQ6JGumZOu6mb9HE4h5LMnksxLHs=
=D2Ao
-END 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] Bug#892258: Bug#892258: Please package latest upstream

2018-03-07 Thread Pirate Praveen


On March 7, 2018 2:54:29 PM GMT+05:30, Julien Puydt  
wrote:
>Package: node-resolve
>Version: 1.4.0-1
>Severity: wishlist
>
>Upstream released version 1.5.0, and it's needed to update one of my
>packages.
>
>I can help on the git repo like last time if you want,

Just do the right thing for all team maintained packages. In case of breaking 
changes, test all reverse dependencies. 

>Snark on #debian-js

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
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#892133: Bug#892133: Bug#892133: node-rollup: does not work after a no-change rebuild (the one in the archive is not suitable for main?)

2018-03-06 Thread Pirate Praveen
tags -1 confirmed

On ചൊവ്വ 06 മാർച്ച് 2018 04:17 വൈകു, Gianfranco Costamagna wrote:
> Hello,
> I can reproduce with both Debian and Ubuntu, with clean environments in both 
> cases.
> (I use pbuilder clean environments)

I could not reproduce it using sbuild and then sbuild --extra-package
options. I was able to reproduce it in my local system and in an
uptodate lxc container.

> I also tried to run npm install and compared the output of node_modules with 
> the files in dist, and they differ
> exactly where I have the issue (the package with npm works)



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] Accepted node-jquery 2.2.4+dfsg-2 (source) into unstable

2018-03-06 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Mar 2018 17:13:49 +0530
Source: node-jquery
Binary: node-jquery
Architecture: source
Version: 2.2.4+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-jquery - NodeJS wrapper for jQuery
Changes:
 node-jquery (2.2.4+dfsg-2) unstable; urgency=medium
 .
   * Add require autopkgtest
Checksums-Sha1:
 fa709586d011851ab4d65268319707f70ade6b99 2183 node-jquery_2.2.4+dfsg-2.dsc
 96b916a4e5f10e31cc9ab04e396ac540333731fd 3452 
node-jquery_2.2.4+dfsg-2.debian.tar.xz
 f32560ee89fb6f3a145abd6bcdd176a4f978553f 13361 
node-jquery_2.2.4+dfsg-2_source.buildinfo
Checksums-Sha256:
 e4a3e81a566b5e06ff750181c7032cd7bbce6f6f5fc950328c62efab25215781 2183 
node-jquery_2.2.4+dfsg-2.dsc
 fa02dbe45a481147eecad39c6bfb9863c6d4b1fa3a0b96b35512423a6d1a2838 3452 
node-jquery_2.2.4+dfsg-2.debian.tar.xz
 1f4d0dbf5b70f0a7f326b99b1c19062d049064b7ce0e9b7cfbdf5a687d5970e9 13361 
node-jquery_2.2.4+dfsg-2_source.buildinfo
Files:
 0f7250aadef27185256e284bff828123 2183 javascript optional 
node-jquery_2.2.4+dfsg-2.dsc
 ef0721caa95f92e145cc525e47606147 3452 javascript optional 
node-jquery_2.2.4+dfsg-2.debian.tar.xz
 339cd24e1b55658390d1d41f48dedc1e 13361 javascript optional 
node-jquery_2.2.4+dfsg-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqeh/4ACgkQzh+cZ0US
wiq/SxAAmDxvljjKYi4g0OZMuOIU3r63d3l9GhqWXTxYgBY0WGg/G5onstDqNfzj
OxCxU6zf69IDWIZeuo1Ha+Qtdhu4D4ZZV9mVHLihw1oMSG2ovXQrDk7GSUPgotsB
0G9tmETCeougcwYSGSiSbNGFOREO0asT0ydHAzp6vks3MXk4HJf5FQ3HnpizwKGZ
1TNSvQitSRgYVc+tqDElPdRdf5Sx/EDWc4gfj/E5s3zYfGOuOKwuDXcIsoWfhixv
C5ZBdatYujDYUW+q4zJuWQmLzKnsounc1IrUBWJboGQNVDMZOkd5FRabT0E03DTw
y4PvVyd+xpQ+cvRB+9vSKOXMvtzcMwVRIrOr+j+lt7iC+dpr/LClDB4Aug4W0E0e
LLU3DBV4AeaoDLSlsrRuFXFJUWqwV3qOhgk+PAQkibAxfnOID0PlpvSrmiMjgiVw
D3E3CdrSjvknQa2BsNQGD9Q5uuKpcbE+WUFtot+bvwd37L+Ni2KZITy3bP0e6mkY
OzHuWzjDFoiV8JLfvm2hgVKtwRZHVRvHwfZ+FAJ6Mwrs9PMA4RHPTYcGayxTlspl
pLv0iDcC2PlFrWdKJEFL/QdT+sR6T6jNJtNUbtygLfM/Ah9R1kTzK09+MOuPpGcc
3vqPbjQdOFJPVVtdqga1ppphRntTlowYbjwT5V5TWi2o+v/vwnI=
=nyW0
-END 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


Re: [Pkg-javascript-devel] ES6 ‘import’ of Debian-installed module

2018-03-06 Thread Pirate Praveen
On ചൊവ്വ 06 മാർച്ച് 2018 03:45 വൈകു, Ben Finney wrote:
> 
> With that configuration, Webpack finds Backbone, but then fails to find
> jQuery (as needed by the Debian-installed Backbone package).
> 
> =
> $ webpack --config webpack.config.js
> Hash: a9597112585b9ca5fb40
> Version: webpack 3.5.6
> Time: 248ms
>  AssetSize  Chunks Chunk Names
> app.js  129 kB   0  [emitted]  main
>[0] ./source/foo.js 34 bytes {0} [built]
>[1] /usr/share/javascript/backbone/backbone.js 72.2 kB {0} [built]
>[2] (webpack)/buildin/global.js 488 bytes {0} [built]
>[3] /usr/share/javascript/underscore/underscore.js 52.9 kB {0}
>[built]
> 
> ERROR in /usr/share/javascript/backbone/backbone.js
> Module not found: Error: Can't resolve 'jquery' in 
> '/usr/share/javascript/backbone'
>  @ /usr/share/javascript/backbone/backbone.js 17:4-21:6
>  @ ./source/foo.js
> =
> 
> Is that a bug in the Debian Webpack, or a bug in the Debian Backbone, or
> a bug in the Debian jQuery? Or a bug in the Webpack configuration I've
> shown above?

Do you have node-jquery installed? I don't think it is a bug in webpack
or jquery, because the combination work well in case of gitlab.

>> webpack, like other node tools (grunt, gulp) does not recognize global
>> modules. So we need to provide this path manually. But we could make
>> this path default with a patch in debian like we did for grunt and
>> gulp, patches welcome.
> 
> I don't understand the problem well enough to patch it. This is by way
> of diagnosis so far; but yes, I would assume that the Debian-installed
> packages should be found by the Debian-installed Webpack module
> resolver.
> 

Since it is not present in webpack upstream, you can file a wishlist bug.



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] three.js_80+dfsg2-2_amd64.changes REJECTED

2018-03-05 Thread Pirate Praveen
On വ്യാഴം 01 മാർച്ച് 2018 05:45 വൈകു, Ian Jackson wrote:
> For the avoidance of doubt, I don't have a problem with the specific
> decision of ftpmaster here.  
Coming back to this specific rejection (I have already started a
discussion on policy question in d-policy), do you agree node-backbone
(and all other packages currently in archive and match the criteria of
rejection used for node-three, ie, a binary package with just symlinks
and a package.json) should be removed from the archive? If that is the
general agreement, I will file serious bugs against these packages
(already in the archive for years).



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] ES6 ‘import’ of Debian-installed module

2018-03-05 Thread Pirate Praveen
On ചൊവ്വ 06 മാർച്ച് 2018 08:29 രാവിലെ, Ben Finney wrote:
> I believe this configuration just relies on Webpack and NodeJS to figure
> out the path resolution:
> 
> =
> $ cat webpack.config.js
> "use strict";
> const path = require('path');
> module.exports = {
> entry: './source/foo.js',
> output: {
> path: path.resolve(__dirname, 'dist'),
> filename: 'app.js',
> },
> };
> =
> 
> Webpack simply fails to find ‘backbone’:

> So, either the defaults as installed by Debian are not sufficient for
> Webpack to resolve the path of an installed NodeJS library; or I have
> misunderstood what you say.
> 

I had linked to an exact line of the sample configuration which you seem
to have missed.

 resolve: {
modules: ['/usr/lib/nodejs', '.'],
  },
  resolveLoader: {
modules: ['/usr/lib/nodejs'],
  },

webpack, like other node tools (grunt, gulp) does not recognize global
modules. So we need to provide this path manually. But we could make
this path default with a patch in debian like we did for grunt and gulp,
patches welcome.



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] Bug#892133: Bug#892133: node-rollup: does not work after a no-change rebuild (the one in the archive is not suitable for main?)

2018-03-05 Thread Pirate Praveen


On March 6, 2018 3:54:36 AM GMT+05:30, Gianfranco Costamagna 
 wrote:
>Package: node-rollup
>Version: 0.50.0-1
>Severity: serious
>
>
>Hello, seems that a simple no-change rebuild of the package, makes the
>program stop working completely with this error:
>
>just no change rebuild it, install the newly built deb and no-change
>rebuild again to see the error:

Can you reproduce this using a clean build environment?

Run sbuild first, then sbuild --extra-package 

May be you have some older buggy dependencies locally installed.
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
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] ES6 ‘import’ of Debian-installed module

2018-03-05 Thread Pirate Praveen
On തിങ്കള്‍ 05 മാർച്ച് 2018 03:25 രാവിലെ, Ben Finney wrote:
> My understanding, from 
> the Webpack documentation about modules, is that it claims to support
> the ‘require’ modules (so-called “AMD modules”).
> 
> The ‘libjs-backbone’ package installs Backbone code that uses AMD-style
> ‘require’ dependencies.

I think you meant UMD (Universal Module) here. I think it is still
better to require/import just 'backbone' and let nodejs and webpack
handle the path resolution.

> So, when I write code that uses ‘import’ to bring in Backbone, and the
> Backbone code uses ‘require’ for its dependencies, that seems compatible
> with Webpack if I understand the Webpack documentation. Or am I missing
> something there?
> 

In this case, you just need to tell webpack to resolve dependencies from
/usr/lib/nodejs.

See
https://wiki.debian.org/Javascript/Nodejs#CA-55601b3ea46d08ca4081f3465bbf840faab73781_10



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] Javascript team policy and rejection of node-three binary package

2018-03-05 Thread Pirate Praveen
On വെള്ളി 02 മാർച്ച് 2018 09:57 വൈകു, Jonas Smedegaard wrote:
> I generally read team policies with an implicit "...as long as it 
> doesn't conflict with the general Debian Policy".
> 
> Specifically, I read the "should" in above quote as "in most cases, but 
> not a "must".
> 
> We have in the Javascript team an old practice of avoiding duplicate 
> code: When code is same for Browsers and Nodejs, we ship the code in the 
> libjs-* package and have that package "Provides: " the nodejs package.

But it seems node-backbone is in exactly same situation as node-three
(and I'm sure there would be more such cases already in the archive).
Instead of using a symlink, you chose to duplicate the file in both
packages.

md5sum /usr/share/javascript/backbone/backbone.js
/usr/lib/nodejs/backbone/index.js
8a8d829617513f36185a0ab055d088ec  /usr/share/javascript/backbone/backbone.js
8a8d829617513f36185a0ab055d088ec  /usr/lib/nodejs/backbone/index.js

Should we remove node-backbone binary and convert it to provides? And
also do the same for all such cases?



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] Bug#892018: Bug#892018: Won't work without grunt!

2018-03-05 Thread Pirate Praveen
Control: severity -1 normal

On ഞായര്‍ 04 മാർച്ച് 2018 01:57 വൈകു, Julien Puydt wrote:
> It is really depending on grunt -- but doesn't, so it's possible to
> install the package in a broken state.

I think that is expected. node-grunt-cli is a dependency of grunt (not
the other way around). I don't think adding a circular dependency is
useful here.



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] GitLab (salsa)

2018-03-05 Thread Pirate Praveen


On March 4, 2018 9:46:13 PM GMT+05:30, Sebastiaan Couwenberg 
 wrote:
>Marcelo Jorge Vieira wrote:
>> Alioth was deprecated and our repositories will *not* be
>automatically
>> migrated to the new instance (Gitlab). I've created the js-team group
>> there and everybody is welcome.
>>
>> https://salsa.debian.org/groups/js-team
>
>Please give my account Master permissions so I can create the
>node-mapnik repository, or create the repository for me.
>
>Kind Regards,
>

I think it would be better to migrate all repos together. I will explore the 
scripts already available.

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
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] Javascript team policy and rejection of node-three binary package

2018-03-04 Thread Pirate Praveen


On March 4, 2018 3:15:24 AM GMT+05:30, Simon McVittie  wrote:
>Am I right in saying that nodejs-handlebars (or libjs-handlebars or
>some
>such) contains both a command-line tool, handlebars(1) (or similar),
>and
>a library named handlebars for node.js?

Yes. handlebars binary package includes /use/bin/handlebars and 
/usr/lib/nodejs/handlebars

>If I understand correctly, best practice for such libraries in other
>languages (mandatory for C and recommended for Python/Perl/etc.) is
>that
>the command-line tool is a separate binary package, for better
>discoverability (and in the case of Python, to avoid causing random
>breakage for users of the command-line tool if it originally used the
>Python 2 interpreter and gets moved to Python 3 later).
>
>For instance, src:tap.py builds python3-tap (the Python 3 library for
>"import tap"), python-tap (the Python 2 library for "import tap") and
>tappy (the tappy(1) command). If you did similar things for JavaScript,
>you could have a handlebars package that depends on libjs-handlebars
>and nodejs?

Yes, that is what I did. But it was not acceptable to waldi, when discussing 
over irc. It was eventually accepted by another ftp master, but I think it 
better to clarify this situation in policy.

I have provided links to irc discussion in my first mail to this thread.

>smcv

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.-- 
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] ES6 ‘import’ of Debian-installed module

2018-03-04 Thread Pirate Praveen


On March 4, 2018 2:56:53 PM GMT+05:30, Ben Finney  wrote:
>Howdy all,
>
>How should I write JavaScript ‘import’ statements to import a module
>installed by a Debian package?
>
>Now that ‘webpack’ is available in Unstable, I have installed it (into
>a
>Buster host, if that matters) and am trying to write ES6 ‘import’
>statements to import library modules.
>
>I have the ‘libjs-backbone’ package installed, and want to use it in
>some JavaScript code via an ES6 ‘import’ statement.
>
>The following code::
>
>import Backbone from '/usr/share/javascript/backbone/backbone.js';
>
>causes the following error from Webpack:
>

As far as I understand, you have to write code targeting nodejs, ie, use 
node-backbone installed in /usr/lib/nodejs (I don't know if that binary package 
already exist, else you need to create it).

import Backbone from backbone

Webpack will use nodejs dependency resolution and bundle everything into an 
output file which you can serve to browser.

But this is nothing specific to Debian and you might get a better answer 
searching for node+backbone. Or in general developing front end in JavaScript. 
You can also refer to gitlab package and see how it uses webpack.

http://kroltech.com/2013/12/29/boilerplate-web-app-using-backbone-js-expressjs-node-js-mongodb/

https://speckyboy.com/node-js-for-front-end-developers/

Since node version in Debian does not support es6 imports yet (it is planned 
for nodejs 10), you have to use node-babel-loader as well. Check node-d3-zoom 
for an example.

BTW rollup is also available in Debian now, so you have a choice of rollup or 
webpack.
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
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] Javascript team policy and rejection of node-three binary package

2018-03-03 Thread Pirate Praveen
On വെള്ളി 02 മാർച്ച് 2018 09:57 വൈകു, Jonas Smedegaard wrote:
> I generally read team policies with an implicit "...as long as it 
> doesn't conflict with the general Debian Policy".
> 
> Specifically, I read the "should" in above quote as "in most cases, but 
> not a "must".
> 
> We have in the Javascript team an old practice of avoiding duplicate 
> code: When code is same for Browsers and Nodejs, we ship the code in the 
> libjs-* package and have that package "Provides: " the nodejs package.

Thanks for this suggestion. I think this will solve this particular case
because webpack and gitlab already depend on nodejs and I don't have to
declare a nodejs dependency for libjs-three.

What do you think about the case of handlebars? In that case I think a
separate binary is required because the command line tool must declare a
dependency on nodejs, whereas the javascript library (libjs-*), does not
require 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

Re: [Pkg-javascript-devel] Javascript team policy and rejection of node-three binary package

2018-03-03 Thread Pirate Praveen
On വെള്ളി 02 മാർച്ച് 2018 09:25 വൈകു, Sean Whitton wrote:
> Hello,
> 
> On Fri, Mar 02 2018, Pirate Praveen wrote:
> 
>> I think the policy is good and request debian policy team to endorse
>> it.
> 
> The way forward is to add the JavaScript policy to the debian-policy
> package.  It would not be wise to add a single requirement to our
> document, with the rest of the JavaScript policy maintained elsewhere.
> 
> Note that this does require that the JavaScript policy is no longer
> "work in progress" (quoting the wiki page you reference).  The reason
> for this is that the process for making changes will become much longer
> than editing a wiki page (requiring seconds etc.), so we would want to
> ensure the policy is more complete than it is now.

Thanks, I will work with Javascript team and try to finalize it.

> If you want to go ahead and do this, please file a bug against
> debian-policy, with a patch that adds the JavaScript policy to our repo.
> (There wouldn't be much point in filing such a bug without a patch.)
> 

If/When I get a consensus from the team, I will file 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] Bug#887586: node-chokidar: build hangs with mocha 4.0.1-3

2018-03-02 Thread Pirate Praveen
Control: affects -1 -src:node-webpack

On Sun, 4 Feb 2018 17:32:36 +0200 Adrian Bunk  wrote:>
This is actually an issue that seems to affect more build-rdeps of mocha
> (build logs are in the reproducible builds of the affected packages).

test/Compiler.test.js was hanging in case of webpack, it has been
skipped for now (many other tests are also skipped, so it will need a
deeper look anyway to get full test coverage). Also since it was working
with mocha 3, it can't be a webpack issue.



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] three.js_80+dfsg2-2_amd64.changes REJECTED

2018-03-02 Thread Pirate Praveen
On വെള്ളി 02 മാർച്ച് 2018 04:38 വൈകു, Ian Jackson wrote:
> This is the first I'd heard of this being a policy question.  How
> about you discuss the team policy and the reasons behind it on
> d-policy CC the javascript list.  If you wish to retain the policy,
> but ftpmaster disagree with it, you can escalate the policy question
> to the TC.
> 
> The TC are empowered to "Decide on any matter of technical policy".
> If the TC endorse your policy then I don't doubt that ftpmaster will
> stop rejecting packages for complying with it.
> 
> Ian.
> 

Thanks for the suggestion, I have started a thread in d-policy.



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] Javascript team policy and rejection of node-three binary package

2018-03-02 Thread Pirate Praveen
[As suggested by Ian Jackson on -devel] [0]

Hi,

Javascript maintainers team have evolved a policy for javascript
packages and it is available at https://wiki.debian.org/Javascript/Policy

Its last point says,
5. should generate a node-foo binary package if the script is usable
also for Nodejs

But ftp masters rejected the last upload [1] which added node-three
binary package to three.js source package. There was also a similar
demand earlier about handlebars package [2] but was accepted by another
ftp master. I think the policy is good and request debian policy team to
endorse it.

The advantages of creating different binary packages (hope others in the
team can add any points I missed):

1. Node.js has standard locations for discovering installed packages
which is different from browser targeted javascript libraries.

Node.js expects pure js modules to be installed at /usr/lib/nodejs but
javascript libraries are installed at /usr/share/javascript

2. Dependency on nodejs is required only during build or when other
Node.js modules depend on it. a browser targeted library does not need
to depend on nodejs package.

If you take example of node-handlebars source package, libjs-handlebars
is targeted at browsers and does not need to declare a dependency on
nodejs. But handlebars package need nodejs to run. If there is only a
single binary package, nodejs will get installed unnecessarily.

[0] https://lists.debian.org/debian-devel/2018/03/msg00063.html
[1]
http://lists.alioth.debian.org/pipermail/pkg-javascript-devel/2018-February/025121.html
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837467#22



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] three.js_80+dfsg2-2_amd64.changes REJECTED

2018-03-02 Thread Pirate Praveen
On വെള്ളി 02 മാർച്ച് 2018 02:00 വൈകു, Joerg Jaspert wrote:
> But if you continously "run into the same wall", then it does not do any
> good to assume its that one person hating you and that, if you happen to
> get to another team member, they will like you. It's the wrong mindset.

This is based on my past experience with multiple packages where same
criteria was interpreted differently by different ftp masters (At least
3 cases I can quote 1. node-babel-preset-env was rejected but
node-rollup was accepted, both can't be bootstrapped without a binary
upload first. 2. I was asked to make a single handlebars package, by
waldi, but it was accepted by Chris 3. There was long discussion on
node-babel but it was easily resolved when another ftp master was involved).

> Also, possibly we should adjust our communications here, at least get
> others to respond/jump in (earlier). Not sure we need it so much formal
> as Ian wrote down, but get someone else in early shouldn't hurt.
>
Thanks.



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] three.js_80+dfsg2-2_amd64.changes REJECTED

2018-03-01 Thread Pirate Praveen
On വ്യാഴം 01 മാർച്ച് 2018 10:47 വൈകു, Gunnar Wolf wrote:
> We should not wait for dissent just forever. The issue you mention was
> rejected by ftp-masters, then brought to the TC, then dismissed by the
> TC as not-our-role-to-overrule-delegates, and some more days
> passed. Do you really think there's a brewing dissent within the
> ftp-masters team that has not yet bubbled to become public?

My point was: either dissent or agreement, another member should respond
to indicate it is a team decision rather than waiting for random number
of days in case a decision was challenged (I did not imply there was a
dissent). But Joerg already clarified that decisions are coordinated.

So the only realistic options are, 1. Just do what they say irrespective
of its technical merit or following team standards 2. Get it overruled
by a GR which is really unlikely to succeed.

So in this specific case, I will add these files to libjs-three. I think
ftp masters don't want to distinguish between browser environment and
node environment, but just have one package. See
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837467#22 for a
previous instance of this demand. I think arbitrarily reducing the
number of binary packages is more important than following JavaScript
team policy https://wiki.debian.org/Javascript/Policy which says "should
generate a node-foo binary package if the script is usable also for Nodejs".

I also propose we abandon the current Javascript team policy because it
is not supposed to be followed. Just have one binary package for every
source package irrespective of it is useful for node or browser.



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] Accepted node-require-dir 1.0.0-1 (source) into unstable

2018-03-01 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 01 Mar 2018 19:54:06 +0530
Source: node-require-dir
Binary: node-require-dir
Architecture: source
Version: 1.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-require-dir - helper to require() directories
Changes:
 node-require-dir (1.0.0-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream version 1.0.0
   * Bump debhelper compat to 11
   * Bump standards version to 4.1.3
   * Change section to javascript
   * Enable tests
Checksums-Sha1:
 a643b7f7deea789d1e5a1d129a1011aeab5f5e73 2114 node-require-dir_1.0.0-1.dsc
 aaec1a35158a571653421fabf43b6dadcc5b4243 6700 
node-require-dir_1.0.0.orig.tar.gz
 af1765f3eddc3bf204efb507cad813cc6cea34a8 2616 
node-require-dir_1.0.0-1.debian.tar.xz
 121813665a1517a91cced4b7c10d838e1c9fa94c 5804 
node-require-dir_1.0.0-1_source.buildinfo
Checksums-Sha256:
 65935c3c3493488c2adad1d6cf4699b0c6b9fb4075c5e1ecca5ab7f1277921a3 2114 
node-require-dir_1.0.0-1.dsc
 97a016dd6dd0a2d84b9a7f04890f9cc79f4ab6fec76f44b16e300028002e0eb0 6700 
node-require-dir_1.0.0.orig.tar.gz
 a0560980ddf2dad0add252d7c10a954817520799bff2b115e0b07c05d9a84a43 2616 
node-require-dir_1.0.0-1.debian.tar.xz
 60f173447e763a69fa3c70f7847e535e2723b7328b12d61cb5daf13e77c3feb8 5804 
node-require-dir_1.0.0-1_source.buildinfo
Files:
 e26b9997ba67773920bb865bcfa41587 2114 javascript optional 
node-require-dir_1.0.0-1.dsc
 1d46703b378b2108cdccbf6aca08c506 6700 javascript optional 
node-require-dir_1.0.0.orig.tar.gz
 d042702e01e856f750503824d0b8444b 2616 javascript optional 
node-require-dir_1.0.0-1.debian.tar.xz
 2368b4119afe327d93e83e2ad787f597 5804 javascript optional 
node-require-dir_1.0.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqYD8YACgkQzh+cZ0US
wiphWA//biyo9hI0Gh5uR3mY1O5qJHwgeuxwheq8bPpjT+OhH7e2GkEwoIGMwUyf
10UWWbgK1dcLsbAHq2IPYRKSUVxbIVDcyO2J/hiLrVRHosw/GGqmGrzZ3KcTBViz
6MgL5b5GgazKm6nWbamWC2xbRn45hUI/h5Oc9Yz2WykY08wqOHZEv8M+Slhn8h6a
NJ8BUtkWvPbrMp6duO+zMLNwig8LITxARDe1gswZzJygZNZjycg7YJX/AukmjU03
auTX3h4+VQGJ9K2u2LzJSktDDV7zKPBaMA11jHM6RvpVIPJT3j+bhBaiJbbYvSA/
qB/On8uEQB+6dIQZtLaWELrKzvTfj5uqsfnsRbbP70Hxh6VHdWgnUTNMHTuJIFpD
sRDBHp7fcoKJvEZvccVz2E3z8NtdbQhrnhewhwwp8NSgvVqHbEeHVfEWkrbzSt9I
OjlhOdO1xg6/eU8uICMPGqyGpAV/RB6h8JU6fo35N5nVNw8XIbcadReeMJUrAhdb
iWSk43PmVhGHYMHaVuZ3PQu6X9OtMWCeaBDRrIfCp7dNMRfqnZnWYNLvTCgJ/Cfn
leAmXgQzUvPTT8skwIF1412Ppt6zjN6k82JaNFDYqXn+j9zp9vHdXW0Audb2VWIw
pDicrNu6ZnzoUZ4DEYPnA+SqX7r6zEwm4yMQExtJ9qZwnxaowO8=
=KqSx
-END 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] Accepted node-d3-force 1.1.0-3 (source) into unstable

2018-03-01 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 01 Mar 2018 17:41:50 +0530
Source: node-d3-force
Binary: node-d3-force
Architecture: source
Version: 1.1.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-d3-force - Force-directed graph layout using velocity Verlet integration
Changes:
 node-d3-force (1.1.0-3) unstable; urgency=medium
 .
   * Build using rollup (webpack was used before rollup was available in main)
   * Bump debhelper compat to 11
Checksums-Sha1:
 4ab3ab994d832b9dd651a32f3e1476b1e5665887 2162 node-d3-force_1.1.0-3.dsc
 c95ac5c59134afd322111cf07087c33f6c62a6cb 2644 
node-d3-force_1.1.0-3.debian.tar.xz
 44e9305b23af345adaf28016d0ddbd345bc48161 10999 
node-d3-force_1.1.0-3_source.buildinfo
Checksums-Sha256:
 4c3b2ea14e992c7538ae8d7ef2f3cb8acc4cfd893aca7ee8558d55a98c6e6f7a 2162 
node-d3-force_1.1.0-3.dsc
 7a1f21fe975371b9f2841dd7181a0766e93fe82ebf2398e81a044fb353e5c5d5 2644 
node-d3-force_1.1.0-3.debian.tar.xz
 2820cbcffb43e0b1aaa028bb612c17d5b8ac9a9e57da23174c032d5da5bb328f 10999 
node-d3-force_1.1.0-3_source.buildinfo
Files:
 99fefa24e6c37956f61622772ade498f 2162 javascript optional 
node-d3-force_1.1.0-3.dsc
 0b2ead9028802c54348a3942790b1578 2644 javascript optional 
node-d3-force_1.1.0-3.debian.tar.xz
 83fc5e0f757abd1da81216cde6001c7b 10999 javascript optional 
node-d3-force_1.1.0-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqX7rgACgkQzh+cZ0US
wiro8w//fdLRzKBofZQ60dZpDQnxoyWSqfZfwq/ck0C0Z9p2NZAar9yQquOw/row
WoRRNNmkBGimW+04BLSWGI2Rh30aiyj3BEghlxQfMWgEOQ2EHsC1aeJCFOdpi9eJ
E511A0pZK61tR1AUmrNWtwOIZzm50qxmWm4A36hQDmqTez3fSlMwzMPgYuntiNtj
S0ZCgvtfjiq2GNd8bCm9dsHatOzXRH8dUWTRQuXINCZjUqJl5P2I9bdt/fO7VTr3
GXDhz8+Z8T+IkAfJ8wMdLS102181469t9HI1QVZr809RuBjSSfSoN6ed5ss2fpHL
/xlnyaeZO1B+ith6k6DecEBLn6ewgQF2O3TpKGLmE/aocgFodvZo8w5vYGpID7NR
BL96Mhy8z9Z4m3qui5ipLgYieO/MCaU1sGSxYA2HMP15rkP7aQeQ0QZgTJQImvql
/jABwbbdFvDfRN5VW3qQWj5CHi3qM1sUdSpUdTDMnksmbmaIbxhjd9lNK/IGwM0e
xrzMeu+jzeZfBqfRFo+6OtVrTinJJXIS1/yw0yaqehE6VWTZIPgLpbw0T6MKGlHs
nN5SRojGExtULmcK5b/9lbGZQNaS0zSrfKc3id6FLPM1r3TFOnYeG6bRs5e6a/KD
NjRbR+hE6Wz820rnmkW4PXH3LruOh33SqQDftODlFPQQb1eqzOc=
=gX+u
-END 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] Accepted node-d3-ease 1.0.3-3 (source) into unstable

2018-03-01 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 01 Mar 2018 16:38:26 +0530
Source: node-d3-ease
Binary: node-d3-ease
Architecture: source
Version: 1.0.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-d3-ease - Easing functions for smooth animation
Changes:
 node-d3-ease (1.0.3-3) unstable; urgency=medium
 .
   * Build using rollup (webpack was used when rollup was not available in main)
   * Bump debhelper compat to 11
Checksums-Sha1:
 c1a1699c0753f216034d5ed64496255ea13bdb12 2092 node-d3-ease_1.0.3-3.dsc
 085f96babddf15f70618b65c2e146d7d0151a527 2524 
node-d3-ease_1.0.3-3.debian.tar.xz
 bcedaa22dfdcbb8f46f2ca2a68d51344cb427bd0 11453 
node-d3-ease_1.0.3-3_source.buildinfo
Checksums-Sha256:
 b7a65c53181c361cd6b77fda69c5a1cbbf514708fe402179b8d7a46be3d23de6 2092 
node-d3-ease_1.0.3-3.dsc
 7981b6e697382e3f5036953086a48854a4eb4c9c8d8b8e5dec0c341398ae4789 2524 
node-d3-ease_1.0.3-3.debian.tar.xz
 dc37b5760b6749a58af373ecb90ff6226c7c4e5134be18475729d7395886b856 11453 
node-d3-ease_1.0.3-3_source.buildinfo
Files:
 f248d1fdf4b170946472724820227b3d 2092 javascript optional 
node-d3-ease_1.0.3-3.dsc
 610bec61e5a7ff39076a9d18e7d2a306 2524 javascript optional 
node-d3-ease_1.0.3-3.debian.tar.xz
 fcb3af5dc011688abd8a0a2acc978f14 11453 javascript optional 
node-d3-ease_1.0.3-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqX4vYACgkQzh+cZ0US
wiogIA//SfclsAZfo2JT8uTS57mxs3ZT8gjvMvyU6D5W3lD4zUbGvIbs5HRQWda9
0RqfU1UO4tuUFTDOp4AKem8SaLTbQdAZP7zO58MrHvY4XQwdH5wFj6nhEyRbqYJz
4k8EHB9/ez/TJ+Oi4RYiGcIzR0MB+tADMbt7v3oxfp0H/uXifdHKT8yTGmJKgVnU
5tEAr4tgkdKqyQgRgXuBNQZ+nIQACJyki9PCnp7EJ5sVKSFEtQMCkNzn5JbTT6FL
0WcBPrw/UW3WA/jUBZ7GObJrHEXMZZYnA7jMXYoThKt0tBAOUQfq82lFCkz+afrg
CSZVPB3QRvwaIqpHt3Nbsri27JCAF19pN/q0pmE0ve1wgPxILhbgNrb87AG9hLrO
fkoE/Nw0cSYqGS/HmPG/5EIcp9mTZNFdOXisloML9aT6Dk7YbVDG4KmIxO72gsub
DNmSS/sH3nFMb4Ygo09J1ynUWBL3KrKGmI/MwKRrgZ4SZ/q1NEX3i2OeJzAupe7w
c9IorardpJ3nW5oFPK/3AtkQFdMx0rZq8sVOW3sMQARKwzG8csdM9+Moinbva73h
O7NK5MK9LOq8eJB/p2pON8vmv4+ogZb3Emp1J5G5Xjyb4SfAJSzN3Wj5x+PwKU8v
Eon/QjOiIGBLkI3bjw6Ei8BCS4zhjSkq6wisJZQ9tYkMuQ2j85E=
=mk3V
-END 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


Re: [Pkg-javascript-devel] three.js_80+dfsg2-2_amd64.changes REJECTED

2018-03-01 Thread Pirate Praveen
On വ്യാഴം 01 മാർച്ച് 2018 03:48 വൈകു, Joerg Jaspert wrote:
> On 14963 March 1977, Pirate Praveen wrote:
> 
>> 1. If a single ftp master is in disagreement, there should be a team
>> decision (in previous cases of disagreement also, other team members did
>> not get involved).
> 
> I wonder why you think "a single ftpmaster". We are a team. We closely
> coordinate what we do and how we do it. When one of us rejects, the team
> rejects - it just happens to be a random one of us doing it. Others do
> not need to get involved and review everything. Or we wouldn't ever be
> able to get anything done if each of us always has to weight in on any
> single issue.
> 

Thanks for the clarification. I was thinking about it more like how the
courts work in India (possibly in other countries too). When a single
judge decides on a case, there is always an option to appeal to larger
bench (more number of judges).

The team as a whole has to weigh in only when the decision of a single
team member is challenged and such a review is requested.

There are also cases the same criteria was applied differently by two
different ftp masters. node-babel-preset-env was rejected for depending
on itself, but node-rollup was accepted even though it depended on
rollup (a binary package created by node-rollup).

I don't think it is healthy to not have an option of reviewing
individual members decisions.

That leaves me only GR as a possible escalation route. I will think
about 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] Accepted node-d3-drag 1.2.1-3 (source) into unstable

2018-03-01 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 01 Mar 2018 14:14:33 +0530
Source: node-d3-drag
Binary: node-d3-drag
Architecture: source
Version: 1.2.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-d3-drag - Drag and drop SVG, HTML or Canvas using mouse or touch input
Changes:
 node-d3-drag (1.2.1-3) unstable; urgency=medium
 .
   * Build using rollup (webpack was used before rollup was available in main)
   * Bump debhelper compat to 11
Checksums-Sha1:
 4fd7cd8b111344aca058a436ef8b135653ddccd5 2143 node-d3-drag_1.2.1-3.dsc
 7d4099dfd70926d785c329dbfc8f4ae28c112bbf 2680 
node-d3-drag_1.2.1-3.debian.tar.xz
 73e722d2e00496f408def9f96d937eb37f159d51 11453 
node-d3-drag_1.2.1-3_source.buildinfo
Checksums-Sha256:
 62fd592b87abfc6330d30ebb6e2e2885a82749c3b1740c56f6ba9c0c2b800be4 2143 
node-d3-drag_1.2.1-3.dsc
 136e3e2e1180c93bee9a2ef0c94a21538318a6a56a7487769a916afdbfb99303 2680 
node-d3-drag_1.2.1-3.debian.tar.xz
 369436e3973bf73c42d0e397b725bc4d3fb812f9e94de9fb4feee59f797724a8 11453 
node-d3-drag_1.2.1-3_source.buildinfo
Files:
 d47bc3d42884aa98d3fe0088e499bc73 2143 javascript optional 
node-d3-drag_1.2.1-3.dsc
 cc15cea080a99553b00f39fccb1f8f2a 2680 javascript optional 
node-d3-drag_1.2.1-3.debian.tar.xz
 770de084b2a9052407969bc60b80560d 11453 javascript optional 
node-d3-drag_1.2.1-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqXzokACgkQzh+cZ0US
wiqxpA//VPXjpp+V0rIvc/2JZsAdNzRq8rt/uhoRpVEKzNKbpM5uhV/tRAaCMh1J
7rru7ZMFxszWq1nha1CrbjXFPhjrNdIApu/aEZYUm/iWo4VNY9PBnaR8dCRDYOAm
tfYtZVlfcVR38dnkzClfQ+iv9ms1B14NqJe5qPbRlUrErLh8sXfcdWfq18F1b8BP
TL1kP+MCEd+lI5wjpfV7Va3eyEcIzTg6tmmo0NcK3qAvzcFW8Dg1prhFgtwVUB8Q
JQpE0g9rCviUwZ9eFLSs2flCr+TLpOTaFwgxeWM14/8vD16u4/t/gX4vrM/KWGG3
B0Qpu2Y1tgz4+28QRYzw5VgpQadCBftzxRoYrCHohJibEcKbQjiRPNQS7N8BtStm
3AbJPHdBLE5bbGUpvCdfo6UveUuCUzTmMGKPJ2zSvCibx5kajarfUWLay/Y1ZCd+
2MA6h2k03SrVP0DXYBae+x+eZ1dxj7/n0f0slssT4CHyP8UbRPXeHQuz0vLzk5o1
WesDXkgwsDeg7HxZIb1BHO4z7SlXfTBNbTgzVmgznuk93pcHE8r/wwO77eoWHFb4
hFjxo45iOOO1VwK2qIp0+Is+lBP4zJJmZwyYPIiOHs62Mf6oFTvloo4MSlr6Fd6b
o9iSvkA9cdkxvv4Sjmn6l8PV3z0xYXc2eg1pqjba5cA/BDrqabc=
=J5NL
-END 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


Re: [Pkg-javascript-devel] three.js_80+dfsg2-2_amd64.changes REJECTED

2018-03-01 Thread Pirate Praveen
On വ്യാഴം 01 മാർച്ച് 2018 03:24 വൈകു, Chris Lamb wrote:
> Apologies, but this reads like another non-sequitur to me. Why would deciding
> on a number of days before one can assume _no_ dissent make any difference at
> all to the case of three.js given that you are claiming there _is_ dissent?

I only said other team members did not respond even when I asked if this
is the team decision. I think it would be better if some one respond
even if they agree with other team member in case a response from the
team is requested.



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] three.js_80+dfsg2-2_amd64.changes REJECTED

2018-03-01 Thread Pirate Praveen
On വ്യാഴം 01 മാർച്ച് 2018 02:28 വൈകു, Chris Lamb wrote:
> Pirate,
> 
>> 1. If a single ftp master is in disagreement, there should be a team
>> decision (in previous cases of disagreement also, other team members did
>> not get involved).
> 
> I'm lost already, sorry. As I understand the case of three.js's recent
> rejection, no other ftp-master said anything and thus there cannot be
> any dissention.

I think it would be better if that is made explicit else how many days
should someone wait to see no response and assume no dissent? or is to
be always assumed there won't be any dissent?



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] Accepted node-d3-dispatch 1.0.3-3 (source) into unstable

2018-03-01 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 01 Mar 2018 12:10:32 +0530
Source: node-d3-dispatch
Binary: node-d3-dispatch
Architecture: source
Version: 1.0.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-d3-dispatch - Register named callbacks and call them with arguments
Changes:
 node-d3-dispatch (1.0.3-3) unstable; urgency=medium
 .
   * Build using rollup (webpack was used before rollup was available in main)
   * Bump debhelper compat to 11
Checksums-Sha1:
 073abf1326a78d070292da16041c8aae49745b8a 2134 node-d3-dispatch_1.0.3-3.dsc
 e5ac1b0db4d1b790def290952e483dcf32506dac 2604 
node-d3-dispatch_1.0.3-3.debian.tar.xz
 cf897a8371b00a6d51e8cebc17a823afea69 11473 
node-d3-dispatch_1.0.3-3_source.buildinfo
Checksums-Sha256:
 39f1128241c5b573e29f1885bd7479c227589f811d7099ae3d83d1bd87697644 2134 
node-d3-dispatch_1.0.3-3.dsc
 036a3a28f9a36d5540be30340fed4fc62cb0e88e64893bc88d24eb767b071d79 2604 
node-d3-dispatch_1.0.3-3.debian.tar.xz
 51ebe667b1735aa41915929a870a1860f0e8b2b0c7e68fa860d277ee36ae3a9e 11473 
node-d3-dispatch_1.0.3-3_source.buildinfo
Files:
 b2cc6d79852ac8aeeec95837da2c03f8 2134 javascript optional 
node-d3-dispatch_1.0.3-3.dsc
 b205dd1696f426e71d50971cb7de083a 2604 javascript optional 
node-d3-dispatch_1.0.3-3.debian.tar.xz
 629677e188394c2fb3b2e8d8b522014c 11473 javascript optional 
node-d3-dispatch_1.0.3-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqXuZ8ACgkQzh+cZ0US
wiqOrxAAnBjain8AX2/Z6Tle1im0ZzIV4NPcMREmSF2km3Ld5tN7AJFj8al1D4PW
yPYKcZ3EGe6Obt+DRuNUZSv6VO5xwVtlipwCAXkwDQ3x6UdRqPxpvsEfzyb+6TS0
aW43TTz/WzR+EOzOm4OX07vmS1uem7+3ruhykQd0ssFJPf/55plr6bRUG9CDjUE5
YqEygVf5Q6FGOZgVTKT5dnS75vkcgtBF/SP1OE7MlbC9/10XizKJMRh4N0fZUTGv
5ZCUt6m31AH5/g5X0ycrJvBApUYkY9RXuuUHnKJuoEIGIpezVUnKsKD62brJktwR
ePk+Wg81X8ucxSpXyaTFra+yQQt5ifIDUxCELEwmSQmAm9eZVyYlgZA5wUODGrEe
rgrkgbzFciqBJqEVJW9TJMTOgyL8P52Lg6eZrrViUlmV2bma/VMaOYtCXdOeQaU8
3NyuglxZQ140HIAVRVDMgiAERGu25ZvVGBw+XxbdziG/DnGYgr64ua+dGWVZTYrl
0jZP441PTTeHA+v6fvq3dT9V5wONUlQB2wFnqFvUh5wrKxPJKKXlNc8KnLyoUAvh
JAYmHnNQ3w7VvSlVVnsTkHV2Sobnt9n7zxhz/uTlVuwD7pfEoB5tv/9ku1XYSisi
QWO2aJKUrUJJ9p6KC5g71p/6rD0CT5+nDd8Sx7b/G91nBkUCYaQ=
=BeYK
-END 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


Re: [Pkg-javascript-devel] three.js_80+dfsg2-2_amd64.changes REJECTED

2018-02-28 Thread Pirate Praveen
[adding -devel]

On ഞായര്‍ 25 ഫെബ്രുവരി 2018 03:01 വൈകു, Pirate Praveen wrote:
> Does other ftp masters agree with this assessment of considering the
> size of the package as the only criteria to accept or reject a package?
> I don't agree with forcing other contributors to do extra, non standard,
> hacks instead of following the standards were applicable.
> 
> node-three is the standard way for every node tools including webpack to
> find this package. Having to replicate this structure for every
> depending package is not acceptable.
> 
> I have not objected to every rejection, where it made sense I have
> already embedded some modules (is-svg, unique-slug for example, and
> switching to a embed first and package on second dependency approach in
> general), but I don't agree with this case.

It seems ftp masters are literally the masters with only a GR powerful
enough to over turn their decisions. See
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881339#55

I do not think this is really in sync with the rest of debian
philosophy. I think the following steps would improve the situation.

1. If a single ftp master is in disagreement, there should be a team
decision (in previous cases of disagreement also, other team members did
not get involved).
2. CTTE should be able to overrule a delegate when there is a conflict
just like conflict between two debian developers.



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] Accepted node-d3-color 1.0.3-4 (source) into unstable

2018-02-28 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 28 Feb 2018 23:26:08 +0530
Source: node-d3-color
Binary: node-d3-color
Architecture: source
Version: 1.0.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-d3-color - Color spaces! RGB, HSL, Cubehelix, Lab and HCL (Lch)
Changes:
 node-d3-color (1.0.3-4) unstable; urgency=medium
 .
   * Build using rollup (webpack was used before rollup was available in main)
   * Bump debhelper compat to 11
Checksums-Sha1:
 932b7e4f4a5747e479b5e02978f94026399e4f45 2101 node-d3-color_1.0.3-4.dsc
 bf3988b7d5bdace0f9187a7f05cb938b5c385acf 2612 
node-d3-color_1.0.3-4.debian.tar.xz
 a5a0ee155ae5fb9d03f2585874c37d0983003287 11458 
node-d3-color_1.0.3-4_source.buildinfo
Checksums-Sha256:
 cdbe22cd8dfbe5a9ec14c2e0bb1385c724136f6e66acf1d8af4451b4ec969a4a 2101 
node-d3-color_1.0.3-4.dsc
 6b815c57ae7a81175888bf9e90754e859f5e19ed25b32fd1f5cee8c42c07d13b 2612 
node-d3-color_1.0.3-4.debian.tar.xz
 283c9ddea6d414be882d0af02abd3bab25a17917d686cf047466467e82b15404 11458 
node-d3-color_1.0.3-4_source.buildinfo
Files:
 120efd344ca65c6896d57190cd33a142 2101 javascript optional 
node-d3-color_1.0.3-4.dsc
 f2b10886ef6dd8c4afd56dfcf6706c7f 2612 javascript optional 
node-d3-color_1.0.3-4.debian.tar.xz
 6f8e44a403970a19172c338f2cc95054 11458 javascript optional 
node-d3-color_1.0.3-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqW8A4ACgkQzh+cZ0US
wiqESg/9EF0IE+tQatebq1UHx6F7m+ZcZ/sZyE7220ayKITkdsUkdx/deXSHI8eO
MD9IQQQY7vEnlrJvVbLYgX+Y4z4ZoMAZAjqb4A21OF3axBM4z0Uh2UlSHrAlWdt1
B5k/Mzp5DcGzmo6BOKYjGFWB8kmDjwyrbN7Q3XLB9aT1STOXR7go+GbhCy1q0SQt
59LejUw8QptWZYfKE6MTkPl3cfrnTisLHI2r/NzzWGMrA0eL5S9iDHG2oQOsOaPX
0CTidFyyN1Zw+vZ8AzKHmvxp+hpbdF3mYeDXmeYhZMY9B4klTUuDhcxYfNPJsf/O
3DrjEuRkFxvHdbzS4CvKBKneYSZQwQ+kWU8QsCvY2DOVRwtcGwBRBIv4uKVPY2J+
hC0E2d3DxsMT1Pt4gw9AIvLPJwss6DUeapFzAi35p8jgPGoaIv4Ddd0D2CfbTRoi
vRm1j8Uw+H4NGnhmzCzuBIDPFI23fDoSj02jRS1UId1OxvfScH1kS6jjx6dx3Ith
466IfilkmQSSlT6XRuktyEPavuXd3gsV2s8HZNo4Lcf/J0UkeGd+JP46Q/ALHNOS
fpfO/gwOjkteB7Yaie7td+GKFQAsFwmKbnRN9xDMq8iuWOGy/w0ptHc5RYgp4SjN
bdiCpGbU3EUBFe03GFewpL2Rg1vCKTu5InUGIMQ3XLN/nKzbUU0=
=q5se
-END 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] Accepted node-d3-collection 1.0.4-3 (source) into unstable

2018-02-28 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 28 Feb 2018 21:43:12 +0530
Source: node-d3-collection
Binary: node-d3-collection
Architecture: source
Version: 1.0.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-d3-collection - Handy data structures for elements keyed by string
Changes:
 node-d3-collection (1.0.4-3) unstable; urgency=medium
 .
   * Build using rollup (webpack was used before rollup was available in main)
   * Bump debhelper compat to 11
Checksums-Sha1:
 a110cf6ffa816188109fc9dd2e5bb10ad20f37d6 2205 node-d3-collection_1.0.4-3.dsc
 821140a5f4903d22990cb6a683b0a7eab4c282de 2636 
node-d3-collection_1.0.4-3.debian.tar.xz
 ed89796fd60850380f0a6021ec8d63bba828e834 11512 
node-d3-collection_1.0.4-3_source.buildinfo
Checksums-Sha256:
 6f92c8a2d6521b34344c4e8a54c8a5de1f21f7863212779355a0adeac5f35630 2205 
node-d3-collection_1.0.4-3.dsc
 6e7f798bb6630436bc1fbe0b5b25ae7b42e0ec3921f934b043f7e6f8d4b336d0 2636 
node-d3-collection_1.0.4-3.debian.tar.xz
 5ee9d10484a2bd38ba8b955cda2ba6584c5ca189d1c2d5d588b1cfb3ef175198 11512 
node-d3-collection_1.0.4-3_source.buildinfo
Files:
 dc926b14735b6303506d4836beff425f 2205 javascript optional 
node-d3-collection_1.0.4-3.dsc
 f52e4aa9ed047abf762ba157fb5f697b 2636 javascript optional 
node-d3-collection_1.0.4-3.debian.tar.xz
 d5e24a8d29950abf9183fddd3cd6ca25 11512 javascript optional 
node-d3-collection_1.0.4-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqW6X4ACgkQzh+cZ0US
wiqUIRAAjXiw2/GaaYVwb/9m4cnM8ZwdXnWZxXrQCwpTb6+1aGTVFWeY48yLMGpX
FYOmHDU02QRZZIAQPkgUwzZP74V/Ez4UwA7zBX2sE7T9Xu30FseFR029LMGlmBwK
btvAuy+3ronWNdcFUIy+crkbt6FxFwIAbnyWyN/22ZV+wZ60Lmk/p2T9xRnwyCr+
fPw3vdHwh4H2G/NXSpYbY30P/MuMk9OPdirJYFbj5YTZa4FCvuBy2osSM4DB/2ZM
CSvKmU+cFvsFtoDxz7eobxtpI2+dcDE4bNLdYjQzEzjZOMD3zEBmYwNS9w1weRpX
6+i1Y+hUzRWSheDTQ9hnZMUmIMue0cUXYg2c45pej6FvPUZ2/cIMNp9QJBxs3/lZ
XXqWuwFvsnUMlC8Pd1UsUBql9ZwNeHJ/h4TFtQhU9Ch0ZBewbqsRxcg3KrLEnuMc
v/cdjVXAG52FkwG9iRk0cUfnAPjbXOJnUYaoakQWZCu9yRJel36N/z8+MjyAkAAA
FOEFevv96oi3ERU+EN+Zc59lzaURsOaUPoKJKxpxoD5qZSxYAcjOqCQ9Ry1vcZHY
5KsNn5GzLBP+2uz0IqL4lsS9sFxtwMWVneVVAK7NDXFQFj7OS7y/2eQFJJeh/R7G
mSQJV9sl0MHnFmMNv0aIPkCbLhz4HnM1nl0ZFMX2wuaX9VNN4LQ=
=20f8
-END 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] Accepted node-d3-chord 1.0.4-3 (source) into unstable

2018-02-28 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 28 Feb 2018 21:12:28 +0530
Source: node-d3-chord
Binary: node-d3-chord
Architecture: source
Version: 1.0.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-d3-chord - Visualize relationships or network flow
Changes:
 node-d3-chord (1.0.4-3) unstable; urgency=medium
 .
   * Build using rollup (webpack was used before rollup was available in main)
   * Bump debhelper compat to 11
Checksums-Sha1:
 4c0bdb21b092de3b94dc9d16223df4f073f6f1ad 2161 node-d3-chord_1.0.4-3.dsc
 fc3a1f28eda1025302ef25601d4300b2ea151a1f 2488 
node-d3-chord_1.0.4-3.debian.tar.xz
 b7ca20c99e798eb1e6e7ed68d5f7300fc7c6b352 11487 
node-d3-chord_1.0.4-3_source.buildinfo
Checksums-Sha256:
 bf6d8a5184b0fc44093f15139ce03b92ca49959d8794e3b62c5cbefec122ea98 2161 
node-d3-chord_1.0.4-3.dsc
 68df59b79448906acc1807e2b6f406518c58b4bff4d88ec42bd2b341da1ff995 2488 
node-d3-chord_1.0.4-3.debian.tar.xz
 5a18d521de162110739a47e4f3f2d5bbc49aa39dc0ecdca586c232cc2503db08 11487 
node-d3-chord_1.0.4-3_source.buildinfo
Files:
 7b88bb00ffc26dddb4b050155b3d97f3 2161 javascript optional 
node-d3-chord_1.0.4-3.dsc
 942abc90fa5847c2fe6d38aedcfe3774 2488 javascript optional 
node-d3-chord_1.0.4-3.debian.tar.xz
 4fa9c808dd2144e20519552b38024957 11487 javascript optional 
node-d3-chord_1.0.4-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqWz7wACgkQzh+cZ0US
wioEMg//Qpo//lBQg9pjnc7cRzsigx+bjqBeb0TGy9EbwUNIPWAxAnBp24L8mIAX
Qt0i1dcPZyqBiZoWyd3gyUAonCdvJMs1JEz1TC/FpyQmhRM9prC8ueDIHQx2eW8D
eByA9U39e3WkSd7+j3l7tzteEnOkLTQZG6RGROF2tJfUIHbTm/3bT9cKgSw8xXbS
fH6232EjOEl+anApnWQS27E6tnxLh9eecUYNGbNwdXZ44lsHtg2K4QrT6s5Qtbzr
Rib5mcsR5rgHYc3utaTt/dVmhEqe0OBZeeWmCAqYZDPaKRFt9i2Zp/rvaZAF4s44
AHn9EcL1VgNnod6ySDyA3S6OvIwke4puog4zltpLLajyvteIVbGzm4SLKy296q0M
JJbnt3pxqbnJlRQN3lyHzZ/AAQV8NLh+yIjMD8DPaoekn1qM4l/9bDZkoYj8OUKe
haWf298cGpzFmBfF8Yyi1bBpgxIKTwgR98CO4U7OeqekxDRcG32SCRYyyFHem/B1
Nmx8Vb7te2W1PwVbe7kqCJG6V4eLE0dh78tGF3kmFTuU1KL0h4Yps+0W/h9DX4w1
CYsKWFd2dVLukR6hWNEX89SR+RyPn/ZQoxtIy5p3N9E2ZJf4SZmNXCS1Tj5UKEsH
G+OoRkra2yX5+pqEs8StTiQ11gKofchgYlh5v5TUI0/hhxG23Rk=
=DVz9
-END 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] Accepted node-d3-brush 1.0.4-3 (source) into unstable

2018-02-28 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 28 Feb 2018 20:53:05 +0530
Source: node-d3-brush
Binary: node-d3-brush
Architecture: source
Version: 1.0.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-d3-brush - Select a one- or two-dimensional region using the mouse or 
touch
Changes:
 node-d3-brush (1.0.4-3) unstable; urgency=medium
 .
   * Build using rollup (webpack was used before rollup was available in main)
   * Bump debhelper compat to 11
Checksums-Sha1:
 97cb50c57a7bc6df844db69af70a2958576dba3f 2231 node-d3-brush_1.0.4-3.dsc
 d340336001bef6374dab6a9d8333845235aa9410 2592 
node-d3-brush_1.0.4-3.debian.tar.xz
 03d9d68f58f09ec4fea4f4b73a3c3bf5d095bafe 11458 
node-d3-brush_1.0.4-3_source.buildinfo
Checksums-Sha256:
 74d4910e0fd4384020579355ae6db3ec214614ffc0fde648e11a6de02a98bea4 2231 
node-d3-brush_1.0.4-3.dsc
 10501d2e35e585c7dbb88f3a836857f925c1797e08b7b8310c650503e104224d 2592 
node-d3-brush_1.0.4-3.debian.tar.xz
 faf5f2ebc6f960f8b350b66dad5a49bbe9b33bcb33b62a085d09d9fce3ec97a5 11458 
node-d3-brush_1.0.4-3_source.buildinfo
Files:
 e6c38e1e2aecc49536cbfade842fa8fe 2231 javascript optional 
node-d3-brush_1.0.4-3.dsc
 95f0fc87caccba8ef4e6fdbba938d4b7 2592 javascript optional 
node-d3-brush_1.0.4-3.debian.tar.xz
 c684471483f1baae6cd27c85315834a3 11458 javascript optional 
node-d3-brush_1.0.4-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqWyuEACgkQzh+cZ0US
wioOhBAAnakK560t7VhJc4vXgabcvB1X+9tUJ4H2wNxmgSnV+dWLpz/WpGeHUrGp
AEee6HiX6eV4AjqDuXK80CF76TA/mW9Q0OpIDytBwyaAAEqcGm6l6jQfNb0cEPA8
YP4FSkBd+HeRG7iexHTyzu5tC7XBECCbAMxeG/4s1fOGOG/m/YthjJmEEPxNqMpJ
ResJrQfQ4mJFo+xyr6Q0PWDCdWMojKGhv+ACwUJcTtBlO+gJATegCw7aNkqgl521
M03sCwTMz2STtUt29v/f+6OJNw+kWt9/R8kecXrevearpk0QiQHfmJMnJk0cczlW
vvOqroJ4e660hGnfZyzSNJ2JzRbo+0PYOXuuF/SHZwDT0Pf7ZnjyALFtbT02b3oq
Acl0UnNoecFIJ37HmauwHKSpOvaBH4CtB1tyGyABl/LYuymA1J2yqXjTgZTvpv93
YFi8+5/keP7aRJ7667fpe99PL+lq6lKu/3Z7HiwmoqncNk70AP+FnjdHB8jDdUTV
L6k2oPJ+eHrh1AsNzy5fm3Y9jSz4upS8QoyAOJl+0VZqTFo3Ke+sKPKN8JOXIwHl
YmdRH+1pjTusVwZJ0PgDlHDuYxrgBlZ/hw1hgQ91QMEJQKQbrK2p6z+dthmaNbJl
zRzNiOJYUJzLJwlGgCDoVyutYHE5E9XqrK007CzPpsewvEe2VGc=
=lj7D
-END 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] Accepted node-d3-axis 1.0.8-3 (source) into unstable

2018-02-28 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 28 Feb 2018 19:49:33 +0530
Source: node-d3-axis
Binary: node-d3-axis
Architecture: source
Version: 1.0.8-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-d3-axis - Displays automatic reference lines for scales
Changes:
 node-d3-axis (1.0.8-3) unstable; urgency=medium
 .
   * Build using rollup (webpack use used before rollup was available in main)
   * Bump debhelper compat to 11
Checksums-Sha1:
 7f50c009638772fb20a2cb179890035782e7bc49 2062 node-d3-axis_1.0.8-3.dsc
 f86eeb6f30297250393162fb9fd406b6e32e43bd 2488 
node-d3-axis_1.0.8-3.debian.tar.xz
 a16bd5972a2d88a54b4aff322cd56d841411c703 11023 
node-d3-axis_1.0.8-3_source.buildinfo
Checksums-Sha256:
 27d140ab100e0a561a7a7312f42bead4c890628a9680cd8d3a2a5d25986358f4 2062 
node-d3-axis_1.0.8-3.dsc
 11bd82dba6c994b9044086763853db0ffced8eefd0b5f3c4ebe875ce7ff796bd 2488 
node-d3-axis_1.0.8-3.debian.tar.xz
 ab1ecedd8cd3d2b91d4131640693ed5728903610d8f60b7457b81fda14b7bc5d 11023 
node-d3-axis_1.0.8-3_source.buildinfo
Files:
 aee238bbf5815aaabe2aa33ba9f12a7c 2062 javascript optional 
node-d3-axis_1.0.8-3.dsc
 32bbbe606fe5dd6214b5824ad80b460c 2488 javascript optional 
node-d3-axis_1.0.8-3.debian.tar.xz
 03e8777cf10685ad049d19ad4623bfb8 11023 javascript optional 
node-d3-axis_1.0.8-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqWvxcACgkQzh+cZ0US
wioGXQ//V4eWL6Q6eqOr0FNCC62q8dfkXwL0rSlyb8Zuse4RNYH6Ax2q1KUcmRoo
kk2mFewR4wYKmExf8kk97OQFXhykFMcZDNcckXkPBYM8+KyQbJPW9V21Q1xY6GfK
RWcb0tY0sWG6GaMMlpRZvaJkMESVOgXCZpbfpewVGGlcn9al/thdbg/Xo48+3A5V
SfuG53cgRYctZVQLmCvwLlnecHoREfQofSzaPBI87l8+YnMukO6WjGKA9tTzcP44
zx+vtX62w/KpAhOfmkqbAe1/zB4EnQAsHhlv2F3FxyMLbkLpV+3Lj6F9In6WaiAP
6Wk0l1RqtP2t7ZhZe37k3D0uG7suTsgUmPNZcMqaLukqcflSZJe1nllvnK3iQMh1
BmejGCrd0sKMopJ9lbVcnhzptLI5It7o9MG7V0c/DJE3ePwWwWRSDHX3b7vBVGzv
OMCqJVPlmjysSx9sMYsF57oBG3Z6Uve9Kbn0dGsrSGb9TmC0/GgXHpTPbD46htMW
kFxEGS3Nlsy6gZlyolttrog8GdLzNmEsqy43Dgzp6sqMK4MRZK3/IMWjnwHRrJOR
IO307bXzrektXG0d5nuKB8bDQiDYHS/Rq3uPPi+Cf+NPuNtJ388kp+ppP6yEMpVH
lSPu4EydSumNj3G+2cD1efDnU2uiIGvbRvs07dl98qt5t7Q5fKA=
=QKVc
-END 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] Accepted node-d3-array 1.2.1-3 (source) into unstable

2018-02-28 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 28 Feb 2018 19:22:59 +0530
Source: node-d3-array
Binary: node-d3-array
Architecture: source
Version: 1.2.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-d3-array - Array manipulation, ordering, searching, summarizing, etc
Changes:
 node-d3-array (1.2.1-3) unstable; urgency=medium
 .
   * Use rollup to build (webpack was used before rollup was available in main)
   * Bump debhelper compat to 11 and standards version to 4.1.3
Checksums-Sha1:
 af6e2ab216de05ca292aa3eefe85cd387cb50f71 2102 node-d3-array_1.2.1-3.dsc
 76cc13624a7eb71487445a78f544163c9b80c013 2616 
node-d3-array_1.2.1-3.debian.tar.xz
 6239924f3b98187395a2b558dd381f755c1245ef 10227 
node-d3-array_1.2.1-3_source.buildinfo
Checksums-Sha256:
 63d658e1acb54cc53af8dc9791f6ae6ae0a7add414e4a0e6a1fe6abd034639c2 2102 
node-d3-array_1.2.1-3.dsc
 eb1e95aa4be741efb1e35235b581049c77ba8c30fa0a670186b8b22e578ee22c 2616 
node-d3-array_1.2.1-3.debian.tar.xz
 3496cb6298b36a7dcf6c10e3879bb1891d59363883c5385d53087f44ca22dced 10227 
node-d3-array_1.2.1-3_source.buildinfo
Files:
 b9cc8e0dd3c6ee17fc186f0f4741472f 2102 javascript optional 
node-d3-array_1.2.1-3.dsc
 da27ed2d630a0f1ea92bbc04a8dee5e2 2616 javascript optional 
node-d3-array_1.2.1-3.debian.tar.xz
 1ecc5a16e95e4a3ddec82734a899bd66 10227 javascript optional 
node-d3-array_1.2.1-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqWvkMACgkQzh+cZ0US
wipsXw//S0n4ZtJIlyDj+Cnf2Ka5Tl9NcNwY5z7YFN2v34hN2PQdL/w6F6fYHlAs
OSBzBaabk0ZxpGw87gYqCqUWQ9E/EvgrANDDZZI5snV+NjmBs6icc9hmMKS+SjU1
7uLHtjD/t5rKohpCc+j8HOzbKgFts79QzJ9R1I55hn+t+vqrRCGn0RhR9SljJhBY
C275kc7Vb1lQFnnGhJ0ZsVAwStT3eOJfuplmYl97GI83m8RdMmD35CBDNfWdcE22
Y1YDbgktW69VydpnWro01QO3BSCb7e+ds1bXsgXHhinCN8kMHT7soVv5+CXHcM7q
teNbzdx6ln8NjlcrnH90cq2KfgfOjYDHHsJBunY2E9199v/a9bjWxmTp9GIA5d98
NGo+bJ95MW0boBdADAZ1VDfF/eQHORYXW2uV+ehOzsRwE4XQiVwaATAlX0rWKxzs
xtYZkJt13GfiMtZY84N19K58BFuSFw87FN+Q/mabyYxwyfYIZWKORHh9M3iNs3FJ
u2H6KmztinxN5yHXqCWAISUl6b3OLaTHlz94hxWIF6AtuiUV+ugoMIe3AMTMMlBi
xE4FER53UI4LP9gtOi+1Vb459VAj8LJhcG8U2zFa2grcbxc7/kYAU+0JCmndepsX
+cQTIr113m3yNNDNCUysfY32rOxRhJFVG2gXaFP6+zM8iVYugTY=
=dDMd
-END 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] Accepted node-vue-resource 1.3.4+dfsg-1 (source) into unstable

2018-02-28 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 28 Feb 2018 19:04:56 +0530
Source: node-vue-resource
Binary: node-vue-resource
Architecture: source
Version: 1.3.4+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-vue-resource - HTTP client for Vue.js
Closes: 891741
Changes:
 node-vue-resource (1.3.4+dfsg-1) unstable; urgency=medium
 .
   * Build using webpack
   * Update build deps (Closes: #891741)
   * Remove dist from source tarball
   * Bump debhelper compat to 11 and standards version to 4.1.3
Checksums-Sha1:
 3fd40397d1b55d742e166e3943b554b6e271592d 2204 
node-vue-resource_1.3.4+dfsg-1.dsc
 115b78b2b5342ffbfac3a1ae88579270c245f5de 42024 
node-vue-resource_1.3.4+dfsg.orig.tar.xz
 c69a2d6db7d56beb0f322125ba1705a30463aad1 2744 
node-vue-resource_1.3.4+dfsg-1.debian.tar.xz
 460103ec9d049552549ade9a514b23e4a34441d1 15621 
node-vue-resource_1.3.4+dfsg-1_source.buildinfo
Checksums-Sha256:
 34b58a5ac3637a57fb132f2e8af6af1593d5104c8aa9827ac884e1d6dd71a7e9 2204 
node-vue-resource_1.3.4+dfsg-1.dsc
 93e82a7e58e3fc74c67137feef7c24c8d34d3efdb191cc6d196b8acf576c070d 42024 
node-vue-resource_1.3.4+dfsg.orig.tar.xz
 422db57d1a0affdf11ff1b747eae4ac3c53dbb8ea66a964cfbe57a5d70b42c88 2744 
node-vue-resource_1.3.4+dfsg-1.debian.tar.xz
 cfc6f9eb7cc1241c39d59e38f4a1162ce41df51de4615994d8b025d24d363172 15621 
node-vue-resource_1.3.4+dfsg-1_source.buildinfo
Files:
 587e016bc4f961d911ace17185b05fdb 2204 javascript optional 
node-vue-resource_1.3.4+dfsg-1.dsc
 e19e046ae99b44f92af208810cc84fe6 42024 javascript optional 
node-vue-resource_1.3.4+dfsg.orig.tar.xz
 1714767778fc197f3ced5fac3f85be74 2744 javascript optional 
node-vue-resource_1.3.4+dfsg-1.debian.tar.xz
 45746cbfb7981e2d11559567ef9767b0 15621 javascript optional 
node-vue-resource_1.3.4+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqWtRAACgkQzh+cZ0US
wio4Lw//WO48ez5QkalHBu4uRgP++K2UZP0Ay+yieby5irbP8Fm6BdhwqspeyLBg
RwGnPtspv5zrbpSQ6Hk5GRXWAWO2scVJ2aHqinZiv6v2Rf2SKhEn6BftsKSjMbkz
ttOECH0gbztyP9uMWBH8YH2ViQI75rB8c54Z5cYACalDDc/aFxClSTAonTI+Yhc+
3iBHMXyHr+SNb/WTcvVUb5Dz2V16c4ENFsQiIvoZ78/kyUVRlOGf30uMwM41POWM
zhJ2+DFjT16rALlYJcHzCCEXKyTVQWVKGxcUxbZAyVjy2OU0Peb+/WS6HlGbXqja
Dy5ovw5b4VbRqIWc1G8YQsEIWuyYgpz45r++4XVeW7lYPdUXuosY5Lj5tG9fX8rR
DSMAxAIyM5jDV5T+o2kFi4eMT8nPpsW2DFzDcNM8SVtdRBeQj5fCStFIhfMb2K0f
X24BAcgpwTYgwAol9o2AVUwOt5ZZNhP09Id9vBdTbGVI3xCfKmOmJw511zSYnHV0
6fnJhYB+iJfwDURv2UlPmiGasdclfMu7rkWenfZpbczfnHPVfoOU1ZUaBOSZWBJf
/a2Fjm9jF37aUY+cz0MMd6PoOc5ocKvgOC4PNVwmSWWJqdy/286/XTL79nJLwXst
x2tp5yYUviZXPchHmASB5s9WUTowYrYQpyd0NGCIbXdDViA3Rys=
=CrNP
-END 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] Accepted node-timers-browserify 2.0.6+dfsg-1 (source) into unstable

2018-02-27 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Feb 2018 13:37:02 +0530
Source: node-timers-browserify
Binary: node-timers-browserify
Architecture: source
Version: 2.0.6+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-timers-browserify - timers module for browserify
Changes:
 node-timers-browserify (2.0.6+dfsg-1) unstable; urgency=medium
 .
   * New upstream version 2.0.6+dfsg
   * Bump compat, standards and change section to javascript
Checksums-Sha1:
 3a3dccbcf61ef7b54077ceef237c9706f835 2219 
node-timers-browserify_2.0.6+dfsg-1.dsc
 25a566a0ca5c1c348f6a8dc01f850720d91cf2cb 4288 
node-timers-browserify_2.0.6+dfsg.orig.tar.xz
 49459b12a3d6341c242079881d732552853c22e8 2468 
node-timers-browserify_2.0.6+dfsg-1.debian.tar.xz
 06dc3401133369b6e9bc36ab5bb548f0fe493f36 5912 
node-timers-browserify_2.0.6+dfsg-1_source.buildinfo
Checksums-Sha256:
 ff3b4a71ffcedd077f42e38f6658bbad2d783620a0fc0d3ffb368b36cf86a8b9 2219 
node-timers-browserify_2.0.6+dfsg-1.dsc
 c24c3d65735d98f7cf1851281526061f0d1812f91b924d68e21277d3ec16ba24 4288 
node-timers-browserify_2.0.6+dfsg.orig.tar.xz
 4051ba0b22279a417b8269dc8035e550ee45bd360e3e21cc6fe33bb1c7e6d4b6 2468 
node-timers-browserify_2.0.6+dfsg-1.debian.tar.xz
 25f72c5a0ad95be2ad3d073d6e5a0add8ff9a32eb183a0fda47a5ec1c6f0f58f 5912 
node-timers-browserify_2.0.6+dfsg-1_source.buildinfo
Files:
 34fb4389cc7f9420ae62993306d2af12 2219 javascript optional 
node-timers-browserify_2.0.6+dfsg-1.dsc
 2dcf084b2c1da144ef5814609783da3d 4288 javascript optional 
node-timers-browserify_2.0.6+dfsg.orig.tar.xz
 d62b7921ba72a4ae8b220355ee5dee0b 2468 javascript optional 
node-timers-browserify_2.0.6+dfsg-1.debian.tar.xz
 bdf016a545214fa8462c7d3f0d12961b 5912 javascript optional 
node-timers-browserify_2.0.6+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqVE+cACgkQzh+cZ0US
wipGdw//eIJnfRpnmzQjiVAS545IuZsbRuK6ypEd0G1BE9zXfUVgPTUwL85dXTXt
of1OVexL++G/1Wdq93tTLxbL6GBNF2B7LtAmptx/DPFEt7DSAkbN7WPoOluLSNBh
7RWFhOlmcKvQw53dkgdE43IhGOPwkp1jtGOEfx6t65tUU8NGHWDAO5B5P5VtAJp6
f6LC0dh0i3+7pcw8o0sZDLTP7SoHVJL6P6dITX/6FgxAEI7fqxHHWfXmw6X/LC21
yQhxuamP7OC2dUyhH6VjuijZNx0BtmbD4Q9GMcmCoATzw6FWlZFcR1ADQFlOjTVe
OoPiHpSTNGyo3Ca2lFp3YJAOIXZwurhamaKOe7lnIjrukeUoCDdifXPsuvPx50fd
jcSdfmxT9c5M9812sbA7DOCDpz/HN72jk5Ob8BgEWPR+EnVnUINE9gcN8wzZEVyl
NtjEU1Nm2w21AHmpsF5y1FRnJ/271qmFoB7AkNN4lPcrpgt84rE+DRALoa2TWjuo
ZbBv6rKUOtWVG/cYm+6a6qLQZ4YMdPR0OZf8Ac2RePncqVe9oi4Z0jkhRjxTAMBF
hp6wFpU+36j4E66+zS9pROID9yEuWKFljZ76g8A4Qeaoz5vwrsU8FbI7OJf+a8nD
hfC3Y50kJux7xHTlmbMDRBELIIeUTL5ItSblB607tfW0/eqBtY4=
=leJ1
-END 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] Accepted node-os-browserify 0.3.0-1 (source) into unstable

2018-02-27 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Feb 2018 13:27:09 +0530
Source: node-os-browserify
Binary: node-os-browserify
Architecture: source
Version: 0.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-os-browserify - 'os' module from node.js, but for browsers
Closes: 855147
Changes:
 node-os-browserify (0.3.0-1) unstable; urgency=medium
 .
   * New upstream version 0.3.0
   * Bump standards, compat and move to javascript section
   * Add myself to uploaders
   * Fix short description, thanks to Philip Hands (Closes: #855147)
Checksums-Sha1:
 929a67578d1add9fa8e3c14746362df553bdd08c 2139 node-os-browserify_0.3.0-1.dsc
 854373c7f5c2315914fc9bfc6bd8238fdda1ec27 1594 
node-os-browserify_0.3.0.orig.tar.gz
 f76c96b90592fd8ed761c399aeaee9ecee4a487d 2312 
node-os-browserify_0.3.0-1.debian.tar.xz
 fadce00e5facd47ce017bf90011ee28f2b76a061 5781 
node-os-browserify_0.3.0-1_source.buildinfo
Checksums-Sha256:
 c364e94cb73ab9067b36c7aa799d548aefddef92be8ebdf7605e5465bc0711d2 2139 
node-os-browserify_0.3.0-1.dsc
 7df96551e0d82458745fb7dea7e9c0739f5a0c06d20607592f9a0a00af60b738 1594 
node-os-browserify_0.3.0.orig.tar.gz
 ac1529bed02d3322a1d5085b11ce386ee7c268912eef6713bb70e26e463170e3 2312 
node-os-browserify_0.3.0-1.debian.tar.xz
 d22725cb2f5671fd4a441caf357db3e72788cf0c1d35c1833f312b81f33bdf8c 5781 
node-os-browserify_0.3.0-1_source.buildinfo
Files:
 908d78f32c31c10923b17558c0703e44 2139 javascript optional 
node-os-browserify_0.3.0-1.dsc
 d06c99ff1c31b335ac2571f058793aee 1594 javascript optional 
node-os-browserify_0.3.0.orig.tar.gz
 32a1749c3fe948473c875f8f6b540945 2312 javascript optional 
node-os-browserify_0.3.0-1.debian.tar.xz
 2d2f42e0402581307923b1dca45c43c8 5781 javascript optional 
node-os-browserify_0.3.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqVEXQACgkQzh+cZ0US
wirE2g/9G1VwJK/AU/wyHxkyOo39BN+dnD2d11pA/atUYRRwwUT5A4UZLV4RoIOm
WfWDsjbWDM8kRxLV18ZbJ81V/ztNFstudckyQKNDpBMLSzeoxvtFwlcpQjXgTqIj
zPB3K1x6K0uNNeK0D8AtX/mMboUgmEx0818BkeqNyFW7SXKmcWVnJ5p4eA+ifV4h
wIWWzmCN53bovGhFdAq0BQ07LwHZeMx1VWUorky6WKAvf6dMb0H0RzcAzKw5BN/8
snoapEytE4BYLHGHgxpUniUWs50kSaZ08qNaWeEy/mqmWkVDLJHd71/UpQahs6qv
eIX56FHWss6k8zpQ+G4ZU4M86XLx0KI32DDv0/C4B7DsqIW9TNgpQIVEEyB9TpA4
YEetb5NEqMf23VyQMo4s3gQogFAYouldxtCHYPZI0xFJf/bjTsUx8u2c+nLsv8gl
GjU0PfSjwpWCDsvicHm+imQ8FOZnJv6NK4e8Bx83C2or9yJxLayIPG4ktVW/INF2
pWMOHjCqRpGGbq4pF98jAfhu+u56OllMhPoRQivPvjOoGdPbeB2bc1MKTn7sUXrD
7vcXjk7UjtmLB9IL7yAfV4taPf/CM4vVp7qodOh23hQEfLkgcS3hfDm/6BuOv3dx
iSJaqKk72fcjJfTlWjMHVaAUcjM40AfoCotwjpkZx02jFtAPEMw=
=o6aP
-END 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] Accepted node-libs-browser 2.1.0-1 (source) into unstable

2018-02-27 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Feb 2018 13:45:08 +0530
Source: node-libs-browser
Binary: node-libs-browser
Architecture: source
Version: 2.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-libs-browser - node core libs for in browser usage
Changes:
 node-libs-browser (2.1.0-1) unstable; urgency=medium
 .
   * New upstream version 2.1.0
   * Fix package name in vcs link and autopkgtest
   * Bump standards version and compat
   * Update dependencies
Checksums-Sha1:
 7862304f8f329acc8cb85480f90970110bec9652 2092 node-libs-browser_2.1.0-1.dsc
 2d2b7ea1fd8483588b668eded8be760ccc48cd1d 9164 
node-libs-browser_2.1.0.orig.tar.gz
 7ad513f9f36c294b457b88fb0b5ec91539aca2e2 2420 
node-libs-browser_2.1.0-1.debian.tar.xz
 944b0489f33ac868cb5c7abb67a479e6b61dcee6 5805 
node-libs-browser_2.1.0-1_source.buildinfo
Checksums-Sha256:
 973a1e6a0261d2fd3c44e9c47364e685b5ab30cf2a0f1f32ef10c9053c763661 2092 
node-libs-browser_2.1.0-1.dsc
 954a892b96efb13f4662689a6f4205f9b5306e8bcde4bfcc857fcb1c59b1a81b 9164 
node-libs-browser_2.1.0.orig.tar.gz
 db205975c3264bf8f3ce71b8342d671d6b5bcaf678593c287f641af69341a067 2420 
node-libs-browser_2.1.0-1.debian.tar.xz
 6be24a95c0de0811e223a9061b51a27467c6bc9a15712354e99e738650327fd0 5805 
node-libs-browser_2.1.0-1_source.buildinfo
Files:
 7f75bfa30ca7b9059be7c5b70c2415c5 2092 javascript optional 
node-libs-browser_2.1.0-1.dsc
 96ea00e7c10611437a244a8381285ce5 9164 javascript optional 
node-libs-browser_2.1.0.orig.tar.gz
 0037ef06fcca4d97a39a91b9c6b01c80 2420 javascript optional 
node-libs-browser_2.1.0-1.debian.tar.xz
 fec818aa86a7fe036b333fa71d5a51fc 5805 javascript optional 
node-libs-browser_2.1.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqVFIsACgkQzh+cZ0US
wiqNYw//W7HrzNJ83kuEC5nbzoBjupPE6TZQRDP94uPrbWeXJre11VQnPh+pvL0Z
yDjD9m1LMBr5ZkBnzfqyVQhUIqSleflJNuKsYAXAMMcR9377zmEfFiXO0Vbd2ey4
UPJ94XZmfyTyOCnd2LW61Kl4+awEgk9aKRxi5F9F6TTI2DZ0B6RFFVWhF07U27oC
dZaPNwl4mgTVjne64UcP4Z9kvyOFQXRKNbVBdLNsfoNLpIZRK3CZfiG2BapdO/tX
lH4SCsSRttLkGbPlI9+ZpdWoEpC5SmVQwYunxmAjNKpRbzGO1Kdtib2wCZYQI65E
dxR0mnVVs1W/shvOxacaaHjqIFdB51rYnfDS8w3Y2xzp2fC6s85OHkUhZcI+0o3z
D+DTnn8bGIK8Sv9tjt7yanjfShNQz3mIIPahLbACBM8WxueSHiLgOgOSJUHI876j
9WkmLKSLcwCBkfDq+dbNmKAVRuw9RN8YNV8ABSeTB3kncpWjT0dxg2gn0woMBc67
uU+VvJkZXqC+tcR6yprNJTpVmmHCfNK/yUUCslW5QIttrKJc9C9o/T7OJ82y/QIP
cVgsRAX9hbWk6SQ5dIyXs2PTpNmrnFVIgIB+Hx8Kwqxpa4RbGWcfBboKSGpkVk2E
IOvuqlvaJBVSKxtdsgtFLA9ouEzE8xaIViwlCFXvtTZLC+NJDcE=
=+8nP
-END 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] Accepted node-crypto-browserify 3.12.0-1 (source) into unstable

2018-02-26 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Feb 2018 12:46:14 +0530
Source: node-crypto-browserify
Binary: node-crypto-browserify
Architecture: source
Version: 3.12.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-crypto-browserify - implementation of crypto for the browser
Changes:
 node-crypto-browserify (3.12.0-1) unstable; urgency=medium
 .
   * New upstream version 3.12.0
   * Add node-randomfill as dependency
   * BUmp standards version to 4.1.3 and debhelper compat to 11
Checksums-Sha1:
 c82696c7e6003c55345c8fb951f9a6a93be35340 2631 
node-crypto-browserify_3.12.0-1.dsc
 3e1440e275ca1f54b9431d25ae379c9a448afeff 15528 
node-crypto-browserify_3.12.0.orig.tar.gz
 31aa1cf323f1f51c96011baea504c5dfc36670bf 3548 
node-crypto-browserify_3.12.0-1.debian.tar.xz
 f5e4c1de30244692f15a2970191da22b53f1ee2d 7620 
node-crypto-browserify_3.12.0-1_source.buildinfo
Checksums-Sha256:
 05db1b015eba82a5144304fde067ccf15fad5630a3ebbe7af161487f3fc9a4cb 2631 
node-crypto-browserify_3.12.0-1.dsc
 f446e6708562430327c9b40f845132426056b4faed4dc48d4ac4ddfa1491fa1e 15528 
node-crypto-browserify_3.12.0.orig.tar.gz
 ba93d8f7862e05b06a1779b49fc59bc72d5eae2fda8b58e6af8406fce420a84c 3548 
node-crypto-browserify_3.12.0-1.debian.tar.xz
 ab1ece343e4e55adb1dd34f8d6809a3bb7652350df9737e343a9d04aa200 7620 
node-crypto-browserify_3.12.0-1_source.buildinfo
Files:
 31707eb6db6e82e73049d30737f02eba 2631 javascript optional 
node-crypto-browserify_3.12.0-1.dsc
 9fc1c138fd2bfc42df5e6072114f1400 15528 javascript optional 
node-crypto-browserify_3.12.0.orig.tar.gz
 a5cca8edec84f31fdd8a9e29f70bb7ac 3548 javascript optional 
node-crypto-browserify_3.12.0-1.debian.tar.xz
 7e4ce8feb480387848168e7f8be9c50a 7620 javascript optional 
node-crypto-browserify_3.12.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqVCBYACgkQzh+cZ0US
wipktA/+PU+FOQapjj+ILevflSravQJw/rA+wwsMZDhIduE7ZFVe0W+BNY6XMFMD
X9EIZ97OD9Sq23jHcumzaQ6rLN82zm31Q2CpfZNmCcH6Dd0RvFfvSF4YXU8rqvkW
wCaJm47SSBjPKV5zrFvWKmY9SvFWX5ki0vF6TWrbT3iftrWjFxbZoSUBt0saz/Kc
4/42uebdwbknlDhHJHkWVsY2Wju0YtJkp0fYCO42raHmTwNcIDbla7SiHwq/1Sdg
jjtifAZxUucM+kIsPZHDx65OC06wE8i9eu7kW/7wojpx5WnZFUw+31LTt9DgobI4
LQcKHs+Jq2PrI7Q0Msvcz/BLWk6ilUx095rJIiWHqEgxtjeP7znnvgf8hwwl961Y
oniSAUl6LBmpFMs9Ru/6GzACU7OkfWmYqsEsz31lOTJYZP0oqyCxpaCnBbz5HZlR
+oqU6fnMYzqvjURLs81ft+PzZ76jDsjxA45Y0TDEfHMHMLluJHlfrALE339ArqxS
IeYXc5ynxFwN/WuXFJM1iyaso0DIrIXkOJvtmLhFtzOloYRbxKWoCZslKfqx2bo4
nFwY6tRWWrT/Dp/fwSmFnmcCC2exO6IcapvOqM//Lb80/uaTrkTe2qQzVQl2fbld
rQgJfvMcZmi9zTAAF0STZr3j6vSlMnzIPsnzLKd7K3YaaudcVLY=
=YrqI
-END 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


Re: [Pkg-javascript-devel] three.js_80+dfsg2-2_amd64.changes REJECTED

2018-02-25 Thread Pirate Praveen
On ഞായര്‍ 25 ഫെബ്രുവരി 2018 02:46 വൈകു, Bastian Blank wrote:
> Hi
>
> On Sun, Feb 25, 2018 at 02:00:37PM +0530, Pirate Praveen wrote:
>> On ശനി 24 ഫെബ്രുവരി 2018 08:43 വൈകു, Pirate Praveen wrote:
>>> On ശനി 24 ഫെബ്രുവരി 2018 04:30 വൈകു, Chris Lamb wrote:
>>>> Author: Bastian Blank
>>>> Version: 80+dfsg2-2
>>>> Timestamp: 2017-12-15 15:15:24.424738+00:00
>>>>
>>>> REJECT no need to have with one just two symlinks in the node.js path
>>>>
>>> But we need package.json installed in default nodejs path
>>> (/usr/lib/nodejs) for node tools like webpack to find these files. It
>>> just adds extra custom code to make these files visible to webpack which
>>> I'd really like to avoid. Nodejs modules follow a common standard and
>>> having to add custom code to other packages is not good in my opinion.
>>> I'd like to hear from other javascript team members on this.
> If you have one user installing 10MB of code, you maybe waste this 10MB.
> If you have 1M users download packages files with this 1k entry, you
> waste 1GB every time.
>
> Bastian
>
Does other ftp masters agree with this assessment of considering the
size of the package as the only criteria to accept or reject a package?
I don't agree with forcing other contributors to do extra, non standard,
hacks instead of following the standards were applicable.

node-three is the standard way for every node tools including webpack to
find this package. Having to replicate this structure for every
depending package is not acceptable.

I have not objected to every rejection, where it made sense I have
already embedded some modules (is-svg, unique-slug for example, and
switching to a embed first and package on second dependency approach in
general), but I don't agree with this case.




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] node-has_1.0.1-1_amd64.changes REJECTED

2018-02-25 Thread Pirate Praveen
On ഞായര്‍ 25 ഫെബ്രുവരി 2018 02:44 വൈകു, Bastian Blank wrote:
> Hi
>
 REJECT redicolous short code
>>> 8 node modules (all of them dependencies of gitlab) depend on this
>>> module (colormin, cssnano, eslint-import-resolver-webpack,
>>> eslint-plugin-import, postcss-merge-idents, postcss-minify-selectors,
>>> postcss-reduce-transforms, postcss-zindex). Do you think duplicating
>>> this code 8 times or maintaining 8 patches are better approach than this?
> For one line code: yes.  You can never change this one line anyway.
>
> Bastian
>
I'd like to ask other ftp masters if they agree with this assessment.
How do we know for sure we will never have to change this line? Even if
I agree this need not be changed, is having duplicated work 8 times
still better compromise?




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] three.js_80+dfsg2-2_amd64.changes REJECTED

2018-02-25 Thread Pirate Praveen
[Copying Bastian]

On ശനി 24 ഫെബ്രുവരി 2018 08:43 വൈകു, Pirate Praveen wrote:
> On ശനി 24 ഫെബ്രുവരി 2018 04:30 വൈകു, Chris Lamb wrote:
>> Author: Bastian Blank
>> Version: 80+dfsg2-2
>> Timestamp: 2017-12-15 15:15:24.424738+00:00
>>
>> REJECT no need to have with one just two symlinks in the node.js path
>>
> But we need package.json installed in default nodejs path
> (/usr/lib/nodejs) for node tools like webpack to find these files. It
> just adds extra custom code to make these files visible to webpack which
> I'd really like to avoid. Nodejs modules follow a common standard and
> having to add custom code to other packages is not good in my opinion.
> I'd like to hear from other javascript team members on this.
>>
>> ===
>>
>> 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] node-has_1.0.1-1_amd64.changes REJECTED

2018-02-25 Thread Pirate Praveen
[Copying Bastian]

On ശനി 24 ഫെബ്രുവരി 2018 08:49 വൈകു, Pirate Praveen wrote:
> On ശനി 24 ഫെബ്രുവരി 2018 04:30 വൈകു, Chris Lamb wrote:
>> Author: Bastian Blank
>> Version: 1.0.1-1
>> Timestamp: 2017-12-31 16:51:18.148440+00:00
>>
>>
>> REJECT redicolous short code
> 8 node modules (all of them dependencies of gitlab) depend on this
> module (colormin, cssnano, eslint-import-resolver-webpack,
> eslint-plugin-import, postcss-merge-idents, postcss-minify-selectors,
> postcss-reduce-transforms, postcss-zindex). Do you think duplicating
> this code 8 times or maintaining 8 patches are better approach than this?
>>
>>
>> ===
>>
>> 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] Bug#890391: libjs-jquery-atwho: ReferenceError: Controller is not defined

2018-02-24 Thread Pirate Praveen
[copying the javascript maintainers list]

On Fri, 23 Feb 2018 11:37:31 +1100 Ben Finney  wrote:
> Control: tags -1 + unreproducible

I don't think this really a productive way of collaboration when two
people already reproduced this issue.

> On 16-Feb-2018, Ben Finney wrote:
> 
> > What I need is some simple script that I can run in a minimal Debian
> > environment, first to show the behaviour in this package and, after
> > making changes to the package, then to test whether the behaviour is
> > correct.
> 
> Lacking that, I am unable to reproduce the reported behaviour.

I don't think that is helpful at multiple levels.

1. It is clearly reproduce-able as two people already confirmed this bug.
2. You can easily compare the upstream built files. You just need to
inspect the two files.
3. When you are creating a custom build system, you are expected to make
sure it produces a result compatible with the original upstream build
system. Look at libjs-jquery as an example.
4. Refusing to use the upstream provided build system just makes this
really hard to support as you have already demonstrated in your
response. It also means you are making the barrier of collaboration
unreasonably high. This method was a last resort option when the build
tools were not packaged. But now when grunt, gulp, webpack, babel all
are available in main, still insisting on your custom reverse engineered
build script is not helpful.
5. It is even more ironic since gitlab is the only reverse dependency
for this library currently.



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] node-has_1.0.1-1_amd64.changes REJECTED

2018-02-24 Thread Pirate Praveen
On ശനി 24 ഫെബ്രുവരി 2018 04:30 വൈകു, Chris Lamb wrote:
> Author: Bastian Blank
> Version: 1.0.1-1
> Timestamp: 2017-12-31 16:51:18.148440+00:00
>
>
> REJECT redicolous short code
8 node modules (all of them dependencies of gitlab) depend on this
module (colormin, cssnano, eslint-import-resolver-webpack,
eslint-plugin-import, postcss-merge-idents, postcss-minify-selectors,
postcss-reduce-transforms, postcss-zindex). Do you think duplicating
this code 8 times or maintaining 8 patches are better approach than this?
>
>
> ===
>
> 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] three.js_80+dfsg2-2_amd64.changes REJECTED

2018-02-24 Thread Pirate Praveen
On ശനി 24 ഫെബ്രുവരി 2018 04:30 വൈകു, Chris Lamb wrote:
> Author: Bastian Blank
> Version: 80+dfsg2-2
> Timestamp: 2017-12-15 15:15:24.424738+00:00
>
> REJECT no need to have with one just two symlinks in the node.js path
>
But we need package.json installed in default nodejs path
(/usr/lib/nodejs) for node tools like webpack to find these files. It
just adds extra custom code to make these files visible to webpack which
I'd really like to avoid. Nodejs modules follow a common standard and
having to add custom code to other packages is not good in my opinion.
I'd like to hear from other javascript team members on this.
>
> ===
>
> 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] node-rollup_0.50.0-1_amd64.changes ACCEPTED into unstable, unstable

2018-02-20 Thread Pirate Praveen
On ഞായര്‍ 18 ഫെബ്രുവരി 2018 04:30 രാവിലെ, Debian FTP Masters wrote:
> 
> 
> Accepted:

from https://tracker.debian.org/pkg/node-rollup

rollup/amd64 unsatisfiable Depends: node-date-time
rollup/amd64 unsatisfiable Depends: node-rollup-plugin-buble

Please review node-date-time and node-rollup-plugin-buble so that rollup
can be installed.



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] node-flow-remove-types_1.2.3-1_amd64.changes REJECTED

2018-02-19 Thread Pirate Praveen
On ഞായര്‍ 18 ഫെബ്രുവരി 2018 04:30 രാവിലെ, Chris Lamb wrote:
> debian/copyright says "Copyright: 2017 Lee Byron " but
> LICENSE says Copyright (c) 2014-2016, Facebook,
>
>  -- Chris Lamb   Sat, 17 Feb 2018 22:06:15 +
>
Fixed and reuploaded.


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] Bug#843951: Bug#843951: [node-async] Please update to version 1.5.2

2018-02-19 Thread Pirate Praveen
Control: block -1 by 733586

On ശനി 17 ഫെബ്രുവരി 2018 01:17 രാവിലെ, Simon Spöhel wrote:
> Hi Javascript maintainers
> 
> I'm in the process of preparing webodm for Debian which requires
> node-async >= 2.3.
> 
> Do you have any ETA for an updated package in sid?

Newer async depends on lodash-es, which requires lodash-cli to build and
is waiting for a new version of google-closure-compiler



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] Accepted node-rollup 0.50.0-1 (source all) into unstable, unstable

2018-02-17 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 20 Jan 2018 15:02:08 +0530
Source: node-rollup
Binary: rollup
Architecture: source all
Version: 0.50.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 rollup - Next-generation ES6 module bundler
Changes:
 node-rollup (0.50.0-1) unstable; urgency=medium
 .
   [ Julien Puydt ]
   * New upstream release
   * Bump dh compat to version 10
   * Bump d/watch to version 4
   * Use system node-rollup-plugin-buble
 .
   [ Pirate Praveen ]
   * Bump std-ver to 4.1.3
   * Move to main (all dependencies are in main and rollup can build itself with
 initial bootstrap of a binary included upload)
Checksums-Sha1:
 ca0ca4eff2e7ddfe469ce3c7d82b51ab1e4dd836 2423 node-rollup_0.50.0-1.dsc
 ff4f58045a2c97e88073b55a658a149d1b40cc62 246760 node-rollup_0.50.0.orig.tar.gz
 5839cb6a0805495ca450359dc78d9c5271e25bae 3076 
node-rollup_0.50.0-1.debian.tar.xz
 71696d2ce05baa90f58c36ab58afac9aeed78f02 9649 
node-rollup_0.50.0-1_amd64.buildinfo
 435e5042e734d029cf3392dfdffaaae00bcaa35b 111024 rollup_0.50.0-1_all.deb
Checksums-Sha256:
 ee58025a2deaedd615ca895afbe4081a84fe98fc51bcee83b447e506e03afef0 2423 
node-rollup_0.50.0-1.dsc
 1d5088b88373dc049ec448f767162e20a4cd089c15efc2f1307c19c977e76950 246760 
node-rollup_0.50.0.orig.tar.gz
 36a4a788a756c6c37f04f2571c87839703625a8480f4d04eef950558a52b0f63 3076 
node-rollup_0.50.0-1.debian.tar.xz
 28e49dd7414f7472bf85a835597246e23f2d951325012710171e394080b4b1a2 9649 
node-rollup_0.50.0-1_amd64.buildinfo
 e2042221e1e4972f92a2096a7470ed7c966c17ddcfb0a74faec0ce3ff0175760 111024 
rollup_0.50.0-1_all.deb
Files:
 00d199fb77c1022d5e59091545fb09c3 2423 javascript optional 
node-rollup_0.50.0-1.dsc
 b01ed50db5a057691e2bc3995e0e51e2 246760 javascript optional 
node-rollup_0.50.0.orig.tar.gz
 d8e56080d06955ed0691f60e79dcdb44 3076 javascript optional 
node-rollup_0.50.0-1.debian.tar.xz
 36af85260f43b0545e4f033ad1a16164 9649 javascript optional 
node-rollup_0.50.0-1_amd64.buildinfo
 30e4f0002262daed4d7eb750065a780e 111024 javascript optional 
rollup_0.50.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlpjDY8ACgkQzh+cZ0US
wiro4BAAoCR2SNtkZuEml5pTO25lT/PaGZaH3igShcsQgJDNpXRtnd3zR+y9cv2r
UoARrzOnFmw5esbnIbbDpHPz3JKCAq07idmk2a8QjbLmhDvafMBWi3UTebQ9QB4b
cWYddizC2hciXPw9YiiIHemPP7AfhPLC5mdE5wYKeyH+Tl1r/J+rWmbWNFmhVTV4
WJJqraMZlMfhIgC556GG4OUjwiWVpRonc7rJ/MaTpBZV2eELy+o8eOQIfpIBng46
qUHSdyWjbw2q6huVcQJFBcd8NZWYtvIMT7/fIHoFphW40HygBWtyNLDtKmeLpWOe
vz1v0sNhMlXuukUfOmh5kwUtl8ncLVkm1e2EsPFUx3+lc/g2gT6/a4JjGz6Rm7a7
DeqLuGz9Btk4rOF9u74SzhMh2Ulh4MfZ5q6lRroVdsB+vtAYyKd4xwiD6ljiYhd/
YgGkjrBoyW/ecjYJZRSzGa5+Hef+Z5fiRD+sUU4oQRTeGkoLKpsFjhdiH4HJz2m0
HwsqPDGs7UCekxdEEPBJZn7ICFe6yhiQ7pN/GMMaIHO2BmsO19kE65n+Xqn86Pb9
K+A9v3r66l1xEXeyc2YwBuMdpfTX9tROJ2QJTNh7q3dJLGN6H4uIU1TJrNDbkSD2
qXVq98YTtGQIAsQdQU8k+fm3DOtk0goTC+Oj06wLVBgbzSYfyXs=
=x1D1
-END 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] Accepted node-import-lazy 3.0.0.REALLY.2.1.0-1 (source) into unstable

2018-02-12 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 12 Feb 2018 16:27:01 +0530
Source: node-import-lazy
Binary: node-import-lazy
Architecture: source
Version: 3.0.0.REALLY.2.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-import-lazy - import a module lazily
Changes:
 node-import-lazy (3.0.0.REALLY.2.1.0-1) unstable; urgency=medium
 .
   * Team upload
   * Downgrade to older version for compatibility with node-update-notifier
   * modernize packaging
Checksums-Sha1:
 5737aa0befa104dbfb541988bbcbb027c0b37ebe 2187 
node-import-lazy_3.0.0.REALLY.2.1.0-1.dsc
 891a6811225897235563b970aed338877c287500 3277 
node-import-lazy_3.0.0.REALLY.2.1.0.orig.tar.gz
 19d7b1830d3cea212afd142544dcd6c0363f6543 2248 
node-import-lazy_3.0.0.REALLY.2.1.0-1.debian.tar.xz
 3cab3407d6ec8aade03fbc9c7a1aa5999b737a66 5852 
node-import-lazy_3.0.0.REALLY.2.1.0-1_source.buildinfo
Checksums-Sha256:
 526a72d8386566aaf382d68dff27b83368c21bc0ab4cfdadf08b9938f0f8f131 2187 
node-import-lazy_3.0.0.REALLY.2.1.0-1.dsc
 1201fa10feb1ffa149f41572b1ccf5708cd1abddee2673e5c57a1fa1073eb368 3277 
node-import-lazy_3.0.0.REALLY.2.1.0.orig.tar.gz
 e55805bea2e583899aec010dd622ef6e6a7139af58c3fbcf5b96dcfece0f97ea 2248 
node-import-lazy_3.0.0.REALLY.2.1.0-1.debian.tar.xz
 6b4ec5af021ce1c09daee19f6859806044891066311ab776503ac7cf119dde99 5852 
node-import-lazy_3.0.0.REALLY.2.1.0-1_source.buildinfo
Files:
 f153c070f9d2adde832f8bc3f39ec13e 2187 javascript optional 
node-import-lazy_3.0.0.REALLY.2.1.0-1.dsc
 f7c67ba90f18b7e7cef74b22cca7cc07 3277 javascript optional 
node-import-lazy_3.0.0.REALLY.2.1.0.orig.tar.gz
 aa9912fe37835c85cf069da89ddc11b3 2248 javascript optional 
node-import-lazy_3.0.0.REALLY.2.1.0-1.debian.tar.xz
 64167582d5e14b7a576f9b19316a6585 5852 javascript optional 
node-import-lazy_3.0.0.REALLY.2.1.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIyBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlqBdYUACgkQzh+cZ0US
wiriEg/3dab1vHGxxEmVqrwoYzwulxASZVl00YSejT8ZiajggntshpzHTlvb29zu
va9HfL24YaTXoEFbtuI7rUjn+g2g4uajLrc11FSLiq6n7D2pe0Z3WLu7J/ECK57B
HXVF/e1ha535DpORp+4TcgrPKltLW6jHgMXPzS6qBknk7I9JPSlwSGx4h62N2ZuN
Q4jT59+pHXnWWHsOaF8ErrLQk/9S5Qs9oN5U76mFlH/7Ql3AvdDsmZbGt+5qw7So
TZw/ubgPMdlI5xx5TG6zh/woDB0VB0Ed/c0zdhm841UxVZcINp+v6lGdCNlAi1s+
jWpx3KorAy+QWjJUENZvtgTw3Z+pmqozcmhvRZ+OQ6azK4ceTGYz4owhNv6i/9WR
utrprFc48eb1mHhviUsSXY+TqqMhf3uZPDl9GhJoOKMyJ7XHIkh1eUaYyIffz2QT
+4BS+mylSvaz1N4gyQHoTnK3DGciKWHYs2izgE7FIRoME2V9U75NFzTYV/8pTNS6
c660O5duW+Sx7wNCdidsgFFrzXkWeSh1IeXsJrYf8cjQ6OIQyE7Zug6YULQ6hh8P
ZvcqFZTVKrbzIQxqs0mgdo0dXzk/2YG01GYp/hxDoL+HT7RTBHHvYE7pf38AotAR
r6r01+TW6I+ug9HQz/3nCmFCv25uHbCkTklRgOV7di3x2gV1bw==
=Kyu8
-END 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] Accepted node-babel 6.26.0+dfsg-3 (source all) into unstable, unstable

2018-02-10 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 23 Jan 2018 19:49:32 +0530
Source: node-babel
Binary: node-babel-cli node-babel-code-frame node-babel-core node-babel-helpers 
node-babel-generator node-babel-messages node-babel-register node-babel-runtime 
node-babel-template node-babel-traverse node-babel-types node-babel-polyfill 
node-babel-plugin-transform-proto-to-assign 
node-babel-plugin-transform-regenerator 
node-babel-plugin-transform-es3-member-expression-literals 
node-babel-plugin-transform-es3-property-literals 
node-babel-plugin-transform-jscript 
node-babel-plugin-transform-object-rest-spread 
node-babel-plugin-transform-strict-mode node-babel-plugin-transform-decorators 
node-babel-plugin-transform-exponentiation-operator 
node-babel-plugin-transform-async-to-generator 
node-babel-plugin-transform-runtime 
node-babel-plugin-transform-async-generator-functions 
node-babel-plugin-transform-class-properties 
node-babel-plugin-transform-export-extensions 
node-babel-plugin-transform-class-constructor-call 
node-babel-plugin-transform-function-bind
 node-babel-plugin-transform-do-expressions 
node-babel-plugin-transform-flow-strip-types 
node-babel-plugin-transform-react-jsx 
node-babel-plugin-transform-react-display-name 
node-babel-plugin-transform-react-jsx-source 
node-babel-plugin-transform-react-jsx-self 
node-babel-plugin-syntax-object-rest-spread node-babel-plugin-syntax-decorators 
node-babel-plugin-syntax-trailing-function-commas 
node-babel-plugin-syntax-exponentiation-operator 
node-babel-plugin-syntax-async-functions 
node-babel-plugin-syntax-async-generators 
node-babel-plugin-syntax-class-properties 
node-babel-plugin-syntax-dynamic-import 
node-babel-plugin-syntax-export-extensions 
node-babel-plugin-syntax-class-constructor-call 
node-babel-plugin-syntax-function-bind node-babel-plugin-syntax-do-expressions 
node-babel-plugin-syntax-flow node-babel-plugin-syntax-jsx 
node-babel-plugin-external-helpers node-babel-preset-es2015 
node-babel-preset-es2016 node-babel-preset-react node-babel-preset-es2017
 node-babel-preset-flow node-babel-preset-latest node-babel-preset-stage-3 
node-babel-preset-stage-2 node-babel-preset-stage-1 node-babel-preset-stage-0 
node-babel-helper-function-name node-babel-helper-get-function-arity 
node-babel-helper-replace-supers node-babel-helper-optimise-call-expression 
node-babel-helper-define-map node-babel-helper-regex 
node-babel-helper-call-delegate node-babel-helper-hoist-variables 
node-babel-helper-bindify-decorators node-babel-helper-explode-class 
node-babel-helper-explode-assignable-expression 
node-babel-helper-builder-binary-assignment-operator-visitor 
node-babel-helper-remap-async-to-generator
 node-babel-helper-builder-react-jsx
Architecture: source all
Version: 6.26.0+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-babel-cli - Babel command line
 node-babel-code-frame - generate errors that contain a code frame that point 
to source lo
 node-babel-core - Babel compiler core.
 node-babel-generator - Turns an AST into code.
 node-babel-helper-bindify-decorators - Helper function to bindify decorators
 node-babel-helper-builder-binary-assignment-operator-visitor - Helper function 
to build binary assignment operator visitors
 node-babel-helper-builder-react-jsx - Helper function to build react jsx
 node-babel-helper-call-delegate - Helper function to call delegate
 node-babel-helper-define-map - Helper function to define a map
 node-babel-helper-explode-assignable-expression - Helper function to explode 
assignable expressions
 node-babel-helper-explode-class - Helper function to explode classes
 node-babel-helper-function-name - Helper function to change the property 
'name' of every function
 node-babel-helper-get-function-arity - Helper function to get function arity
 node-babel-helper-hoist-variables - Helper function to hoist variables
 node-babel-helper-optimise-call-expression - Helper function to optimise call 
expression
 node-babel-helper-regex - Helper function to check for literal RegEx
 node-babel-helper-remap-async-to-generator - Helper function to remap async 
functions to generators
 node-babel-helper-replace-supers - Helper function to replace supers
 node-babel-helpers - Collection of helper functions used by Babel transforms
 node-babel-messages - Collection of debug messages used by Babel.
 node-babel-plugin-external-helpers - helper functions that’ll be placed at the 
top of the generated co
 node-babel-plugin-syntax-async-functions - Allow parsing of async functions
 node-babel-plugin-syntax-async-generators - Allow parsing of async generators
 node-babel-plugin-syntax-class-constructor-call - Allow parsing of class 
constructor calls
 node-babel-plugin-syntax-class-properties - Allow parsing of class properties
 node-babel-p

[Pkg-javascript-devel] Accepted node-lolex 2.2.0-1 (source) into unstable

2018-02-10 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Feb 2018 00:10:08 +0530
Source: node-lolex
Binary: node-lolex
Architecture: source
Version: 2.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-lolex - Fake JavaScript timers
Changes:
 node-lolex (2.2.0-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream release
   * Modernize packaging
Checksums-Sha1:
 ae4dd4edca8df24cbe5da569b4e063a75dbda45a 2052 node-lolex_2.2.0-1.dsc
 7c0a9871eebe0f5fcb9cef6009642c33dd7fe222 60284 node-lolex_2.2.0.orig.tar.gz
 e835fb3bb746ac9eaa6b39081613a285494ef83b 22456 node-lolex_2.2.0-1.debian.tar.xz
 a09682e42ae66279b0fee5436f13b31cecad2aa2 8832 
node-lolex_2.2.0-1_source.buildinfo
Checksums-Sha256:
 6ea0c0f1ba1a2860c72c2b41eddca96667047dbb6242daa01c64646c8040770c 2052 
node-lolex_2.2.0-1.dsc
 3131146f224d7b4baf71a6bf1cfc74ba4d2e0c112788f4f4942e938cc1b4e534 60284 
node-lolex_2.2.0.orig.tar.gz
 9a5667b8669eb01f8f77e2c7d9908c51ecadd0adb19cb327a9c719009934722b 22456 
node-lolex_2.2.0-1.debian.tar.xz
 e541c2fadb8fe9ba9200041db5224ae2288519d0e040f8a8e806a8a8cbe8b97b 8832 
node-lolex_2.2.0-1_source.buildinfo
Files:
 781527cb1ed525c98f82ac7d351e51fa 2052 javascript optional 
node-lolex_2.2.0-1.dsc
 1006d6574a4b8e337f93bdde92462e9d 60284 javascript optional 
node-lolex_2.2.0.orig.tar.gz
 cb58d4d7cecfee9cd69d45bccc904798 22456 javascript optional 
node-lolex_2.2.0-1.debian.tar.xz
 2a73922ba9787a6123712301a8cbc057 8832 javascript optional 
node-lolex_2.2.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlp/QVsACgkQzh+cZ0US
wir+0g/+I93gpuyzDZUYvFFgsG29SlbtgL6R9vcc/2q9IsvH20sZ6/oHx/seTv7y
mrzOTF0VmMF0OrsD+lsKrUx/ScUMVIVgSm6IdJ3mC6d68kjUBqJ9UdEmBFKd1wV0
k74kh1rMddlAUOZBtFBEEX72+8IRdU9oDQihMwLHjJKk26U4+x2vozxHCq+s7m6L
xy3r1hDUHwtwmGEfNqrv/ZozxprekRH4qg2XPOQO7X3IkAE49NGAAJm2oCY+X+nb
eU+q7vqbDkFicpatAll04Lgx8/W1bdFf9SsgKmJAAJcv31nR/aDy3VwMJhqnwIdU
8Vbtocs0RcBWVNJ4oFs5lVD00UnCX96wIyQ0fucEIN4iTaTUZg1V4yMzkJq7C89N
QntsTpswk75mo2NCGX/2TkKb5tOvK6lrWiZIfP2iVIKuuPyH4B0nwxB2xmhbTbMu
JA424S/B0IGjMO7/z1bkix6KpvbniJGnttP1rHZl+oVhG3IFdwA8n0b0YXDiXgBZ
8V8GmZTWHOg0Msm2gvG1s32LrV0794x9Aosn2KhjmqlC0bMPeb9VvMBFrUfJiAkV
IEoQob+n3okgidtX/YJhkoV22v+j49PzA0nc9lLGGYlmDwujTcWyRngc18pXRg4G
2WxPeaZ7u/Q5ZDXNANJyrF1hlh2ghcGTvWly0NqW6OLWhFIDZ2M=
=qDr+
-END 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] Accepted node-cli-spinners 1.1.0-1 (source) into unstable

2018-02-10 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Feb 2018 00:00:50 +0530
Source: node-cli-spinners
Binary: node-cli-spinners
Architecture: source
Version: 1.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-cli-spinners - Spinners for use in the terminal
Changes:
 node-cli-spinners (1.1.0-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream release
   * Modernize packaging
Checksums-Sha1:
 1ee7917774de5c419bc8b4ccb33e8eb48ff1c86e 2101 node-cli-spinners_1.1.0-1.dsc
 addf403d616f46390b1520db58f01e6d5125e2b6 236289 
node-cli-spinners_1.1.0.orig.tar.gz
 b924c92102f5f61093dc9ae6b2c7957036414567 2156 
node-cli-spinners_1.1.0-1.debian.tar.xz
 84b2e4ea4e9b483efda19e36d2e044c8f04df0e5 5776 
node-cli-spinners_1.1.0-1_source.buildinfo
Checksums-Sha256:
 ae7bb346bafea23701f2fcfd042e8d9960d24cbab305ce68dbe27d69eccc8c18 2101 
node-cli-spinners_1.1.0-1.dsc
 8bafc494c02aa54fd532ac68f15c252e88dde8955c3f79cb04f41b84b662f3ac 236289 
node-cli-spinners_1.1.0.orig.tar.gz
 afaf78693ca1237358e22649e714b1102e774bd622f8ca9387ae4fed56ff64a3 2156 
node-cli-spinners_1.1.0-1.debian.tar.xz
 82c20b2daf3f9db8125bb25fe791c5d706fa258988d86eb4337cad476472c2bd 5776 
node-cli-spinners_1.1.0-1_source.buildinfo
Files:
 026a81d461b6e580bcb8643eec26a99d 2101 javascript optional 
node-cli-spinners_1.1.0-1.dsc
 8b3e045d25565aca2742d41aa30bbe12 236289 javascript optional 
node-cli-spinners_1.1.0.orig.tar.gz
 455f6a55b3ef13c5baac6d590ea07179 2156 javascript optional 
node-cli-spinners_1.1.0-1.debian.tar.xz
 f9b36d315206c3e0676c8f036e1312d2 5776 javascript optional 
node-cli-spinners_1.1.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlp/O4oACgkQzh+cZ0US
wiqAvg/6A0VYg94MpvENBi+do6xJCI41EJEim5QF/PI232Xu7CZRaEbUBIYhCfAT
inQB6/eJtUn4tFJzbjJ1nLDj2cin2e60H9yM0eI/LnAm3Hyc+uoKRMNeOhunzVM8
n2FEqrkzixKxHGwG2dlRTwJR7Zyqa/hP6BANX1ibgK05vKsQrqGgl2cH441LliFn
PdDqZxuxT8AwWwpuNkgJjtmFs9dPEWbA8CpBpSdNljXd+llh5XXy1y3jkBczi6dS
NZ9hMJp9CK9+wURJX51eBARZbDQDmA3gVyvhSf87PYFG1pXsZ8A5Y5TLYrlgfyxH
khl4vlTbui7/aCyY45ZHxw+9C0GveGq/dUliXtQ0kp4iBvoQwVNZFCaLxZZDgAwK
YSLQvtsNZVNrLGSfSCzaAZIWFHNDdgwlWCXikyqa9sv4m3AznV7WEw3bR1OJnjvU
mb59o4uySHedR5v0V+UM8C+7CC28mm59r/sg7mrA/zyFFKbcvF2BPu4Alo3QOcT0
m9tKXgvMSZo7Gli/R8X82a2OfCN+3JjUSDR4Yz/lBBnVQNbZSZCLdUPRMHfR0gkW
DM/2mzr7UvTQHnGZRVXA65rdjbzmoMRbP8xl3VCapM3bGkZu5mVrDsBW+H7B7goF
TGu5+Cq5xpLSqP0gSUZhs1E5VLoZ/7dp0RKigdSG5sD0UFtsDGY=
=PoM/
-END 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] Accepted node-is-generator-fn 1.0.0-2 (source) into unstable

2018-02-10 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 10 Feb 2018 21:52:03 +0530
Source: node-is-generator-fn
Binary: node-is-generator-fn
Architecture: source
Version: 1.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-is-generator-fn - Check if something is a generator function
Changes:
 node-is-generator-fn (1.0.0-2) unstable; urgency=medium
 .
   * Team upload
   * Reupload to unstable
   * Modernize packaging
Checksums-Sha1:
 7beb521da1c991c380243c766d785798fc497819 2128 node-is-generator-fn_1.0.0-2.dsc
 872881a5fe4f096a850486839115e70e8a7ae6de 2116 
node-is-generator-fn_1.0.0-2.debian.tar.xz
 1731e2778876d08ae53041b4a513a3c56cf3aed8 5820 
node-is-generator-fn_1.0.0-2_source.buildinfo
Checksums-Sha256:
 550690613b920e950c71c54ecf4cb255c6aef36d3759b537360e4314859809f9 2128 
node-is-generator-fn_1.0.0-2.dsc
 0a25c1ccde5cce14c68592d2bf8d53358bfab474645591299bb75066c5502c6c 2116 
node-is-generator-fn_1.0.0-2.debian.tar.xz
 f61b574966feb41eaf29e9b6646f24bf15b6f234dd51c3ddcf5334368d434997 5820 
node-is-generator-fn_1.0.0-2_source.buildinfo
Files:
 5e64442641814e8452ae3d701cbe0e10 2128 javascript optional 
node-is-generator-fn_1.0.0-2.dsc
 0b88a1cfea20c6be994856120206d600 2116 javascript optional 
node-is-generator-fn_1.0.0-2.debian.tar.xz
 a787ee29d0b7cec919d9d6b86680e0ce 5820 javascript optional 
node-is-generator-fn_1.0.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlp/HM8ACgkQzh+cZ0US
wiqLNQ/8CiqNARM651U1/V0pCwQkXCbea9qLHu5xZs2F+AsExee0zM8F+UgdYpS1
vayz12sU7etyd/mfBuAn0hMy2xoJBDBNFK9FWnNJxaWgbthKQJBQ0cxJyiJ3HUbv
2G2LgEJKz1FQeeIw39TmgJsy9GE3MFFiBAreAYVzVajkqQKUdOFwDTS2lMJMGsaV
8QxrBqNA61CWPLt/0+bBF9ON8DRlr6EDczvb/DENxPEBfT7Cc6OQCDzPZkkdmrHU
YqN39ODD6jmU3emaOo+6iytZno0VUotreWpKyjpApd8r3cefe91fiWNFAEhi4NAB
IENPmeHNuzRCCHzgNUqsEzcqSqtzOrISinN6jHE2ugRT5RTcpa5e2+ddR21oewIh
49ZwBQBHvNeuKOVSwwLkz51WBqlsr5C1rlZK8/Tc8bHZn0ih8Vzi3bZpB38XAF+c
qIBjqlP6w5jVZQN2dl1NJJUT1BMW7P4KabA/ApQXAW5Lzy9xsqW2co65aVUgVU48
1meURtqYmwJWWBkxPCdmfPtuSmoXbDNXvb91kShgwAFAHwKCw5WXoDmwQX5GfuJL
k4xwE215nhwong57kK1nv8tbWF8tWtttE5fi0tnErqTJug5qpV62drkqkhHWLwzi
XEDrg5qI2dr0xXkirunxyz/wsbAuspkDb7gzUu39VI12P6OV55s=
=Q+rh
-END 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] Accepted node-npm-run-path 2.0.2-2 (source) into unstable

2018-02-10 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 10 Feb 2018 19:50:13 +0530
Source: node-npm-run-path
Binary: node-npm-run-path
Architecture: source
Version: 2.0.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-npm-run-path - Get your PATH prepended with locally installed binaries
Changes:
 node-npm-run-path (2.0.2-2) unstable; urgency=medium
 .
   * Drop patches and embed path-key
   * Modernize packaging
Checksums-Sha1:
 7ccc7a768027b075a46402adb53b979f7d8aa4e4 2099 node-npm-run-path_2.0.2-2.dsc
 0b181d44bd4936b2d81dc592577973f26cf9e6e6 3064 
node-npm-run-path_2.0.2-2.debian.tar.xz
 ad3edcf87a3423d79ad894431f3c43d08a47ea83 5805 
node-npm-run-path_2.0.2-2_source.buildinfo
Checksums-Sha256:
 52430b5de63bd6c7325cdc5f44ec153982f32c8927e0082d5c26b6c34922963a 2099 
node-npm-run-path_2.0.2-2.dsc
 6abf7a14d9bdb6ef8832ae23f51ab7233470e760d96c740fe32330d987a4361d 3064 
node-npm-run-path_2.0.2-2.debian.tar.xz
 5f47bee714a5dc8832f0dce566f33585158e3b8a69262981479ca0d1fb86f21e 5805 
node-npm-run-path_2.0.2-2_source.buildinfo
Files:
 832728cf970dfcc4195d5636b0578f81 2099 javascript optional 
node-npm-run-path_2.0.2-2.dsc
 ae0b1de478b6791f98dbbb4421e279ea 3064 javascript optional 
node-npm-run-path_2.0.2-2.debian.tar.xz
 13449dfa0f529010699f3a166ff001fc 5805 javascript optional 
node-npm-run-path_2.0.2-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlp/ANkACgkQzh+cZ0US
wipXgg//XPa/PDCHWY2fgrCtjcOxzbeuaIeqULxTKfJZVe3RoEVwjjrpabSpeTOZ
TVwTZdXSh3u2g1jVyqvOIC44S6Ofw+34+9dbgiy4w+QvxMM5F57iNep22QqVCnR/
DzOj6WnBFmh8u1XVFnqoGMxrJ/CH4YJrht4MFN7vSyRDLEmOKngChyGDmAvDg+Ax
QT9xv+v7YzVg023v1ykDxKH+YaUGy1qTTxV2kYBAPHZmrKWgLMtUQRRY4G0kEQuG
fxmswccDjE5VyMW+Qfc7VWOeFizxBEicY5tjdjplidPAoFwMpr7CjDmBtuCmigj6
RT34HDpo+6LvwOFn5AMGdB9T65zhBG7bkC1TXTh7OEGmv0qgwUFr5G1jTNalyZ8t
jkbTIgFF214GCQTBmiba9FAzH8akivQLkuDOKXcLQVP/YwYyjDNNtDgbtCAssFN6
bsfGhdUlbE8/RVU/WSIf94QURmaM3VNSbhHMsw2YbUyHT5IbzR7rlPEM0psJAMrl
G4wJy8ULdwsLFbrgNQ7puAPSrRHnQ/ikz2eTREwAE91AIWdJUL+0pTMBJaoAOMWZ
naLAUfAI//76rtuHDLDs/L+/CyAduYlUHh2xO6FLJQiLOBsLyMEQ++JWA3uPK88S
HUuPhi52c7d6ul3vK+BQdR2skkGjqlvqVM35idZPbRwnCy4TQwY=
=bs1N
-END 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] Accepted node-md5-o-matic 0.1.1-2 (source) into unstable

2018-02-09 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 09 Feb 2018 20:38:28 +0530
Source: node-md5-o-matic
Binary: node-md5-o-matic
Architecture: source
Version: 0.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-md5-o-matic - Fast and simple MD5 hashing utility with zero module 
dependencies
Changes:
 node-md5-o-matic (0.1.1-2) unstable; urgency=medium
 .
   * Team upload
   * Reupload to unstable
   * Modernize packaging
Checksums-Sha1:
 cfd8a8c21097ca4e79a6f50a6ff8de7fbbc7baf4 2103 node-md5-o-matic_0.1.1-2.dsc
 21313ad8b39f2afa67b11c257a48696eec0be0c2 2152 
node-md5-o-matic_0.1.1-2.debian.tar.xz
 34c8fce62363427b76731926d5f5a00cd411c9c3 8582 
node-md5-o-matic_0.1.1-2_source.buildinfo
Checksums-Sha256:
 ce695dc76cc6766dc9e53fec1ef879a5abd9d3b1cbe79655ff8ed76538b664c2 2103 
node-md5-o-matic_0.1.1-2.dsc
 9dca360c3c75e740fbe99b27d2b17715339160836fa097eff2c411aedb57a24d 2152 
node-md5-o-matic_0.1.1-2.debian.tar.xz
 438c89e896a159ded1d8eea778454eadc61ff9637ecb6ac465ed2f15808b3927 8582 
node-md5-o-matic_0.1.1-2_source.buildinfo
Files:
 f5d971c1509d244cdce2095a8c90f292 2103 javascript optional 
node-md5-o-matic_0.1.1-2.dsc
 9a381a9150548cc61d9616200942b04c 2152 javascript optional 
node-md5-o-matic_0.1.1-2.debian.tar.xz
 c3e27b53092addfc9d0aeb0bc1eee774 8582 javascript optional 
node-md5-o-matic_0.1.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlp9u1cACgkQzh+cZ0US
wiokEg//U90hEVk17qDWbr8CYNRl7cQ6Npost5adTvm2Zsqyjeh/5w30QsJZCF0i
rz1ZbeU6f7YvtQZK6SVkr58WsBGZs+vmd41XcSSzyA2GQgh6MUUlDqCtTdSyW1bk
c3SXTvFTEoxGg2RI2e3h9TV6ygnDs18nhjLvf1nb3w/TadCQzHoMKw4MhVBu1Qmy
LUXQ4UoLJCI/M8WXD1iTx4LQjLSIZJNPy3gHV8oiwE6zgMvHM7CDyeGFq/p4ysg2
loyqziI9vDjsbCM/ZZL6XA8nVAzbrxkn7oeQVWvnfmoFqkWwEZ+Cr8XIWqCAC8fM
PxbxiFXWmrir3hVolcvr0Rj+7HuPcLJAholZ6U23RhmTIhWhxgX+3T1Vp6AosYnx
k1VoGjbUxJHqykXCBfQHRqpW1axe6Ei5vwYaQK+RCwVQ6scgBniPNTTTpizknBcA
boM5FqBZWzmFfFLDihEZuctddTlTNoNxM/xBjGdOyQ9N+v5XFpAh2v8S6vO9Th9W
hQjViqhLokFVLnHM4or2wRNLFZC2Jpl7HUuMWBhwT5xfOghCBw0cumOU8GWclMQc
nhDU0DjfTgMo7LXSvw2kynlAp+UT0ojnUjPhmshtQuBMgHBjZhQi7Fzy5RVaxxy7
5b9+MHItWXQKB6STJIOE4MpDlXgcee/ZklGD9rT7EekHKKiVR6o=
=Io7P
-END 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] Accepted node-json5 0.5.1-1 (source) into unstable

2018-02-09 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 09 Feb 2018 19:51:52 +0530
Source: node-json5
Binary: node-json5
Architecture: source
Version: 0.5.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-json5 - JSON for the ES5 era
Changes:
 node-json5 (0.5.1-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream release
   * Modernize packaging (change section, bump standards, bump compat)
   * Enable tests (disable failing tests)
Checksums-Sha1:
 8db1e6162165e68c958c3ea8e7492780037a34fc 2013 node-json5_0.5.1-1.dsc
 ca188312413baa0d7b5af8920ca35a7a15a37417 20034 node-json5_0.5.1.orig.tar.gz
 4f0a991e5ce6788c41801931557df322693ebac8 8072 node-json5_0.5.1-1.debian.tar.xz
 4b68be332e011ae003c96c864bac33fddcb4af76 8521 
node-json5_0.5.1-1_source.buildinfo
Checksums-Sha256:
 20178a19415cf4441a5a4a874e825d0c900702b49eae43093348be50068ecfa6 2013 
node-json5_0.5.1-1.dsc
 3618908ccc9038ecbd5e11b8e20f38246a2527778b3a38c8814d499aa05e206e 20034 
node-json5_0.5.1.orig.tar.gz
 b0cb4c8fac65504a14c71a473f4408f7d95892c5a75162a08a2a040af2dbb4b3 8072 
node-json5_0.5.1-1.debian.tar.xz
 fc138a1dc90d3d6880a501b57819c2d530339b0e9b93a52045e45d9f252e8464 8521 
node-json5_0.5.1-1_source.buildinfo
Files:
 b5056a1f84d824bddfb9f6a4268b5d07 2013 javascript optional 
node-json5_0.5.1-1.dsc
 4cdb1f68a67ce3d1118e840ebf6711af 20034 javascript optional 
node-json5_0.5.1.orig.tar.gz
 aab01be1f76ba4735b1b4a819cba40e9 8072 javascript optional 
node-json5_0.5.1-1.debian.tar.xz
 30106d58220b9b6a5ddaf5b87a10685d 8521 javascript optional 
node-json5_0.5.1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlp9uicACgkQzh+cZ0US
wiohWw//ZFMZgjI42zX0BRUUyNbQ/RDfule6YbhZ2saUqe36tttU+OtPBakXVzbo
u4Xv/s8wbttL35Ncr+01nfaRrCPrSzzIew2QqgHJ7BOdGp/99HkWlhY5GBDZC0Vw
c1fTvy76n/h+qovs94Ir4WY1nx8mZXL0LwPoLq0pcfes1Rh3qtisdENzYLTCpzoI
/Z5oF4hKMCs5d7mznKfyaYBC7qeTDL9wiPBVvjJUAIpsCXNyofZ1RneGHD0IAJWT
POYGHk/39ZuB+Bhy53/LgvKMsNZ1GW87E/YhB3Hj7OrnBCqcT7SFfH2Ew+QjhIGd
TtKbs2ZRxu4Uop/FldUB9Zp3vdHSKbX6GtaSlhCiaWAuV5dUaCNeh5WwARDjPMWf
/uwEdMkVeUcHRUcx43jd2NRw1Y82hWf8AnZZ7NvnX+IFqkaZm6C3GxleUJ9+i/7w
jCF/0CGute6/ZmvlHtrbKljjPL388KambETrnxdXkCXXsnLQihNpbHgkTwXTvKk8
baIV7zSYbzmbrNDZ4zugFmGLN56fHICv37NZHPrU8FOFb35bWnwvSXRiTEOfeKYn
JcgDQ+ds9ylcPTrahXpXPFfMrSTDQ0kV7WwFyrXTAX1arKcXmOEZExks5oU4MXMN
VQ7NO9V1osgb97CrF7nSk+QC++YmGAgE6NruSaaFFZNElVVJZKs=
=y7Av
-END 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] Accepted node-indent-string 3.2.0-1 (source) into unstable

2018-02-09 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 09 Feb 2018 19:10:07 +0530
Source: node-indent-string
Binary: node-indent-string
Architecture: source
Version: 3.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-indent-string - Indent each line in a string
Changes:
 node-indent-string (3.2.0-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream release
   * Modernize package (change section, bump standards, bump compat)
Checksums-Sha1:
 98b4f45ec1bf8011cd7c6c77ee26a811b3f661d5 2093 node-indent-string_3.2.0-1.dsc
 dcb3847bdd1ae8b33fb57d616c623019f9880ed9 2808 
node-indent-string_3.2.0.orig.tar.gz
 b7bb67b9dc2b3ea336f35c1dd1128f3f19fbd5b8 2084 
node-indent-string_3.2.0-1.debian.tar.xz
 aafc5efa5dc73f5e71df51c327e59d7ae14a6f84 5781 
node-indent-string_3.2.0-1_source.buildinfo
Checksums-Sha256:
 4fbe4f7513f77d8c2400e65f82f8f46255daacd3ccce1a6999d289025355dcab 2093 
node-indent-string_3.2.0-1.dsc
 009d75e9d8491b00b9e28eb528ee4242179ba8cb3d340776777f5d9bfa20b517 2808 
node-indent-string_3.2.0.orig.tar.gz
 b3401a8c88195b6b0dec64a68c6010c3288b44e5af46d3bb0e497101273d69d1 2084 
node-indent-string_3.2.0-1.debian.tar.xz
 afebea9460db8ca6ef6eb2c7dda5cb2a25cda81213da8dd8109123f1a728f41a 5781 
node-indent-string_3.2.0-1_source.buildinfo
Files:
 0e8399be949a682d553b59572e2c7b45 2093 javascript optional 
node-indent-string_3.2.0-1.dsc
 507798a45b88b50524d1f0d5a359f8ec 2808 javascript optional 
node-indent-string_3.2.0.orig.tar.gz
 e672748be48198ed26495f1ac0478491 2084 javascript optional 
node-indent-string_3.2.0-1.debian.tar.xz
 9afba825c2bc0578596fe8780d3d746f 5781 javascript optional 
node-indent-string_3.2.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlp9pjkACgkQzh+cZ0US
wiocLg//e7uR2LNYE2e9w3FCUaCoiCXxYcsuEMjk6N+TwYutWikCBw33Ut+0kW4m
UQFDei0ULkeprWGeegOLXY9y661fJAI6mZWwC0JcHAs46SL5Z+SP8D/IZOOG+D3a
f7jVzZUnlHIPAXL+HnqLm4i0KucocnYkdyOWc03bkS223flQimHjfLPGr3MdGoyi
c/T8Vc4wkB175qXLlz6z/RZ71T6xmmNrCnQuOyc19/FUzYE3x9Vegkd7oGyjS2Yn
MJY9Tw+5KCrHKm6qu+OvUnA93135sWfL1X6oiBDnb07gEVw2OI6Wo2tt+tY8tgEO
dsAWF+XA+wFQ3fl4F94yCigSSXciWn3PSLq+62SMmg+U8Dfd8ncx1Y0clC5iHH5X
8CyuDAQniNwBNFCfeTW6CEY37zQROj7g0p5kVceAN5LHeZ6aU5ATUQfFAuLqb+jL
MouZjhffqdVNasPlyIp7WbocUem7P301+tgGxuafu4Yq0I8ZSxiUms/Hm1r5d62y
TH1p2GzFUymJZtB8kToo5ZFYoUoxUIV+iPGPDtkRk3usa8aM4xSPs9sFYK9vkfDI
0HpAI8aBpeX4olbHwHPphvmHBMMRwJWKJuY7rtffiRE/yq1RT5xZNCtI7a117uVr
wv8jMprPASWdsXbkamUdArjOQi6SO+4G5JnG/wqjaSvEM6A7sIY=
=QR1v
-END 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] Accepted node-pkg-dir 2.0.0-1 (source) into unstable

2018-02-09 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 08 Feb 2018 19:33:53 +0530
Source: node-pkg-dir
Binary: node-pkg-dir
Architecture: source
Version: 2.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-pkg-dir - find the root directory of a npm package
Changes:
 node-pkg-dir (2.0.0-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 46f62a12926c17e5e26d12a737c7201fbf974ee1 2031 node-pkg-dir_2.0.0-1.dsc
 7794d4daf58e94040d35cc41ae99097ebcb20a07 2437 node-pkg-dir_2.0.0.orig.tar.gz
 e76d1593dbc20c67f18acb23afcd3ea9dbd3094c 2024 
node-pkg-dir_2.0.0-1.debian.tar.xz
 b551e632180637e0d29f904185b323d884ebab5b 5780 
node-pkg-dir_2.0.0-1_source.buildinfo
Checksums-Sha256:
 6e8e93e9c80290d8bd080e87192570eea2517f90afd4ea6c2e4180c89242932b 2031 
node-pkg-dir_2.0.0-1.dsc
 be19b3206e33efc4740181fbf02af6b93e73883004708597f093248960d4e082 2437 
node-pkg-dir_2.0.0.orig.tar.gz
 bb17a151b524ea81854274aee2798738baa801c28fbb9b3d1609764a833744d9 2024 
node-pkg-dir_2.0.0-1.debian.tar.xz
 edb5ade436eef0cd90287918c1577c2bee6f1f7d50c87390d9dd2f0866a45fdb 5780 
node-pkg-dir_2.0.0-1_source.buildinfo
Files:
 59671748dc86a58dbaf4eaf0bf445b89 2031 javascript optional 
node-pkg-dir_2.0.0-1.dsc
 ea2f9c6537857247d1283dabb9565245 2437 javascript optional 
node-pkg-dir_2.0.0.orig.tar.gz
 6e87574f495ab14960ba2cdb75d0667f 2024 javascript optional 
node-pkg-dir_2.0.0-1.debian.tar.xz
 6261fdfa0a4a1c7fdcd9631f4532bedd 5780 javascript optional 
node-pkg-dir_2.0.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlp9VjAACgkQzh+cZ0US
wiqKTg/9Gi3C77hNpITBIczOfl6mrLKdiB51diGNgJipr6ZC00KMboaJgHiQr55N
XmuLjp3N9JkNG2esvPYJyO1hc1E/WwERmsHmdVCSB4N0CjufJFPKN2kIbVpsu/vg
uYf8N96SeLD3gMkRhBiK7/Q7aRMmGCvertERfJnqveELA8iD1hJS2Zyiigg/Ytqo
gdCGbBPvM8RBTvjlL8Nv6oCHXvvwVDDwD9cmJd7vHdf8j2pvy7LiSKyXXfqaNz04
1mtCyg4vH2+UfolPC2Xd3gEqiEKSst2JrgcyMSmte3s/XIyUnD1rQUooeGz6Z9gt
eAFdGcMeObP7HcNMxNUqqQ9Q1U+XJ9TSTDex+bqmi0H9ow7xitBKy6AJ4iaBiAb5
u0xEv0xgXfnRnEX1YZZYzpc7F0ebhC+IFizQk2IjR0auj+wTGfSkTe558qnQHtbv
0+vvId2moCMHzOtgnRxBPyjicFmbdIqs98zAWSXxuLPaxEAKnX9jbd1f0fKmScxH
KJV4ggExMe43YEouBIZfflBPXmCpvkdNuMoAxZzFq+DWot9W9/OOrwkuXoGCPw31
3aI4S+yptDOKYRgLFRZSIm7a0kiZ+DRHIte9HN5Q+P0wo7wnHk2djjAG3ZD7v/gp
VLOeqXsXqvww7Z5LOpCWjVkSloDsvYiGJl3yQ7bgjSo+isErqrE=
=OHZ/
-END 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


Re: [Pkg-javascript-devel] Should Debian be shipping node-promise?

2018-02-09 Thread Pirate Praveen
On വെള്ളി 09 ഫെബ്രുവരി 2018 01:07 വൈകു, Chris Lamb wrote:
> Hi,
> 
> FYI upstream don't seem to think we should be building node-promise
> from source:
> 
>   https://github.com/then/promise/pull/146
> 
> Ignoring any legal argument, does that mean we "should" be shipping
> this in Debian?

Almost all nodejs developers want everyone to use only npm provided
packages. It is futile to argue with them (I have such discussions
often). We should be prepared to maintain patches ourselves.



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] Accepted node-path-type 3.0.0-1 (source) into unstable

2018-02-08 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 09 Feb 2018 11:53:49 +0530
Source: node-path-type
Binary: node-path-type
Architecture: source
Version: 3.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-path-type - check if a path is a file, directory, or symlink
Changes:
 node-path-type (3.0.0-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 648a572895a881602895d3d51372e73ea27f72c3 2062 node-path-type_3.0.0-1.dsc
 dadd659caf2156c1bef60f327e24451f02b6a003 2433 node-path-type_3.0.0.orig.tar.gz
 9e5783ac1ecb5cd677755aef302b695cc0bb17f3 2020 
node-path-type_3.0.0-1.debian.tar.xz
 d658e2991163e90f89c554800c32174254189f32 5790 
node-path-type_3.0.0-1_source.buildinfo
Checksums-Sha256:
 afe284d5438f536b3980b9cdf4e2b3531cd42cc6c973b29a76a47a9a03bfc3fd 2062 
node-path-type_3.0.0-1.dsc
 e4e0242901244d9cd57b1552d194f5b606a5c54c2b70ff46b6c184d025fa 2433 
node-path-type_3.0.0.orig.tar.gz
 88ac638290d9fb13ad035fa0ef1013bf672c9ba4065713e9738d2add14b5cb10 2020 
node-path-type_3.0.0-1.debian.tar.xz
 85483fd534a2e123d80c2e7f0505daf65efc346673c2d374811f4bd46765a771 5790 
node-path-type_3.0.0-1_source.buildinfo
Files:
 adb56d48e1bd13799cebf05979f35a5f 2062 javascript optional 
node-path-type_3.0.0-1.dsc
 3e932d66dbdabf3fae76beb71e53e181 2433 javascript optional 
node-path-type_3.0.0.orig.tar.gz
 efe1a08f168c0465522653a6cb030279 2020 javascript optional 
node-path-type_3.0.0-1.debian.tar.xz
 7ba3273a211f400d3cf9020f68a750ef 5790 javascript optional 
node-path-type_3.0.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlp9RYAACgkQzh+cZ0US
wip6yg/+KtCM7nvl/cYz6j6eES4Qzy0bUUgUtyn5I49V2/Hz78g2XlKquH99nGw9
obpclH8GzNrv3TFAGLceIvujV2uYOuHOBs4daoS1gca0bNBT34U1opeXQEuRbOSm
3d4QWTJb4lbaA9HScb/LYOSFWEpbi0fTLgQB5xWmw7xWrSiQC4AHvm+3/PHjNPjl
04bQYZfbEnXafeshwm5BDg1CdRH/3BX4a7kLFegi9Rqj/x+/23mZ3iHhl96DPfdW
sgrA+1xkEhKzdt+5wdHYUcLTfrXbEEUJXfXnS8s7KkKW9h8ZOv5KuvWLcqmEI2+L
adOolKGWjSuxjBtG8l3k5rQwvijDYHVitTgIPi9p6iPH2ZX+FCiOVRHFf4Tpql8m
ZN+4Lq607bGYGs6o9fybJT50Dp/sbW0UhvGY7WcF9jeElimcmOvf9XArtXE9wmwD
Mz5/RorqLdrpyIanCZ+PfxBd55UAiq4u4oVfWObRWcuI8Z3OoDArRmy66FOTjc7B
63VPWJRFfnbM6xeH37rood4HYQqnxKyfVw5P3Ay/mWMivEr9qy5ZsuEMqjodUlFB
WFiJhlO72tdiscQxbvgv2+wqwTF/6rtAQ5/RojDCYtTZFflMWGFRhD0rKmASXXup
H5cLcxUXFpJEQmJWg1lBqSQwZnvxvExMSbgAbcBpmdPeb6PKZY0=
=QK3i
-END 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] Accepted node-globby 7.1.1-2 (source) into unstable

2018-02-08 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 09 Feb 2018 12:42:16 +0530
Source: node-globby
Binary: node-globby
Architecture: source
Version: 7.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-globby - Extends glob with promise API
Changes:
 node-globby (7.1.1-2) unstable; urgency=medium
 .
   * Tighten dependency on node-path-type
Checksums-Sha1:
 1e2cc59536435958291434a2857df338a22dcb32 2079 node-globby_7.1.1-2.dsc
 7a6f5cd32105ec40dce4d7b2388b68d83c76dff9 10496 
node-globby_7.1.1-2.debian.tar.xz
 2c5715b3b47268d8b610295e11d606a761c1cae5 7697 
node-globby_7.1.1-2_source.buildinfo
Checksums-Sha256:
 855a7daa80882cb43a3af7823402ce38db58f5c4a4bb300675c6367956be7bf2 2079 
node-globby_7.1.1-2.dsc
 ec3062c726ab44f137824385b48a6f8215c6ba0b5565202193d122731bff5fa8 10496 
node-globby_7.1.1-2.debian.tar.xz
 b2a97c2d5474d4ca1e1fa677aef8e8f46353b1d458f60f577e1c661394fa1125 7697 
node-globby_7.1.1-2_source.buildinfo
Files:
 3ef76ba8bc537af9cf5d93305f7dac44 2079 javascript optional 
node-globby_7.1.1-2.dsc
 64d534bf617b1e43d49ac2dead6cbcbd 10496 javascript optional 
node-globby_7.1.1-2.debian.tar.xz
 33065a2bd676b63a7b245c45d6e7db33 7697 javascript optional 
node-globby_7.1.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlp9SmcACgkQzh+cZ0US
wipBbg/+KZTQoKhhlI0wspt/AW2k0VmSMtb7aL8KIDelDMst7Typbsfn5WZE/e5Y
qa6wAcZLRyE5wgsUaxVcYteQSXeKI2TW8DTVnMewavvihG4DzH5ur/71zYeYQdFx
biL9NF6cNiMNOVsBDrKHKZxHRaCiAwPyXCrEFW0GE66ZjCVaolb7nS9XI7CxewCt
kM770ooXPFNil+Jf+PstxgDyclsslFDriJsQt+SG7F7qb6qzXbk0sonC29IwH2eN
ucrPUxw7VD73Su+iFQGC/sHeicb7rJ54ZEVmZq/v7TKgBUW/SK6L0GfKVfZ+yOtS
zRTpMweaW9eHRZIf6VkheazQjiJeWCQnoiFaganfhZumG6QNs5QHxRAKuaGZ7+Dl
c44xy9sxtxBGha/3oeXr80yWSCVRLB7UQs5Fd/O0fkjIZqKJMc9TlJRQrgjQQXaZ
ecQA4pRBmxZ11KfMSDBT3GHM4Ghf70eb9PPhRV+IbleSaJMgza0j0AKWbiqwm7Fr
vQo5fRc2ZGAEWFSemaDcGHqarobiHmE8vCWK8qF78v+U8SaxG9+QmW4M6uhFTRQd
oQs8JnZS5DyGgAQBnDn5fTwiveJZlV5/BReGBlMAkB/osvKmaL+LnbY6TH+9GEnB
PmdhY0HEC3vGekKQISBQgSj7GZGgI51CmtjOSvOHwfgdULsGgNk=
=knjI
-END 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


Re: [Pkg-javascript-devel] npm2deb, OpenPGP.js, and dependency management [was: Re: Looking for help Re: Bug#787774]

2018-02-01 Thread Pirate Praveen
On വ്യാഴം 01 ഫെബ്രുവരി 2018 09:04 വൈകു, Daniel Kahn Gillmor wrote:
> Thanks for the suggestions, Praveen and Jérémy!
>
> On Thu 2018-02-01 16:30:41 +0530, Pirate Praveen wrote:
>> This is a bug in node-node-uuid, which is reported already. A workaround
>> is to use older version of the deb from buster.
> I supposed you're talking about https://bugs.debian.org/887069 which it
> looks like Jonas just fixed.  thanks!  I've merged it with three other
> reports, including my own.
>
>> salsa.debian.org/js-team
> It looks like i haven't been added to this team yet.  Is there an
> interest in team maintenance of OpenPGP.js, or any of its
> build-dependencies?
I think it would be a good thing to maintain it in team. Since many
dependencies are shared with packages already maintained in team.
> If so, i'd request to join the team and i'd try to follow team standards
> if i can find them.  If there's no interest in co-maintenance, then i'd
> just as soon put everything in the debian/ namespace and follow my own
> packaging practices.  But i'd really prefer to co-maintain if there's an
> offer there.  If there is, can i be added to the js-team group?
You can request access to the team.
>
> As for OpenPGP.js, I'm concerned because of the build-time dependency
> tree reported by npm2deb:
>
> 0 dkg@sid:~/src/node-openpgp$ npm2deb depends -b openpgp
> Dependencies:
> NPM   Debian
> openpgp (2.6.2)   None
> ├─ node-fetch (^1.3.3)node-fetch (1.7.3-1)
> └─ node-localstorage (~1.3.0) None
>
> 0 dkg@sid:~/src/node-openpgp$ npm2deb depends -B openpgp
> Build dependencies:
> NPM   Debian
> asmcrypto-lite (^1.0.0)   None
> babel-core (^6.26.0)  None
> babel-preset-es2015 (^6.3.13) None
> babelify (^8.0.0) None
> browserify-derequire (^0.9.4) None
> chai (~4.1.2) node-chai (4.1.2+dfsg-1)
> es6-promise (^4.1.1)  node-es6-promise 
> (4.1.1+ds-2)
> grunt (~1.0.1)grunt (1.0.1-8)
> grunt-browserify (~5.2.0) None
> grunt-contrib-clean (~1.1.0)  node-grunt-contrib-clean 
> (1.0.0-1)
> grunt-contrib-connect (~1.0.2)None
> grunt-contrib-copy (~1.0.0)   node-grunt-contrib-copy 
> (1.0.0-2)
> grunt-contrib-jshint (~1.1.0) None
> grunt-contrib-uglify (~3.2.1) node-grunt-contrib-uglify 
> (2.0.0+dfsg-1)
> grunt-contrib-watch (^1.0.0)  None
> grunt-jsbeautifier (~0.2.10)  None
> grunt-jscs (^3.0.1)   None
> grunt-jsdoc (~2.2.0)  None
> grunt-mocha-istanbul (^5.0.1) None
> grunt-mocha-test (~0.13.3)None
> grunt-saucelabs (9.0.0)   None
> grunt-text-replace (~0.4.0)   None
> istanbul (~0.4.1) None
> mocha (~4.0.1)node-mocha (4.0.1-3)
> rusha (^0.8.3)None
> sinon (^1.17.3)   node-sinon (1.17.6-1)
> whatwg-fetch (~2.0.3) libjs-fetch (2.0.3-1)
> zlibjs (~0.3.1)   None
>
>
> This seems to imply that we might need to review, build, and maintain
> ~20 new debian packages in order to be able to build and maintain
> OpenPGP.js in debian.  is that right?  I'm hoping that some of these are
> inappropriate or unnecessary for the debian build -- like hooks into
> external continuous integration systems (grunt-saucelabs?
> grunt-contrib-connect? which clearly won't be run from the debian
> buildds), or fallback-polyfill stuff (asmcrypto-lite? rusha? zlibjs?)
> that we can skip because our own dependency management can ensure that
> it's not needed.
I have replied to your ITP about grunt. Yes, many of this can be
ignored. You will need to replace browserify with webpack.
> But i don't know how to judge these decisions yet.
>
> I'm also noticing that things like babel-preset-es2015 and babel-core
> are listed as "None" in the output above, though
> node-babel-preset-es2015 and node-babel-core appear to be present in
> sid.  so maybe npm2deb is confused?
yes, its a bug in npm2deb.
> lastly, it looks to me like the boilerplate dropped by npm2deb still
> points to alioth, not salsa.  
>
That should be updated, for

[Pkg-javascript-devel] Accepted node-uuid 1.4.7-3 (source) into unstable

2018-02-01 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 01 Feb 2018 18:00:19 +0530
Source: node-uuid
Binary: libjs-node-uuid node-node-uuid
Architecture: source
Version: 1.4.7-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 libjs-node-uuid - simple and fast RFC4122 UUID generation - JavaScript library
 node-node-uuid - simple and fast RFC4122 UUID generation - Node.js module
Changes:
 node-uuid (1.4.7-3) unstable; urgency=medium
 .
   * Team upload
   * Provide node-uuid as compat package (node-uuid and uuid projects merged)
   * Add autopkgtests
Checksums-Sha1:
 e11f9e107ed75088a57332a4a8282dbc69001d19 2045 node-uuid_1.4.7-3.dsc
 4d2660f7796d6771c9f0de451ff3bc5f10da450d 5104 node-uuid_1.4.7-3.debian.tar.xz
 08d4687d9d90e54a46ceca67792f8724d4ae229c 6987 
node-uuid_1.4.7-3_source.buildinfo
Checksums-Sha256:
 b18bd0cbd2108ebdad8e506fe16082a3e2871a1f664aba867318886c2651a426 2045 
node-uuid_1.4.7-3.dsc
 c2eec99ce696c42652beedffe490c1ab222f9ce010f0ac5f51afcdc1cf03110a 5104 
node-uuid_1.4.7-3.debian.tar.xz
 227a691243c35392a6f8ed685c3004e871c88661c2c4036776a2dfc7c5461a52 6987 
node-uuid_1.4.7-3_source.buildinfo
Files:
 4566b0a0a121ab60fb9368010628a690 2045 javascript optional node-uuid_1.4.7-3.dsc
 d67ec28fcf9dfb4e1554de6a17b6d01d 5104 javascript optional 
node-uuid_1.4.7-3.debian.tar.xz
 80bf696d71c2da016e2c9c50078731b9 6987 javascript optional 
node-uuid_1.4.7-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlpzDMwACgkQzh+cZ0US
wioR5g//TT28TtQoMFMVTRXJS5m12at0z+AuEgAA4GOwGlI4TgPkZXTe9GmS0vjJ
lEdJOAQiX6VnR9jTLKnjDm0TxCXiXQRp565n1Qwte9yL6EpK/wYQQsjeQXqjkX5y
yk83J4MzWvehIxJ5P550Or1Fp9+iUrP/wj4SADUn277l9ofDHc4fPEe6IQ/YsCw/
aMtjQmTsBz6VkPbMOJJDoJmyoyEQZB+zuj09VtWeVp2MZEVv0oG18ZX0r+qcak49
TQefBze+pxyl0jPZlMjEEd8iNIXRr8hzN3yPz7taUStUc6HgHvZWSPi87mVH1Kcl
EU/AMlzG+QzgoPx0hv6kESH37MQZAUg+xmwBtN3azQ71IvNLCVLFbUw80tscwCcE
AbiLsCQHhK/G6IERQScZ+t/nYA0FX39W65mR4wOJsW4bKcI/VISsxlcejqyKjH/L
pg102TVICjBzFpVfffDj3B3Upz4aZmxfWmOKpfL+IFCpmDFUgt5W84+9G4srglqC
7ooAF2VaSJgZ6ggc/gqXvGn4NWTKJZ6ujBkofRFyjVyfWl+8yyFMwLIcuH6lY67D
N1QACO3wSUrA322pAg4FChaj+8B5p7aMnSdvq+KNlTCekSvBkwXqOd3J69nezT+2
LqKek3CODk4hoWmtA8oGav2HpSJshrsv+Mt6+5c0mOVKul+rhWo=
=q7Cv
-END 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


Re: [Pkg-javascript-devel] Looking for help Re: Bug#787774: RFP: libjs-openpgp -- OpenPGP JavaScript Implementation (OpenPGP.js)

2018-02-01 Thread Pirate Praveen
On വ്യാഴം 01 ഫെബ്രുവരി 2018 05:59 രാവിലെ, Jérémy Lal wrote:
> (dropping cc for the bug, i don't see how it's related to it).
>
> 2018-02-01 1:12 GMT+01:00 Daniel Kahn Gillmor <d...@debian.org
> <mailto:d...@debian.org>>:
>
>
> I've run into https://bugs.debian.org/888989 in the process of
> trying to
> follow the npm2deb instructions on a debian sid virtual machine. :(
>
> If npm2deb isn't fixable in the near term, perhaps there's another
> package that has similar layout that i could look to as an example
> instead?
>
>
> I suppose Pirate Praveen has crossed a more recent case than me...
> Any idea ? 
>
This is a bug in node-node-uuid, which is reported already. A workaround
is to use older version of the deb from buster.

> > Since it's distributed with a package.json and it is built using
> nodejs,
> > the source package should be node-openpgp
> > and built packages should be node-openpgp and libjs-openpgp.
>
> thanks, this is good to know.
>
> i'm likely to set up a packaging repo for this, using the
> git-buildpackage pattern with a debian branch that derives from the
> upstream git repo.  Is this something that you'd want in salsa within
> the js-team/ namespace (i.e. as js-team/node-openpgp), or should i
> upload it
> as debian/node-openpgp ?  If you prefer the former, i guess i need
> membership on the js-team group.
>
>
> If pkg-javascript team has already on account on salsa, i overlooked
> the info.
> Do as you see fit for that matter.
>
salsa.debian.org/js-team

We usually work with tarballs and use gbp import-dsc --pristine-tar for
the dsc file created by npm2deb create.
> Jérémy




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] Bug#888926: Acknowledgement (tracking bug: breakages in reverse dependencies of node-source-map)

2018-01-31 Thread Pirate Praveen
Autopkgtests failed for these reverse dependencies:

node-combine-source-map
node-concat-with-sourcemaps
node-grunt-contrib-concat
node-webpack
node-webpack-sources (bug filed already)
ruby-uglifier




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] Bug#888846: node-webpack-sources FTBFS with node-source-map 0.7.0+dfsg-1

2018-01-30 Thread Pirate Praveen
Package: node-webpack-sources
Version: 1.0.1-1
Severity: serious
Control: forwarded -1 https://github.com/webpack/webpack-sources/issues/34
Control: tag -1 help

With the last upload of node-source-map, node-webpack-sources has 2
tests failing and hence FTBFS.

0.7 has many breaking changes including dropping support for node < 8,
so upstream is not willing to move to this version.



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] Accepted node-prepend-http 2.0.0-1 (source) into unstable

2018-01-30 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 30 Jan 2018 18:49:44 +0530
Source: node-prepend-http
Binary: node-prepend-http
Architecture: source
Version: 2.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-prepend-http - Prepend `http://` to humanized URLs like todomvc.com and 
localhos
Changes:
 node-prepend-http (2.0.0-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream release
Checksums-Sha1:
 4d6ef7cb3852d26a0c750779a959a897f6c5cf01 2108 node-prepend-http_2.0.0-1.dsc
 8656c8bc51db6076167739ed8f0e9f94f6259a29 2353 
node-prepend-http_2.0.0.orig.tar.gz
 0ab94aafc8335f2d1ab26d8bc2c65d148a2eae1a 2128 
node-prepend-http_2.0.0-1.debian.tar.xz
 6f2aef7505f0b89a8e2c26be7227858519ccdee3 5810 
node-prepend-http_2.0.0-1_source.buildinfo
Checksums-Sha256:
 9497754f17fb09ca64a458e54f1b8dd26fca4034a469768b94e044a71f352c90 2108 
node-prepend-http_2.0.0-1.dsc
 ffae3abc14ab8bff23d71f08db345b5864b23b4c74be81f5905c6449663fbe0a 2353 
node-prepend-http_2.0.0.orig.tar.gz
 472686d2435be4189da792bfa2d10ed9042ebf3730dd4a50b238bbfd373f4f93 2128 
node-prepend-http_2.0.0-1.debian.tar.xz
 8181326afce9afcd86d13176461c8415459945d98ea6a7cb92ba4d9bd100c575 5810 
node-prepend-http_2.0.0-1_source.buildinfo
Files:
 95901f331fba8c3929fddf43eb0b2885 2108 javascript optional 
node-prepend-http_2.0.0-1.dsc
 027ad6e4544a5032827c84bed348ebe8 2353 javascript optional 
node-prepend-http_2.0.0.orig.tar.gz
 449fbf946cbcb477d1726dd543c8d282 2128 javascript optional 
node-prepend-http_2.0.0-1.debian.tar.xz
 25d27c6e80e2af285ab466c8b0cb50f7 5810 javascript optional 
node-prepend-http_2.0.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlpwckUACgkQzh+cZ0US
wio7DBAAjdrQC04kIELCBBc0QCH57CHZIvInZBnxRoGhlMWDmwXKgzjA9CFVw94v
xr+LsNRP9/xtj/XMQg61aCjNhMNqa1/ofsqqTDI/8MsKQyBJIYzPuYMrR+7qt9iZ
8qGdcXKcOT1dWXnZ7OumMogbpQ4e7Y8Lh7rEeXK6D+q/xCd0rxu/JYNNTLxhcpIV
c4yDLdK3kzk9QyrfxyPvQPKsdCQFHKarL3VijE46lu/THfkJFvaEg6UKofbsvSZ/
ak1a4OSAboGvheRJlgw8OYPjIHxFoE/QQS9uujcdJSryOJBa5XnbnO+uuq29kmP+
Y1pTAnzZAN/3lzbfzb7DSzivEMe3g55/iZXM5BrtUtRGyOQoIkBYy27YxmT/2eZQ
fKGvoNw7Ql51mtpRswIuvUsgMFn9onuWU+Gi+POUPsKLDAgJCokDUAtlgjHDqoPm
4NBj3ZcrjV4iC0eCpz/fscADEYrlO8qU+pQXHgWhygbXhtC9C4S+6lWR/dJkuFrj
hrfzho9BATTgwBDl2hejgFkiDmkBeglQRKOVrHLT+0hUQ0WZ/FfLPWR1OiAVDi7o
1DCGNlAndctxpxusl+8cJuyP3s3Ny4zeEGRpBjQ9tsUKLPOLOqZCvVNKda6D1460
tAoVgSEtbpcAU7tFrWGBtdyyBxbI/dgTBm1ORwQyYYFASed6spc=
=vUSq
-END 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] Accepted node-babel-preset-es2015-loose 8.0.0-2 (source) into unstable

2018-01-30 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 30 Jan 2018 15:42:35 +0530
Source: node-babel-preset-es2015-loose
Binary: node-babel-preset-es2015-loose
Architecture: source
Version: 8.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-babel-preset-es2015-loose - Babel preset for all es2015 plugins, with 
loose mode
Changes:
 node-babel-preset-es2015-loose (8.0.0-2) unstable; urgency=medium
 .
   * Add node-babel-preset-es2015 as dependency
Checksums-Sha1:
 828d88aea9d685b37726210b7f2e364b1961c6a0 2209 
node-babel-preset-es2015-loose_8.0.0-2.dsc
 7c4296c09a3e6cbb5d441980835e26e60c7fad8f 2180 
node-babel-preset-es2015-loose_8.0.0-2.debian.tar.xz
 1932a8aa56a63392f7795759d560a5e9ea22b725 5875 
node-babel-preset-es2015-loose_8.0.0-2_source.buildinfo
Checksums-Sha256:
 75703df9c81d31b959b7e73bed8c0c5d83334009bf471d21b8caea78adad457a 2209 
node-babel-preset-es2015-loose_8.0.0-2.dsc
 e7d7bf8e79c2ae78f4bb156ea12b9fde19a28338fa3c1a10eafc8613c063a09a 2180 
node-babel-preset-es2015-loose_8.0.0-2.debian.tar.xz
 56800412c8d7133922778614a4c8bab1c782985c60121884c24884be7226e5a1 5875 
node-babel-preset-es2015-loose_8.0.0-2_source.buildinfo
Files:
 717365278e78ea7b698b8d0a4f4cb1ef 2209 javascript optional 
node-babel-preset-es2015-loose_8.0.0-2.dsc
 977eef361c20f80933c6b35699af6890 2180 javascript optional 
node-babel-preset-es2015-loose_8.0.0-2.debian.tar.xz
 ddb1005357725136f3ef46925fef2fec 5875 javascript optional 
node-babel-preset-es2015-loose_8.0.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlpwRisACgkQzh+cZ0US
wiqRxA//UCcXIcKz24sDBIYCfxAvVDrUJGJ84fZTpBQ309X4QDat9bKBEVArkfM2
iijHQgG7LB3tmG8g0GEtTA1ktq7/CeFQyB4IP87ygHetwYkCDtMKqHQNhkF8hRaK
xTorHZFpMsWS8dVGgRlbCybEV3oaQbTkQFj1uLVi8gQZul/xw3Pq5GCVvZqVb1BU
mZ8P7jA0MLpe9ruCTFfBjv4lyZqzTojViktxR5Q3Q0d07GrPTTXYKWvLX5LhH9dO
6kgqW4xUH64ekgCDGMOVcG8gvKJvXl2hlUfNtA/C7MKTSW7cYiiBlaIczc5NFmpQ
R8uhTswLFzqn6wllppQGFTKVOwJsX9XXFXqyUEXov5b35n8CZQQuy6F8FuFWZlir
fhzYroZJRNDGb1WxuYdZAQj6J7tBu4V2D9VlzunWjspkEswnqXejKXppr6ZGE/Hv
Kcr2yf1H3MHC6Sq2hnWeVM8lkoWqSnP3i8vTcaWhEnklsqxVTJkHTLAejn4gk+lf
QHimnQyB9meWuQlNLGl+Jo98muBvE4UOnMdc0zpWnVVJj1L6NadCA51zf1wC890o
kRNLkJn414XNYzJrPyB/6cjlyQtc6ViM4WEf9A4u/WT3FoVODfOmVxhXSkFgxLie
vSEFPOMr7kAXENnuZCz2rGZwYKhJCvuzEB3MyGmORDdU09XeNUs=
=EutN
-END 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] Bug#870460: anyone working on npm?

2018-01-23 Thread Pirate Praveen
On Tue, 23 Jan 2018 23:14:32 -0800 Diane Trout  wrote:
> Hello,
> 
> I was looking to update zotero, which needs a newer npm.
> 
> I was curious, so I tried building a npm using upstream's 5.6.0, and I
> have something that almost installs & runs.

Great!

> Several dependencies are out of date in Debian, and there's still a
> fair number of node_modules that don't seem to have a corresponding
> Debian package.
> 
> Would it be worth sharing these changes? How would you prefer to
> receive / review them? There's a few issues I avoided that need some
> discussion. (Like they embed a copy of node-gyp, and several scripts
> hard code relative paths to that copy)

We should package the remaining modules (we have to package about 38
more modules https://pad.disroot.org/p/npm-list ). You can just file
ITPs of missing modules and package them.

We keep this https://wiki.debian.org/Javascript/Nodejs/Tasks/npm
refreshed often.

Also we should try to replace embedded copies with packaged versions.

> I wanted to get in touch with people in the javascript team before
> slogging through updating the copyright file.

Welcome to the team!

We can take a bit of shortcut if the module is too small and unlikely to
be required by other tools by embedding it.
https://salsa.debian.org/js-team/node-react/tree/master/debian/node_modules/ncp

We can always unbundle them if more packages starts depending on them
(like we did with node-asap).



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] Bug#887583: Bug#887583: Bug#887583: libjs-fetch FTBFS with mocha 4.0.1-3

2018-01-21 Thread Pirate Praveen
On ഞായര്‍ 21 ജനുവരി 2018 11:08 വൈകു, Pirate Praveen wrote:
> My logs were from before mocha 4 is uploaded to unstable. Now we need to fix 
> the tests for mocha 4 (this bug), as well as chai 4 (the other bug I 
> reported).
> 

mocha.{css,js,min.js} files were missing from mocha binary package (they
were only in libjs-mocha). But even after adding them I see other
errors. mocha changes are pushed to alioth.

xvfb-run -a -s "-screen 0 640x480x16" ./script/test
Error loading resource http://localhost:3901/ (1). Details: Connection
refused
Failed to load the page. Check the url: http://localhost:3901/
TypeError: Attempting to change the setter of an unconfigurable property.
TypeError: Attempting to change the setter of an unconfigurable property.
Error loading resource
http://localhost:3901/node_modules/url-search-params/build/url-search-params.js
(203). Details: Error transferring
http://localhost:3901/node_modules/url-search-params/build/url-search-params.js
- server replied: Not Found
TypeError: mocha.setup is not a function. (In 'mocha.setup('tdd')',
'mocha.setup' is undefined)
mocha was not initialized within 1ms of the page loading. Make sure
to call `mocha.ui` or `mocha.setup`.
TypeError: Attempting to change the setter of an unconfigurable property.
TypeError: Attempting to change the setter of an unconfigurable property.



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] Bug#887583: Bug#887583: libjs-fetch FTBFS with mocha 4.0.1-3

2018-01-21 Thread Pirate Praveen


On 2018, ജനുവരി 21 10:19:24 PM IST, Ghislain Vaillant <ghisv...@gmail.com> 
wrote:
>cc'd to Pirate Praveen who reported a similar issue for a version on
>experimental?
>
>Do you have an idea what's going on? Why is Adrian's log different to
>yours?
>

My logs were from before mocha 4 is uploaded to unstable. Now we need to fix 
the tests for mocha 4 (this bug), as well as chai 4 (the other bug I reported).

-- 
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] How to use Debian Buster for developing with Webpack

2018-01-20 Thread Pirate Praveen
https://wiki.debian.org/Javascript/Nodejs/#Using_build_tools_like_grunt
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.-- 
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] How to use Debian Buster for developing with Webpack

2018-01-20 Thread Pirate Praveen


On 2018, ജനുവരി 21 10:53:01 AM IST, Ben Finney  wrote:
>Howdy all,
>
>I am thoroughly confused by the current state of Webpack in Buster.
>What
>Debian Buster packages should I be installing, to get Webpack working
>on
> what packages are in the dependency chain.
>
>What do I need from Debian Buster, in order to feed a bunch of
>JavaScript modules to Webpack?

You just need webpack if your code is already es5. You may need 
node-babel-loader if you want to transpile. There are also other plugins if 
your code needs it. Look at node-d3-dsv for an example.

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
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#884154: Bug#884154: FTBFS with chai 4.1.2 in experimental

2018-01-20 Thread Pirate Praveen
On Sat, 16 Dec 2017 17:14:07 + Ghislain Vaillant
 wrote> I don't know anything about chai. Besides,
since you are its maintainer,
> I would expect the investigation to be done by yourself rather than myself.

With help from Aruna, I was able to fix all other packages and now this
is the only package blocking a chai 4 upload to unstable. She was not
able to reproduce this bug, also because of #887583 I can't confirm the
failure again.

See #887583 you did not even get a heads up when mocha was updated :(



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] bootstrapping rollup

2018-01-20 Thread Pirate Praveen
On ബുധന്‍ 17 ജനുവരി 2018 03:59 വൈകു, Paolo Greppi wrote:
> My understanding is that it is stuck in contrib because it needs itself to 
> build.
> It currently downloads itself with npm in the build process.

I have uploaded it to main now as all its dependencies are in main now.
New rollup version can be built from main using an existing rollup in
main. Only the first upload needs to be binary included (using an npm
installed rollup just one time). As for depending on itself, I'd like to
see how CTTE rules on the issue. But in parallel we can still try to
make it build with webpack in case CTTE rules against rollup build
depending on itself.



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] bootstrapping rollup

2018-01-19 Thread Pirate Praveen
On ബുധന്‍ 17 ജനുവരി 2018 03:59 വൈകു, Paolo Greppi wrote:
> Hi team,
> 
> we are now stuck at multiple location because rollup is in contrib.
> 
> My understanding is that it is stuck in contrib because it needs itself to 
> build.
> It currently downloads itself with npm in the build process.

there is a webpack branch in node-rollup repo which currently has these
warnings (I was confused with this output when I said I was able to
remove all warnings in node-rollup-plugin-babel. I was thinking the new
warnings may be solved by a plugin).

I think we can focus on rollup now as once we have rollup, we can easily
get node-rollup-plugin-babel built with rollup.

WARNING in /usr/lib/nodejs/base/utils.js
3:34-41 Critical dependency: require function is used in a way in which
dependencies cannot be statically extracted

WARNING in ./bin/src/run/loadConfigFile.js
40:16-35 Critical dependency: the request of a dependency is an expression

WARNING in ./bin/src/run/loadConfigFile.js
require.extensions is not supported by webpack. Use a loader instead.
 @ ./bin/src/run/index.js 6:0-49
 @ ./bin/src/index.js

WARNING in ./bin/src/run/loadConfigFile.js
require.extensions is not supported by webpack. Use a loader instead.
 @ ./bin/src/run/index.js 6:0-49
 @ ./bin/src/index.js

WARNING in ./bin/src/run/loadConfigFile.js
require.extensions is not supported by webpack. Use a loader instead.
 @ ./bin/src/run/index.js 6:0-49
 @ ./bin/src/index.js




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

  1   2   3   4   5   6   7   >