[Pkg-javascript-devel] Bug#927716: CVE-2018-1109

2019-04-26 Thread Xavier
Le 25/04/2019 à 13:41, Xavier a écrit : > Control: tags -1 + moreinfo > > Le 22/04/2019 à 07:38, Xavier a écrit : >> Le 21/04/2019 à 22:33, Moritz Muehlenhoff a écrit : >>> Package: node-braces >>> Severity: important >>> Tags: security >>> >

[Pkg-javascript-devel] Bug#927716: Bug#927716: CVE-2018-1109

2019-04-26 Thread Xavier
Le 26/04/2019 à 19:40, Xavier a écrit : > [...] > Hello, > > The regex that causes CVE-2018-1109 was introduced in upstream version > 2.2.0, commit dcc1acab [1]. So Buster node-braces seems not concerned by > this CVE. > > https://snyk.io/vuln/npm:braces:20180219 extract

[Pkg-javascript-devel] Bug#928645: Bug#928645: RFI: replacement of touch module with fs

2019-05-08 Thread Xavier
Le 08/05/2019 à 10:49, Ritesh Raj Sarraf a écrit : > Package: node-lockfile > Version: 1.0.4 > Severity: normal > > Hi, > > This is mostly about trying to determine the reason for the change. > I noticed that in patch `remove-touch.patch`, the requirement for `touch` > module is worked around by

Re: [Pkg-javascript-devel] Request to join the Debian JavaScript Maintainers group

2019-06-26 Thread Xavier
Le 26/06/2019 à 12:34, Kyle Robbertze a écrit : > On 2019/06/26 06:49, Xavier wrote: >> Le 25/06/2019 à 23:37, Debian GitLab a écrit : >>> Kyle Robbertze <https://salsa.debian.org/paddatrapper> requested >>> Developer access to the Debian JavaScript Maintainers >

[Pkg-javascript-devel] Bug#931790: Bug#931790: rollup test will also need to use node-rollup-plugin-node-resolve

2019-07-10 Thread Xavier
Le 10/07/2019 à 14:40, Pirate Praveen a écrit : > Package: pkg-js-autopkgtest > version: 0.8 > severity: serious > > autopkgtest_rollup_src.js → autopkgtest_rollup_dest.js... > (!) Generated an empty bundle > (!) Unresolved dependencies >

Re: [Pkg-javascript-devel] Bug#931790: rollup test will also need to use node-rollup-plugin-node-resolve

2019-07-10 Thread Xavier
Le 10/07/2019 à 19:32, Pirate Praveen a écrit : > > > On 2019, ജൂലൈ 10 8:40:21 PM IST, Xavier wrote: >> Le 10/07/2019 à 14:40, Pirate Praveen a écrit : >>> Package: pkg-js-autopkgtest >>> version: 0.8 >>> severity: serious >>> >>

Re: [Pkg-javascript-devel] node-acorn-dynamic-import_4.0.0-1_amd64.changes ACCEPTED into unstable

2019-07-10 Thread Xavier
Le 10/07/2019 à 11:52, Pirate Praveen a écrit : > > > On 2019, ജൂലൈ 10 3:12:37 PM IST, Pirate Praveen > wrote: >> This upload broke node-webpack and node-buble and that means a large >> number of packages now FTBFS. >> > > I think we should revert node-acorn-dynamic-import to 4.0.really.3.0

[Pkg-javascript-devel] Circular dependencies

2019-07-12 Thread Xavier
▶ │ node-rollup-plugin-buble │ ──▶ │ node-buble │ ━━▶ │ rollup │ └──┘ └┘ └┘ ▲┃ ┗┛ Cheers

Re: [Pkg-javascript-devel] Circular dependencies

