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
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
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
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
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
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
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
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
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