Re: [Pkg-javascript-devel] Thank you for ‘npm’ in Debian!

2018-12-27 Thread Pirate Praveen
On 11/9/18 7:00 PM, Pirate Praveen wrote: > And npm itself is in backports NEW. > > Thanks also to Gitlab Inc for sponsoring Ashutosh's work which made both of > these possible. > npm is now available in stretch-backports! signature.asc Description: OpenPGP digital signature -- Pkg-javascr

Re: [Pkg-javascript-devel] Thank you for ‘npm’ in Debian!

2018-11-09 Thread Pirate Praveen
On 2018, സെപ്റ്റംബർ 16 5:10:00 PM IST, Ross Gammon wrote: >What is the hold up with rollup? I was looking into rollup/acorn in >Ubuntu, and things have got very messy there. None of them will build >without the right version of each other. It looks like a messed up >transition in Debian. We sho

Re: [Pkg-javascript-devel] Thank you for ‘npm’ in Debian!

2018-10-30 Thread Pirate Praveen
On 9/16/18 5:10 PM, Ross Gammon wrote: > Hi Praveen, > > Hmm. No ideas for bluebird here really, other than bundling a pre-built > acorn npm node_module style. I just uploaded node-bluebird and acorn to stretch-backports. As mentioned earlier, acorn source was converted to CJS modules with a patc

Re: [Pkg-javascript-devel] Thank you for ‘npm’ in Debian!

2018-10-15 Thread Pirate Praveen
On 9/26/18 2:30 PM, Pirate Praveen wrote: > May be with this patch, we can drop the circular build dependency between > acorn and rollup. > > https://salsa.debian.org/juggernaut451-guest/acorn/blob/cjs/debian/patches/cjs.patch I am able to build bluebird with this patched version of acorn (in st

Re: [Pkg-javascript-devel] Thank you for ‘npm’ in Debian!

