[Pkg-javascript-devel] New javascript packages for taliesin
Nicolas Mora
nicolas at babelouest.org
Wed Nov 14 13:53:24 GMT 2018
Le 2018-11-14 05:43, Pirate Praveen a écrit :
>
> You can chmod +x it in override_dh_fixperms target in rules.
>
Yes, fixed it.
Also, I just realized that the script jest/bin/jest.js contains this
simple code:
require('jest-cli/bin/jest');
So I think we should remove the file debian/links and add a file
debian/node-jest-cli.links instead that will contain the following:
usr/lib/nodejs/jest-cli/bin/jest.js usr/bin/jest
What do you think?
>> I'm currently making a package for istanbuljs that is a meta package
>> like jest and some of its modules are required for node-jest-cli.
>
> I think Istanbul is already in NEW.
>
Yes, I saw that, but that the package node-istanbul in NEW comes from
github.com/gotwarlost/istanbul [1], and the one required by jest are
node-istanbul-lib-coverage, node-istanbul-lib-instrument and
node-istanbul-lib-source-maps, which are in
github.com/istanbuljs/istanbul
I think they are not the same...
I shall call my new package node-istanbuljs to avoid confusion.
> babel 7 needs a lot of work, it needs gulp 4 and probably more. If it
> can work with babel 6, that would be best. If not we should complete
> babel 7. Help is always welcome. Gulp 4 needs updating many of its
> dependencies.
OK, so for starters, I'll ask upstream about it, thanks.
[1] - https://github.com/gotwarlost/istanbul
[2] - https://github.com/istanbuljs/istanbuljs
More information about the Pkg-javascript-devel
mailing list