Re: [Pkg-javascript-devel] script to generate debian/watch for embedding nodejs modules

2018-11-27 Thread Paolo Greppi
Il 26/11/18 22:15, Xavier ha scritto: > Le 26/11/2018 à 20:30, Xavier a écrit : >> Le 26/11/2018 à 19:40, Jérémy Lal a écrit : >>> Le lun. 26 nov. 2018 à 17:29, Xavier >> > a écrit : >>> >>> Xavier wrote: >>> >> ... >>> >> Looks acceptable IMO >>> > >>>

Re: [Pkg-javascript-devel] script to generate debian/watch for embedding nodejs modules

2018-11-26 Thread Bastien ROUCARIES
On Mon, Nov 26, 2018 at 7:58 PM Jérémy Lal wrote: > > > > Le lun. 26 nov. 2018 à 17:29, Xavier a écrit : >> >> Xavier wrote: >> >> ... >> >> Looks acceptable IMO >> > >> > Policy update: >> > - components used only during build => not used in version >> >(except if they inject some code) >>

Re: [Pkg-javascript-devel] script to generate debian/watch for embedding nodejs modules

2018-11-26 Thread Xavier
Le 26/11/2018 à 19:40, Jérémy Lal a écrit : > > > Le lun. 26 nov. 2018 à 17:29, Xavier > a écrit : > > Xavier wrote: > >> ... > >> Looks acceptable IMO > > > > Policy update: > >  - components used only during build => not used in version > > 

Re: [Pkg-javascript-devel] script to generate debian/watch for embedding nodejs modules

2018-11-26 Thread Jérémy Lal
Le lun. 26 nov. 2018 à 17:29, Xavier a écrit : > Xavier wrote: > >> ... > >> Looks acceptable IMO > > > > Policy update: > > - components used only during build => not used in version > >(except if they inject some code) > > - components without major risks=> not used in version > > -

Re: [Pkg-javascript-devel] script to generate debian/watch for embedding nodejs modules

2018-11-26 Thread Bastien ROUCARIES
On Mon, Nov 26, 2018 at 4:00 PM Pirate Praveen wrote: > > On 11/26/18 8:25 PM, Paolo Greppi wrote: > > The file names are crazy ! is this the way the Debian JavaScript > > Maintainers team wants to go ? > > If you are brave, generate the debian/watch for npm and try running uscan > > on it ...

Re: [Pkg-javascript-devel] script to generate debian/watch for embedding nodejs modules

2018-11-26 Thread Xavier
Xavier wrote: >> ... >> Looks acceptable IMO > > Policy update: > - components used only during build => not used in version >(except if they inject some code) > - components without major risks=> not used in version > - components that must be followed => declared as "group" in >

Re: [Pkg-javascript-devel] script to generate debian/watch for embedding nodejs modules

2018-11-26 Thread Xavier
Le 26/11/2018 à 16:29, Xavier a écrit : > Le 26/11/2018 à 15:55, Paolo Greppi a écrit : >> I am thinking of using this approach: >> https://wiki.debian.org/Javascript/GroupSourcesTutorial >> to embed the modules required for yarkpkg. >> >> I have created a Python script to automatically generate

Re: [Pkg-javascript-devel] script to generate debian/watch for embedding nodejs modules

2018-11-26 Thread Xavier
Le 26/11/2018 à 15:55, Paolo Greppi a écrit : > I am thinking of using this approach: > https://wiki.debian.org/Javascript/GroupSourcesTutorial > to embed the modules required for yarkpkg. > > I have created a Python script to automatically generate required the > debian/watch file: >

Re: [Pkg-javascript-devel] script to generate debian/watch for embedding nodejs modules

2018-11-26 Thread Pirate Praveen
On 11/26/18 8:25 PM, Paolo Greppi wrote: > The file names are crazy ! is this the way the Debian JavaScript Maintainers > team wants to go ? > If you are brave, generate the debian/watch for npm and try running uscan on > it ... I prefer to use this approach which is much cleaner and manageable

[Pkg-javascript-devel] script to generate debian/watch for embedding nodejs modules

2018-11-26 Thread Paolo Greppi
I am thinking of using this approach: https://wiki.debian.org/Javascript/GroupSourcesTutorial to embed the modules required for yarkpkg. I have created a Python script to automatically generate required the debian/watch file: https://salsa.debian.org/paolog-guest/create-bundled-watch (to use it,