2018-09-26 Thread Pirate Praveen
On 2018, സെപ്റ്റംബർ 16 5:16:39 PM IST, Pirate Praveen wrote: >On 16/09/18 5:10 PM, Ross Gammon wrote: >> Hmm. No ideas for bluebird here really, other than bundling a >pre-built >> acorn npm node_module style. > >Ashutosh (https://github.com/juggernaut451) is trying to replace >bluebird with ES

Re: [Pkg-javascript-devel] Thank you for ‘npm’ in Debian!

2018-09-22 Thread Pirate Praveen
On 2018, സെപ്റ്റംബർ 22 8:24:47 PM IST, Ross Gammon wrote: >I have merged all the previous stretch-backports commits, and rebased >the backport onto the latest version in testing. > >Unfortunately, I get the same issue as before, and it won't build for >me. Firstly, you have to use "--git-no-pri

Re: [Pkg-javascript-devel] Thank you for ‘npm’ in Debian!

2018-09-22 Thread Ross Gammon
Hi All, On 09/16/2018 01:46 PM, Pirate Praveen wrote: >> By the way, I was trying to do the node-tar backport before I went away >> with work for a few days, but got stuck with a pkg-components issue. I >> just tried to push my changes, but I see you have pushed a new changelog >> entry. Let me kn

Re: [Pkg-javascript-devel] Thank you for ‘npm’ in Debian!

2018-09-19 Thread Pirate Praveen
On 2018, സെപ്റ്റംബർ 16 5:16:39 PM IST, Pirate Praveen wrote: >> What is the hold up with rollup? I was looking into rollup/acorn in >> Ubuntu, and things have got very messy there. None of them will build >> without the right version of each other. It looks like a messed up >> transition in Deb

Re: [Pkg-javascript-devel] Thank you for ‘npm’ in Debian!

2018-09-16 Thread Pirate Praveen
On 16/09/18 5:10 PM, Ross Gammon wrote: > Hmm. No ideas for bluebird here really, other than bundling a pre-built > acorn npm node_module style. Ashutosh (https://github.com/juggernaut451) is trying to replace bluebird with ES6 native promise (though it will be slower). > What is the hold up with

Re: [Pkg-javascript-devel] Thank you for ‘npm’ in Debian!

2018-09-16 Thread Ross Gammon
On 13/09/18 14:32, Pirate Praveen wrote: > On 9/13/18 2:22 PM, Pirate Praveen wrote: > >> I had to remove the dependency from all embedded modules as well and now >> autopkgtest is passing. > Backporting node-bluebird is going to be challenging (impossible?). It > build depends on node-acron whic

Re: [Pkg-javascript-devel] Thank you for ‘npm’ in Debian!

2018-09-13 Thread Pirate Praveen
On 9/13/18 2:22 PM, Pirate Praveen wrote: > I had to remove the dependency from all embedded modules as well and now > autopkgtest is passing. Backporting node-bluebird is going to be challenging (impossible?). It build depends on node-acron which build depends on rollup, but rollup is not yet in

Re: [Pkg-javascript-devel] Thank you for ‘npm’ in Debian!

2018-09-13 Thread Pirate Praveen
On 9/12/18 11:39 PM, Pirate Praveen wrote: > I have removed the dependency and pushed to git, but autopkgtest is > failing. Can someone help me figure out the root cause? We should be > able to replace any readable-stream usage by require("stream") instead. I had to remove the dependency from all

Re: [Pkg-javascript-devel] Thank you for ‘npm’ in Debian!

2018-09-12 Thread Pirate Praveen
On 9/8/18 8:26 PM, Ross Gammon wrote: > https://salsa.debian.org/js-team/npm/wikis/home npm has a dependency on node-readable-stream, but it is not used anywhere. If at all we need to backport, it will pull in node-string-decoder and babel-polyfill and whole babel. I have removed the dependency a

Re: [Pkg-javascript-devel] Thank you for ‘npm’ in Debian!

2018-09-08 Thread Ross Gammon
On 09/06/2018 06:22 AM, Pirate Praveen wrote: > > On 2018, സെപ്റ്റംബർ 5 9:29:37 PM IST, Ross Gammon > wrote: >> I can try and help out with a few node-* backports. But work is keeping >> me busy, so progress would be slow. If it is a team effort, we probably >> need a list. Or use the ITP tracker

Re: [Pkg-javascript-devel] Thank you for ‘npm’ in Debian!

2018-09-05 Thread Pirate Praveen
On 2018, സെപ്റ്റംബർ 5 9:29:37 PM IST, Ross Gammon wrote: >I can try and help out with a few node-* backports. But work is keeping >me busy, so progress would be slow. If it is a team effort, we probably >need a list. Or use the ITP tracker on Gitlab? Thanks! I think we can use the salsa wiki f

Re: [Pkg-javascript-devel] Thank you for ‘npm’ in Debian!

2018-09-05 Thread Ross Gammon
I can try and help out with a few node-* backports. But work is keeping me busy, so progress would be slow. If it is a team effort, we probably need a list. Or use the ITP tracker on Gitlab? Ross On 09/05/2018 12:16 PM, Pirate Praveen wrote: > > On 2018, ഓഗസ്റ്റ് 25 3:22:06 PM IST, Ben Finney wr

Re: [Pkg-javascript-devel] Thank you for ‘npm’ in Debian!

2018-09-05 Thread Pirate Praveen
On 2018, ഓഗസ്റ്റ് 25 3:22:06 PM IST, Ben Finney wrote: >Howdy JavaScript-in-Debian maintainers, > >Thank you all for the pain-staking work that has brought the ‘npm’ >package to Debian. > >Version “5.8.0+ds-2” entered Debian Testing today, so that makes it >significantly more feasible to do Java

[Pkg-javascript-devel] Thank you for ‘npm’ in Debian!

2018-08-25 Thread Ben Finney
Howdy JavaScript-in-Debian maintainers, Thank you all for the pain-staking work that has brought the ‘npm’ package to Debian. Version “5.8.0+ds-2” entered Debian Testing today, so that makes it significantly more feasible to do JavaScript development on Debian. Your work is much appreciated and i