Re: [Pkg-javascript-devel] packaging and debuging of the javascript part of ipywidgets

2024-12-24 Thread Yadd
On 12/24/24 22:00, picca wrote: Is it possible to populate the debian/nodejs directory automatically from the package.json ? Hi, no but pkgjs-install-minimal automatically populates node_modules/ directory with simlinks. This replaces debian/nodejs/extlinks Best regards, -- Pkg-javascript

[Pkg-javascript-devel] node-react-toastify 9.1.2+~1.2.1-4 MIGRATED to testing

2024-12-24 Thread Debian testing watch
FYI: The status of the node-react-toastify source package in Debian's testing distribution has changed. Previous version: 9.1.2+~1.2.1-3 Current version: 9.1.2+~1.2.1-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple ti

[Pkg-javascript-devel] less.js 3.13.0+dfsg-12 MIGRATED to testing

2024-12-24 Thread Debian testing watch
FYI: The status of the less.js source package in Debian's testing distribution has changed. Previous version: 3.13.0+dfsg-11 Current version: 3.13.0+dfsg-12 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day yo

[Pkg-javascript-devel] node-nth-check 2.1.1-4 MIGRATED to testing

2024-12-24 Thread Debian testing watch
FYI: The status of the node-nth-check source package in Debian's testing distribution has changed. Previous version: 2.1.1-3 Current version: 2.1.1-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will

Re: [Pkg-javascript-devel] packaging and debuging of the javascript part of ipywidgets

2024-12-24 Thread picca
Is it possible to populate the debian/nodejs directory automatically from the package.json ? Cheers -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] packaging and debuging of the javascript part of ipywidgets

2024-12-24 Thread picca
Hello Xavier packaging things in Debian means use available dependencies. The "jlpm build" command launch yarn to download dependencies during build. Yes it works but this is not valid for a package build. I am well aware of this ;) I would check that the upstream could produce a working ipy

Re: [Pkg-javascript-devel] packaging and debuging of the javascript part of ipywidgets

2024-12-24 Thread Yadd
On 12/24/24 11:19, picca wrote: Hello, with the upstream build it works out of the box, this is a great news. Now I am switching to the Debian Javascript team way and I end up with this message during the build make[1]: Entering directory '/<>' dh_auto_build --buildsystem=nodejs /!\ examples

Re: [Pkg-javascript-devel] packaging and debuging of the javascript part of ipywidgets

2024-12-24 Thread picca
The package.json files contain a bunch of scripts but the nodejs sequence only knows about these files. --- # Order is important here, example: tsc must be launched before other my @knwonBuildFiles = ( [ 'Gruntfile.js' => ['grunt'] ], [ 'Gruntfile.coffee' => ['grunt'] ], #[ 'ts

Re: [Pkg-javascript-devel] packaging and debuging of the javascript part of ipywidgets

2024-12-24 Thread picca
Hello, with the upstream build it works out of the box, this is a great news. Now I am switching to the Debian Javascript team way and I end up with this message during the build make[1]: Entering directory '/<>' dh_auto_build --buildsystem=nodejs /!\ examples/embed-amd/package.json not found