2019-07-12 Thread Xavier
Le 12/07/2019 à 11:54, Xavier a écrit : > Hi all, > > I wrote a little wrapper around debtree to display circular dependencies > (https://salsa.debian.org/yadd/djpt/blob/master/circular-deps). > > Example: > $ circular-deps node-buble|graph-easy --png && firefox g

Re: [Pkg-javascript-devel] Comments regarding acorn_6.1.1+ds+~0.3.1+~4.0.0+~1.0.0+~5.0.1+ds+~1.6.2+ds-1_amd64.changes

2019-07-07 Thread Xavier
Hello, To avoid having too many little node packages, ftpmasters asked us to group packages. To be able to follow these grouped packages, uscan was modified and we wrote this draft: https://wiki.debian.org/Javascript/GroupSourcesTutorial Cheers, Xavier Le 7 juillet 2019 17:38:05 GMT+02:00

[Pkg-javascript-devel] Bug#930917: Include import test like require test when package.json#module is present

2019-07-09 Thread Xavier
Hello, pkg-js-autopkgtest launches 2 tests: - a `node -e 'require("package")' - upstream tests on installed files is it enough ? -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#931712: node-duplexer3 provides node-duplexer2 but is not usable

2019-07-09 Thread Xavier
After more search, the problem is that if /usr/lib/nodejs/duplexer2 isn't cleaned by dpkg, the link isn't created and the /usr/lib/nodejs/duplexer2 stays empty. -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net

[Pkg-javascript-devel] Bug#927716: Bug#927716: CVE-2018-1109

2019-04-22 Thread Xavier
Le 21/04/2019 à 22:33, Moritz Muehlenhoff a écrit : > Package: node-braces > Severity: important > Tags: security > > Please see https://snyk.io/vuln/npm:braces:20180219 > > Patch: > https://github.com/micromatch/braces/commit/abdafb0cae1e0c00f184abbadc692f4eaa98f451 > > Cheers, >

[Pkg-javascript-devel] Bug#927716: Bug#927716: Bug#927716: CVE-2018-1109

2019-04-25 Thread Xavier
Control: tags -1 + moreinfo Le 22/04/2019 à 07:38, Xavier a écrit : > Le 21/04/2019 à 22:33, Moritz Muehlenhoff a écrit : >> Package: node-braces >> Severity: important >> Tags: security >> >> Please see https://snyk.io/vuln/npm:braces:20180219 >> >> P

[Pkg-javascript-devel] autopkgtest rollup test

2019-07-16 Thread Xavier
Hi, rollup does not fail when dependency is not found. I tried this: ... rollup -c autopkgtest_rollup.config.js 2>&1|tee autopkgtest_rollup_log if grep 'Unresolved dependencies' autopkgtest_rollup_log >/dev/null then echo "# /!\ There are some unresolved dependencies" exit 1 fi

Re: [Pkg-javascript-devel] Request to join the Debian JavaScript Maintainers group

2019-06-25 Thread Xavier
ad our docs: * https://wiki.debian.org/Javascript/Nodejs/Manual * https://wiki.debian.org/Javascript/Policy * https://wiki.debian.org/Javascript/GroupSourcesTutorial Cheers, Xavier -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin

Re: [Pkg-javascript-devel] Remove unmaintained package

2019-08-13 Thread Xavier
Le 09/08/2019 à 07:22, Xavier a écrit : > Le 08/08/2019 à 18:25, Xavier a écrit : >> Le 08/08/2019 à 09:31, Xavier a écrit : >>> Le 08/08/2019 à 08:09, Xavier a écrit : >>>> Le 08/08/2019 à 07:24, Xavier a écrit : >>>>> Le 08/08/2019 à 07:11, Xavi

[Pkg-javascript-devel] pkg-js-tools auto install

2019-07-30 Thread Xavier
Hi all, I continue to improve auto_install. Here is a resume (from doc). Do you thinks it's in the right way to provide an auto-installer? (this part is not published in experimental but ready and with tests on salsa repo) NB: debian/nodejs/ - - - 8< - - - pkg-js-tools provides: *

Re: [Pkg-javascript-devel] pkg-js-tools migration

2019-08-03 Thread Xavier
Small query: do not change anything on the packages listed below until I push them Le 02/08/2019 à 09:21, Xavier a écrit : > Hi all, > > pkg-js-tools transition is ready in salsa. After few days (more tests > with pkg-js-tools 0.8.8), I'll upload packages [3]: no upstream upg

Re: [Pkg-javascript-devel] Tip

2019-08-04 Thread Xavier
Le 04/08/2019 à 07:54, Pirate Praveen a écrit : > > > On 2019, ഓഗസ്റ്റ് 4 1:05:42 AM IST, Utkarsh Gupta > wrote: >> Hey, >> >> On Sat, Aug 3, 2019 at 7:08 PM Xavier wrote: >> >>> Hi, >>> >>> when you need to link a node library

[Pkg-javascript-devel] Tip

2019-08-03 Thread Xavier
h for more. Cheers, Xavier -- 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] pkg-js-tools migration

2019-08-03 Thread Xavier
Le 03/08/2019 à 15:48, Xavier a écrit : > Small query: do not change anything on the packages listed below until I > push them All are tested: - build with tests - lintian ~clean - autopkgtest Salsa repos are updated with changelogs up to date. > Le 02/08/2019 à 09:21, Xavier a écri

[Pkg-javascript-devel] Bug#933847: Bug#933847: pkg-js-tools should exclude .eslintrc* in any directory

2019-08-04 Thread Xavier
Le 04/08/2019 à 13:25, Pirate Praveen a écrit : > Package: pkg-js-tools > version: 0.8.9 > severity: important > > Example packages: node-ajv, node-webpack > > Currently added an override to remove these. Fixed in 0.8.10, to be verified -- Pkg-javascript-devel mailing list

[Pkg-javascript-devel] Bug#933862: Bug#933862: nodepath does not work with grunt plugins

2019-08-04 Thread Xavier
Le 04/08/2019 à 15:59, Pirate Praveen a écrit : > Package: pkg-js-tools > version: 0.8.10 > > Example package, node-handlebars > > ln -s `nodepath grunt-webpack` node_modules > internal/modules/cjs/loader.js:583 >     throw err; >     ^ > > Error: Cannot find module 'grunt-webpack' >     at

[Pkg-javascript-devel] Bug#933862: Bug#933862: nodepath does not work with grunt plugins

2019-08-04 Thread Xavier
Le 04/08/2019 à 16:07, Xavier a écrit : > Le 04/08/2019 à 15:59, Pirate Praveen a écrit : >> Package: pkg-js-tools >> version: 0.8.10 >> >> Example package, node-handlebars >> >> ln -s `nodepath grunt-webpack` node_modules >> intern

[Pkg-javascript-devel] Bug#935016: pkg-js-tools: An unannounced change in "debhelper" breaks pkg-js-tools

2019-08-18 Thread Xavier
Le 18/08/2019 à 08:08, Niels Thykier a écrit : > Control: tags -1 moreinfo > > On Sun, 18 Aug 2019 07:55:59 +0200 Xavier Guimard wrote: >> Package: pkg-js-tools >> Version: 0.9.5 >> Severity: grave >> Justification: renders package unusable >> >>

Re: [Pkg-javascript-devel] Fwd: node-es6-promise failure

2019-08-18 Thread Xavier
{} > } > > But I am not sure how :/ > Could you take a look at it? > > > Best, > Utkarsh node-es6-promise build is bad: our dist/es6-promise.js file is built for browser (using webpack) not for node while package.json#main points to it. Upstream build (ember

Re: [Pkg-javascript-devel] RFS: node-async-limiter/1.0.1-1 [#935020] -- node-async-limiter - A module for limiting concurrent asynchronous actions in flight

2019-08-18 Thread Xavier
ryptPad Hi, good job. TODO: * remove debian/tests/control and debian/tests/require * move test from debian/rules to debian/tests/pkg-js/test, debian/tests/pkg-js/test will contain only: mocha --reporter spec --check-leaks --bail test/ No need to add an override_dh_auto_test * join

[Pkg-javascript-devel] Bug#935016: Bug#935016: pkg-js-tools: An unannounced change in "debhelper" breaks pkg-js-tools

2019-08-18 Thread Xavier
Le 18/08/2019 à 08:15, Xavier a écrit : > Le 18/08/2019 à 08:08, Niels Thykier a écrit : >> Control: tags -1 moreinfo >> >> On Sun, 18 Aug 2019 07:55:59 +0200 Xavier Guimard wrote: >>> Package: pkg-js-tools >>> Version: 0.9.5 >>> Severity: g

Re: [Pkg-javascript-devel] RFS: node-async-limiter/1.0.1-1 [#935020] -- node-async-limiter - A module for limiting concurrent asynchronous actions in flight

2019-08-18 Thread Xavier
Le 18/08/2019 à 15:52, Xavier a écrit : > Le 18/08/2019 à 13:40, Joseph Nuthalapati a écrit : >> Package: sponsorship-requests >> Severity: wishlist >> >> Dear mentors, >> >> I am looking for a sponsor for my package "node-async-limiter" >> &

Re: [Pkg-javascript-devel] RFS: node-async-limiter/1.0.1-1 [#935020] -- node-async-limiter - A module for limiting concurrent asynchronous actions in flight

2019-08-18 Thread Xavier
Le 18/08/2019 à 17:28, Joseph Nuthalapati a écrit : > Hi Xavier, > > Thanks for sponsoring the package. > >> * move test from debian/rules to debian/tests/pkg-js/test, > > I couldn't find an example of how to do tests using pkg-js/test. > The example on the wiki pag

[Pkg-javascript-devel] Babel

2019-08-15 Thread Xavier
Hi, "gulp build-babel-standalone" command succeeds here (7.5.5) with the following package: PACKAGE : DEB-VERSION => GOOD-VERSION --- upgraded --- babel-loader : 7.1.5 => 8.0.6 base64-js : 1.3.0 => 1.3.1 chalk : 2.3.0

[Pkg-javascript-devel] Components quality plan

2019-08-15 Thread Xavier
Hi all, To increase embedding quality and security, I plan to do this: * tools for easier embedding (~done in pkg-js-tools >= 0.9.5) + add-node-component + del-node-component + auto_configure: creates component links in node_modules and links between component if

Re: [Pkg-javascript-devel] Babel

2019-08-15 Thread Xavier
Le 15/08/2019 à 09:04, Pirate Praveen a écrit : > > > On Thu, Aug 15, 2019 at 12:07 PM, Xavier wrote: >> Hi, "gulp build-babel-standalone" command succeeds here (7.5.5) with >> the following package: PACKAGE : DEB-VERSION => GOOD-VERSION >> -

Re: [Pkg-javascript-devel] Suggestions on ruby-task-list and node-deckar01-task-list

2019-08-15 Thread Xavier
Le 15/08/2019 à 08:18, Pirate Praveen a écrit : > On 2019, ഓഗസ്റ്റ് 14 11:05:03 PM IST, Jonas Smedegaard > wrote: > > Quoting Pirate Praveen (2019-08-14 19:08:47) > > Hi ruby and js teams, task_list project [1] provides both ruby > and nodejs code from

Re: [Pkg-javascript-devel] Looking for help in updating npm to new usptream version

2019-08-16 Thread Xavier
modules which are > already packaged, so looking for more contributors to help in updating npm.  > Thank you  > Manas Kashyap Remove also node-gyp, update debian/copyright and apply my patches. Then push an MR to js-team/npm so that we can work together. Cheers

Re: [Pkg-javascript-devel] Remove unmaintained package

2019-08-14 Thread Xavier
Le 14/08/2019 à 07:37, Xavier a écrit : > Le 09/08/2019 à 07:22, Xavier a écrit : >> Le 08/08/2019 à 18:25, Xavier a écrit : >>> Le 08/08/2019 à 09:31, Xavier a écrit : >>>> Le 08/08/2019 à 08:09, Xavier a écrit : >>>>> Le 08/08/2019 à 07:24, Xavier a

[Pkg-javascript-devel] yui3 problems

2019-08-14 Thread Xavier
- which repo is the good dependency of loggerhead - does JS Team want to clean and maintain this? (yadd advice is "**no**") Cheers, Xavier [1]: https://github.com/yui/yui3 [2]: https://github.com/davglass/nodejs-yui3 [3]: https://github.com/yui/nodejs-yui3

Re: [Pkg-javascript-devel] De-embedding a component

2019-08-14 Thread Xavier
Le 14/08/2019 à 14:55, Paolo Greppi a écrit : > The https://wiki.debian.org/Javascript/GroupSourcesTutorial page is great > but does not cover the reverse step, when you want to de-embed a component. > > This is useful if upstream drops that dependency or if it gets separately > packaged in

Re: [Pkg-javascript-devel] Basic pkg-js-tools example

2019-08-10 Thread Xavier
Le 10/08/2019 à 13:06, Utkarsh Gupta a écrit : > Hey, > > On Wed, Aug 7, 2019 at 1:29 PM Xavier <mailto:y...@debian.org>> wrote: > > Hi all, > > for most of node-* packages, you can simplify packaging like this: > https://salsa.debian.org/js-

Re: [Pkg-javascript-devel] Bug#932956: ITP: node-node-sass -- Wrapper around libsass

2019-08-12 Thread Xavier
Le 13/08/2019 à 00:16, Jérémy Lal a écrit : > > > Le lun. 12 août 2019 à 22:25, Xavier <mailto:y...@debian.org>> a écrit : > > Le 12/08/2019 à 22:21, Xavier a écrit : > > Le 12/08/2019 à 19:41, Nilesh Patra a écrit : > >> > >> &

Re: [Pkg-javascript-devel] Bug#932956: ITP: node-node-sass -- Wrapper around libsass

2019-08-12 Thread Xavier
ver embed a library that already exist in debian. I tried to add "--libsass=auto", but then compilation is bad: proved by test: /usr/bin/node: symbol lookup error: /.../node-node-sass/vendor/linux-x64-64/binding.node: undefined symb

Re: [Pkg-javascript-devel] Bug#932956: ITP: node-node-sass -- Wrapper around libsass

2019-08-12 Thread Xavier
Le 12/08/2019 à 22:21, Xavier a écrit : > Le 12/08/2019 à 19:41, Nilesh Patra a écrit : >> >> >> >> Needed component are: async-foreach, gaze, get-stdin, js-base64, >> sass-graph, sass-spec, scss-tokenizer, stdout-stream, true-case-path. >> &quo

[Pkg-javascript-devel] Bug#934456: Bug#934456: further automation ideas for add-node-component

2019-08-11 Thread Xavier
Le 11/08/2019 à 12:08, Pirate Praveen a écrit : > On 11/08/19 3:30 pm, Xavier wrote: >> Then: >> * -d (download) launches uscan -dd >> * -s (source) launches uscan + dpkg-source -b . and (quilt pop -a && >> rm -rf .pc) >> * -i (import)

[Pkg-javascript-devel] Bug#934456: Bug#934456: further automation ideas for add-node-component

2019-08-11 Thread Xavier
Le 11/08/2019 à 10:52, Pirate Praveen a écrit : > package: pkg-js-tools > > version: 0.8.14 > > severity: wishlist > > > I hope we can add -u (uscan), -s (source), -i (import) options for uscan > -dd, dpkg-source -b . and (quilt pop -a && rm -rf .pc) gbp import-dsc > --pristine-tar +

[Pkg-javascript-devel] Bug#934456: Bug#934456: further automation ideas for add-node-component

2019-08-11 Thread Xavier
Le 11/08/2019 à 12:08, Pirate Praveen a écrit : > On 11/08/19 3:30 pm, Xavier wrote: >> Then: >> * -d (download) launches uscan -dd >> * -s (source) launches uscan + dpkg-source -b . and (quilt pop -a && >> rm -rf .pc) >> * -i (import)

[Pkg-javascript-devel] Bug#908948: create an option to add dependencies as components like in node-tar

2019-08-11 Thread Xavier
Hi, pkg-js-tools 0.8.14 adds a "add-node-component" command which updates both gbp.conf and debian/watch Usage: $ add-node-component foo $ add-node-component foo bar $ add-node-component -g foo $ add-node-component -g foo bar Option "-g" tags component as "group" instead of "ignore" --

Re: [Pkg-javascript-devel] Bug#934456: Bug#934456: further automation ideas for add-node-component

2019-08-11 Thread Xavier
Le 11/08/2019 à 16:15, Xavier a écrit : > Le 11/08/2019 à 12:08, Pirate Praveen a écrit : >> On 11/08/19 3:30 pm, Xavier wrote: >>> Then: >>> * -d (download) launches uscan -dd >>> * -s (source) launches uscan + dpkg-source -b . and (quilt pop -a && &g

[Pkg-javascript-devel] Bug#934712: node-mysql: CVE-2019-14939 - Issue closed uptream without changes

2019-08-19 Thread Xavier
Control: tags -1 - fixed-upstream Control: tags -1 + moreinfo Hi all, remote issue[1] was closed without any change in a "locked and limited to collaborators conversation" Title changed from "LOAD DATA LOCAL INFILE option shouldn't be open by default." to "Question" Mitre issue isn't updated

[Pkg-javascript-devel] Bug#933868: grunt should look for tasks in /usr/share/nodejs as well

2019-08-13 Thread Xavier
Control: severity -1 normal Decreasing severity since no stable package installs something in /usr/share/nodejs (apt-file search /usr/share/nodejs returns nothing). Bug exists only for backports and can be workaround using a grunt backport. -- Pkg-javascript-devel mailing list

Re: [Pkg-javascript-devel] Looking for help in updating npm to new usptream version

2019-08-17 Thread Xavier
ependency ? > > On Fri, Aug 16, 2019 at 12:32 PM Xavier <mailto:y...@debian.org>> wrote: > > Le 11/08/2019 à 18:30, Manas Kashyap a écrit : > > Hola,  > > I am Manas Kashyap, a Debian contributor and currently, I am > w

[Pkg-javascript-devel] Bug#935379: Bug#935379: pkg-js-tools: add Depends on grunt

2019-08-22 Thread Xavier
Control: severity -1 wishlist Control: tags -1 + wontfix Le 22/08/2019 à 07:58, mer...@debian.org a écrit : > On 2019-08-22 08:41, Xavier wrote: >> Hi, sorry but I don't understand this issue. pkg-js-tools has already a >> grunt auto_build > > Indeed, but this is not the i

[Pkg-javascript-devel] Bug#935379: Bug#935379: pkg-js-tools: add Depends on grunt

2019-08-21 Thread Xavier
Le 22/08/2019 à 07:30, mer...@debian.org a écrit : > Package: pkg-js-tools > Version: 0.9.7 > > Hello, > > nodejs buildsystem uses grunt, thus pkg-js-tools should pull in grunt. Hi, sorry but I don't understand this issue. pkg-js-tools has already a grunt auto_build -- Pkg-javascript-devel

Re: [Pkg-javascript-devel] Bug#932956: ITP: node-node-sass -- Wrapper around libsass

2019-08-20 Thread Xavier
Le 20/08/2019 à 18:45, Nilesh Patra a écrit : > > Thanks a lot for fixing this ! > > @Nilesh: here is the new diff with hardening flags enabled > >   Hi, Thanks for the patches. I tried them, build and sbuild pass. > However, I end up with some lintian errors and warnings, and I am >  

[Pkg-javascript-devel] New dev tool

2019-08-22 Thread Xavier
ig", "trigger": "node-parse-json transition", "pin-packages": [ ["node-parse-json", "experimental"] ] } You just need a valid ci.debian.net key stored in ~/.debci Then it gives you the command to launch to see results. I plan t

[Pkg-javascript-devel] Testing migrations

2019-08-20 Thread Xavier
rname) { export ^^ SyntaxError: Unexpected token export" * node-markdown-it-html5-embed[3]: missing dependency "Error: Cannot find module 'mimoza'" * node-xmpp[4]: node-stringprep breaks node-xmpp autopkgtest Cheers, Xavier [1]: https://ci.debian.net/

Re: [Pkg-javascript-devel] Testing migrations

2019-08-20 Thread Xavier
Le 20/08/2019 à 17:34, Pirate Praveen a écrit : > > > On 2019, ഓഗസ്റ്റ് 20 7:26:24 PM IST, Xavier wrote: >> Hi all, >> >> please take a look at: >> >> * node-d3-request[1]: seems built for browser instead of node [1]: >> "ReferenceError:

Re: [Pkg-javascript-devel] Bug#932956: ITP: node-node-sass -- Wrapper around libsass

2019-08-25 Thread Xavier
Le 25/08/2019 à 05:29, Nilesh Patra a écrit : > > > > > You didn't check debian/copyright, many things are missing. Please > take > > a look at this patch > > At least get-stdin pristine-tar files are missing > > I rectified the debian/copyright file, and pushed. Could you

Re: [Pkg-javascript-devel] Bug#932956: ITP: node-node-sass -- Wrapper around libsass

2019-08-24 Thread Xavier
Le 24/08/2019 à 20:36, Xavier a écrit : > Le 24/08/2019 à 18:52, Nilesh Patra a écrit : >> >> missing-dependency-on-libc: missing "${shlibs:Depends}" in package >>                             dependencies >> macos-ds-store-file-i

Re: [Pkg-javascript-devel] Bug#932956: ITP: node-node-sass -- Wrapper around libsass

2019-08-25 Thread Xavier
Le 25/08/2019 à 10:45, Nilesh Patra a écrit : > > > >   * sass-spec is a dev dependency: no need to install it >  * don't use lintian-overrides to hide some real problems (fixed by ^) >  * never set an empty debian/tests/pkg-js/test: this produces a bad >    autopkgtest report

Re: [Pkg-javascript-devel] node-regenerator troubles

2019-08-30 Thread Xavier
Le 30/08/2019 à 09:10, Xavier a écrit : > Le 30/08/2019 à 09:03, Xavier a écrit : >> Le 30/08/2019 à 08:57, Pirate Praveen a écrit : >>> >>> >>> On 2019, ഓഗസ്റ്റ് 30 12:21:30 PM IST, Xavier wrote: >>>> Hi, >>>> >>>> we hav

Re: [Pkg-javascript-devel] node-regenerator troubles

2019-08-30 Thread Xavier
Le 30/08/2019 à 09:03, Xavier a écrit : > Le 30/08/2019 à 08:57, Pirate Praveen a écrit : >> >> >> On 2019, ഓഗസ്റ്റ് 30 12:21:30 PM IST, Xavier wrote: >>> Hi, >>> >>> we have node-regenerator-runtime and node-regenerator-transform in >>> De

Re: [Pkg-javascript-devel] node-regenerator troubles

2019-08-30 Thread Xavier
Le 30/08/2019 à 08:57, Pirate Praveen a écrit : > > > On 2019, ഓഗസ്റ്റ് 30 12:21:30 PM IST, Xavier wrote: >> Hi, >> >> we have node-regenerator-runtime and node-regenerator-transform in >> Debian archives as src/binary packages, debian/watch points to npm >&

Re: [Pkg-javascript-devel] node-regenerator troubles

2019-08-30 Thread Xavier
Le 30/08/2019 à 09:11, Xavier a écrit : > Le 30/08/2019 à 09:10, Xavier a écrit : >> Le 30/08/2019 à 09:03, Xavier a écrit : >>> Le 30/08/2019 à 08:57, Pirate Praveen a écrit : >>>> >>>> >>>> On 2019, ഓഗസ്റ്റ് 30 12:21:30 PM IST, Xavier

Re: [Pkg-javascript-devel] Babel

2019-08-27 Thread Xavier
Le 28/08/2019 à 03:59, Utkarsh Gupta a écrit : > Hey, > > On 15/08/19 12:07 pm, Xavier wrote: >> Hi, >> >> "gulp build-babel-standalone" command succeeds here (7.5.5) with the >> following package: >> >> PACKAGE : DE

Re: [Pkg-javascript-devel] Babel

2019-08-28 Thread Xavier
Le 28/08/2019 à 06:22, Utkarsh Gupta a écrit : > Hey, > > On 28/08/19 9:41 am, Xavier wrote: >> Le 28/08/2019 à 03:59, Utkarsh Gupta a écrit : >>> Hey, >>> >>> On 15/08/19 12:07 pm, Xavier wrote: >>>> Hi, >>>&g

Re: [Pkg-javascript-devel] Babel

2019-08-28 Thread Xavier
Le 28/08/2019 à 09:19, Utkarsh Gupta a écrit : > Hey, > > On 15/08/19 12:07 pm, Xavier wrote: >> Hi, >> >> "gulp build-babel-standalone" command succeeds here (7.5.5) with the >> following package: >> >> PACKAGE : DE

Re: [Pkg-javascript-devel] node-regenerator troubles

2019-08-30 Thread Xavier
Le 30/08/2019 à 15:32, Pirate Praveen a écrit : > > > On 2019, ഓഗസ്റ്റ് 30 12:33:15 PM IST, Xavier wrote: >> Le 30/08/2019 à 08:57, Pirate Praveen a écrit : >>> >>> >>> On 2019, ഓഗസ്റ്റ് 30 12:21:30 PM IST, Xavier wrote: >>>> Hi, >>&

[Pkg-javascript-devel] node-regenerator troubles

2019-08-30 Thread Xavier
compiled files instead of src ones Logically, we should publish a new src:node-regenerator with Breaks/Replaces. OK ? Cheers, Xavier -- 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] Babel

2019-08-30 Thread Xavier
Le 29/08/2019 à 20:31, Nilesh Patra a écrit : > > > On Wed, 28 Aug 2019 at 13:58, Xavier <mailto:y...@debian.org>> wrote: > > Le 28/08/2019 à 09:19, Utkarsh Gupta a écrit : > > Hey, > > > > On 15/08/19 12:07 pm, Xavier wrote: >

Re: [Pkg-javascript-devel] Bug#935790: node-package-preamble: please make the output reproducible

2019-08-26 Thread Xavier
Le 26/08/2019 à 11:51, Xavier a écrit : > Le 26/08/2019 à 10:31, Chris Lamb a écrit : >> Source: node-package-preamble >> Version: 0.1.0-1 >> Severity: wishlist >> Tags: patch >> User: reproducible-bui...@lists.alioth.debian.org >> Usertags: timestamps to

Re: [Pkg-javascript-devel] Bug#935790: node-package-preamble: please make the output reproducible

2019-08-26 Thread Xavier
Le 26/08/2019 à 10:31, Chris Lamb a écrit : > Source: node-package-preamble > Version: 0.1.0-1 > Severity: wishlist > Tags: patch > User: reproducible-bui...@lists.alioth.debian.org > Usertags: timestamps toolchain > X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org > > Hi, > > Whilst

Re: [Pkg-javascript-devel] Testing migrations

2019-08-23 Thread Xavier
Le 23/08/2019 à 19:37, Pirate Praveen a écrit : > > > On Fri, 23 Aug, 2019 at 12:05 PM, Utkarsh Gupta > wrote: >> Hey, >> >> On Fri 23 Aug, 2019, 12:00 Pirate Praveen, >> wrote: >>> >>> >>>  On 2019, ഓഗസ്റ്റ് 21 2:29:46 AM IST, Utkarsh Gupta >>> wrote: >>>  >I can't seem to build. There are

[Pkg-javascript-devel] Bug#935251: pkg-js-tools: add Depends on nodejs

2019-08-21 Thread Xavier
oing to push that in 0.9.7. NB: for pkg-js-autopkgtest, this will be fixed in next autodep8 release: https://salsa.debian.org/ci-team/autodep8/merge_requests/15 Cheers, Xavier -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/m

Re: [Pkg-javascript-devel] New dev tool

2019-08-23 Thread Xavier
Le 23/08/2019 à 08:04, Pirate Praveen a écrit : > > > On 2019, ഓഗസ്റ്റ് 22 3:25:53 PM IST, Xavier wrote: >> Hi all, >> >> pkg-js-tools 0.9.8 will add a new "launch-ci-tests" tool to help >> testing >> experimental packages: >> >>

Re: [Pkg-javascript-devel] Components quality plan

2019-09-01 Thread Xavier
Le 01/09/2019 à 12:26, Pirate Praveen a écrit : > > > On Thu, Aug 15, 2019 at 5:44 PM, Xavier wrote: >> Hi all, To increase embedding quality and security, I plan to do this: >> * tools for easier embedding (~done in pkg-js-tools >= 0.9.5) + >> add-node-

Re: [Pkg-javascript-devel] Babel

2019-08-31 Thread Xavier
Le 30/08/2019 à 16:40, Nilesh Patra a écrit : > > Hi, > > OK for removing the patch. > > You removed debian/install without adding pkg-js-tools needed entries > (d/control & d/rules), then your package is empty. > > Cheers, > Xavier >

[Pkg-javascript-devel] Bug#935301: Bug#935301: pkg-js-tools: Gruntfile.coffee is an alias of Gruntfile.js

2019-08-21 Thread Xavier
Le 21/08/2019 à 15:49, mer...@debian.org a écrit : > On 2019-08-21 15:50, Xavier wrote: >> thanks for your reports! A a workaround, you can set "grunt" in >> debian/nodejs/build. If you are doing more test, I can wait to push next >> pkg-js-tools with your patch

[Pkg-javascript-devel] Bug#935824: Bug#935824: add an option to choose git tarballs instead of npm registry tarballs in add-node-components

2019-08-26 Thread Xavier
to use git tags, we may have an outdated version of component. That's why I choose this algorithm. Cheers, Xavier -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#939436: Bug#939436: node-js-beautify: does not start: 'config-chain' not found

2019-09-05 Thread Xavier
Control: tags -1 + moreinfo Le 05/09/2019 à 00:00, Johannes Deutsch a écrit : > Package: node-js-beautify > Version: 1.7.5+repack-1 > Severity: grave > Justification: renders package unusable > > Dear Maintainer, > > after installing css-beautify refuses to run with the following error: > > >

[Pkg-javascript-devel] Experimental pkg-js-tools

2019-09-13 Thread Xavier
pty debian/nodejs/main file to create your bundle packages (uscan part not done): only composed of components Cheers, Xavier -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#940511: Bug#940511: yarnpkg: Package symlink yarn -> yarnpkg

2019-09-16 Thread Xavier
/usr/bin/yarn file given by cmdtest. cmdtest has a better "popcon" than yarnpkg, that's why we won't change this for now. Cheers, Xavier -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Sinon update

2019-09-16 Thread Xavier
Hi, to update node-sinon, I propose this way: - embed needed @sinonjs/* and nise (sinon has been split) - embed bane and just-extend - update node-lolex: - remove bane (embedded in debian/ for test only) - disable test during build (it requires updated sinon) - enable test only

[Pkg-javascript-devel] pkg-js-tools / add-node-component new feature

2019-09-09 Thread Xavier
Hi, to help to understand component links, I added this new feature in pkg-js-tools 0.9.10: $ add-node-component --cmp-tree 2>/dev/null|graph-easy --as_boxart ┌─┐ ┌──┐ ┌┐

[Pkg-javascript-devel] Bug#939605: Support lerna multiple packages

2019-09-09 Thread Xavier
Hi, how can plg-js know which is the main package here ? -- 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] Updating npm

2019-09-08 Thread Xavier
Le 05/09/2019 à 18:17, Manas Kashyap a écrit : > Hola ,  > I have been working on updating the npm package under my personal forked > repo of the upstream repository under > js-team https://salsa.debian.org/Manas-kashyap-guest/npm , i am removing > the embedded package that is now in Debian

Re: [Pkg-javascript-devel] ?==?utf-8?q? ?==?utf-8?q? Fwd: node-yarnpkg_1.13.0-2_source.changes REJECTED

2019-09-17 Thread Xavier
> dget > http://deb.debian.org/debian/pool/main/n/node-yarnpkg/node-yarnpkg_1.13.0-1.dsc > but I find gbp export-orig easier. > > Paolo Hi, this is not a uscan error but a gbp/pristine-tar one. Download packages with "apt-get source" and regenerate pristine-tar branch using

Re: [Pkg-javascript-devel] ?==?utf-8?q? ?==?utf-8?q? ?= Fwd: node-yarnpkg 1.13.0-2 source.changes REJECTE

2019-09-17 Thread Xavier
Le Mardi, Septembre 17, 2019 16:30 CEST, "Xavier" a écrit: > Le Mardi, Septembre 17, 2019 15:50 CEST, Paolo Greppi > a écrit: > > > Hi all, > > > > do you also get the error below sometime ? > > > > I think it happened to me because usca

Re: [Pkg-javascript-devel] ?==?utf-8?q? Experimental pkg-js-tools

2019-09-19 Thread Xavier
Le Jeudi, Septembre 19, 2019 09:01 CEST, Pirate Praveen a écrit: > > > On Fri, Sep 13, 2019 at 10:00 PM, Xavier wrote: > > Hi, > > > > I just pushed a new pkg-js-tools in experimental branch. New features: > > * @praveen: you can set &qu

[Pkg-javascript-devel] Bug#933251: Bug#933251: DEB_BUILD_PROFILES=nocheck is ignored by pkg-js-tools

2019-07-28 Thread Xavier
Le 28/07/2019 à 09:17, Pirate Praveen a écrit : > Package: pkg-js-tools > Version: 0.8.2 > Severity: important > > DEB_BUILD_OPTIONS=nocheck works, but both should be supported. Build > options don't filter build dependencies so we can't use it when circular > test only dependencies prevent

[Pkg-javascript-devel] Bug#933194: Automate build commands from package.json gradually, one build tool at a time

2019-07-28 Thread Xavier
Hello, I'll start doing this when pkg-js-tools 0.8.* will be in unstable to be able to do some test in experimental Cheers, Xavier -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#933254: Bug#933254: Auto detection of components is broken when used in webpack

2019-07-28 Thread Xavier
Le 28/07/2019 à 10:01, Pirate Praveen a écrit : > Package: pkg-js-tools > Version: 0.8.2 > Severity: grave > > Reproducible in node-webpack master. > > dh_auto_configure --buildsystem=nodejs > mkdir node_modules mkdir webpack-cli/node_modules > ln -s ../eslint-scope node_modules/eslint-scope >

Re: [Pkg-javascript-devel] pkg-js-tools auto install

2019-07-30 Thread Xavier
Le 30/07/2019 à 09:34, Jérémy Lal a écrit : > > > Le mar. 30 juil. 2019 à 08:31, Xavier <mailto:y...@debian.org>> a écrit : > > Hi all, > > I continue to improve auto_install. Here is a resume (from doc). Do you > thinks it's in the right

Re: [Pkg-javascript-devel] pkg-js-tools auto install

2019-07-30 Thread Xavier
Le 30/07/2019 à 09:35, Pirate Praveen a écrit : > > > On 2019, ജൂലൈ 30 12:01:19 PM IST, Xavier wrote: >> Hi all, >> >> I continue to improve auto_install. Here is a resume (from doc). Do you >> thinks it's in the right way to provide an auto-installer?

[Pkg-javascript-devel] pkg-js-tools transition

2019-07-30 Thread Xavier
or for any node package that install something in /usr/lib/nodejs: now we use /usr/share/nodejs and /usr/lib//nodejs. Any comment ? Cheers, Xavier -- 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] Bug#933488: seems node-uglifyjs-webpack is installing to both /usr/lib and /usr/share

2019-07-31 Thread Xavier
Le 31/07/2019 à 10:08, Xavier a écrit : > Le 31/07/2019 à 10:02, Pirate Praveen a écrit : >> ... > > Hello, > > this is the transition problem of pkg-js-tools. Rebuild with > pkg-js-tools from unstable or remove debian/install + pkg-js-tools >= 0.8.6 I already

[Pkg-javascript-devel] Bug#933488: Bug#933488: seems node-uglifyjs-webpack is installing to both /usr/lib and /usr/share

2019-07-31 Thread Xavier
Le 31/07/2019 à 10:02, Pirate Praveen a écrit : > $ apt-file list node-uglifyjs-webpack-plugin > node-uglifyjs-webpack-plugin: > /usr/lib/nodejs/uglifyjs-webpack-plugin/dist/index.js > node-uglifyjs-webpack-plugin: > /usr/lib/nodejs/uglifyjs-webpack-plugin/lib/post_install.js >

Re: [Pkg-javascript-devel] ?==?utf-8?q? Webpack 4 transition plan

2019-08-05 Thread Xavier
Hello, Could you take a look at https://buildd.debian.org/status/fetch.php?pkg=select2.js=all=4.0.7%7Edfsg1-2=1564925650=0 I can't reproduce locally Le Lundi, Août 05, 2019 06:29 CEST, Pirate Praveen a écrit: > > > On 2019, ഓഗസ്റ്റ് 2 9:25:28 PM IST, Pirate Praveen > wrote: > >Since

[Pkg-javascript-devel] Main package list

2019-08-07 Thread Xavier
Hi all, please update this: https://wiki.debian.org/Javascript/Main/packages Cheers, Xavier -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#931714: Not fixed

2019-08-07 Thread Xavier
Control: reopen -1 Adding node-request in recommended dependencies is not enough: package is unusable without it -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

<    1   2   3   4   5   6   7   8   9   10   >