Bug#1007915: [Pkg-javascript-devel] Bug#1007915: node-wikibase-cli: incompatible with node-commander >= 8

2022-03-29 Thread Andrius Merkys
On 2022-03-30 07:50, Yadd wrote: > /usr/bin/* links were wrong. I fixed all these issues Thanks a lot! Best, Andrius

Bug#1007915: [Pkg-javascript-devel] Bug#1007915: node-wikibase-cli: incompatible with node-commander >= 8

2022-03-29 Thread Yadd
On 29/03/2022 18:17, Yadd wrote: On 29/03/2022 17:44, Yadd wrote: Hi Andrius, you fix is enough for commander 8, I'm currently writing commander 9 patch Fixed and pushed. However package looks unusable because all bin/* commands are not in $PATH. You could either:  * install all commands

Bug#1007915: [Pkg-javascript-devel] Bug#1007915: node-wikibase-cli: incompatible with node-commander >= 8

2022-03-29 Thread Andrius Merkys
Hi Yadd, On 2022-03-29 19:17, Yadd wrote: > On 29/03/2022 17:44, Yadd wrote: >> Hi Andrius, >> >> you fix is enough for commander 8, I'm currently writing commander 9 >> patch > > Fixed and pushed. However package looks unusable because all bin/* > commands are not in $PATH. You could either: >  

Bug#1007915: [Pkg-javascript-devel] Bug#1007915: node-wikibase-cli: incompatible with node-commander >= 8

2022-03-29 Thread Yadd
On 29/03/2022 17:44, Yadd wrote: Hi Andrius, you fix is enough for commander 8, I'm currently writing commander 9 patch Fixed and pushed. However package looks unusable because all bin/* commands are not in $PATH. You could either: * install all commands in /usr/bin * or change path in

Bug#1007915: [Pkg-javascript-devel] Bug#1007915: node-wikibase-cli: incompatible with node-commander >= 8

2022-03-18 Thread Andrius Merkys
Hi, On 2022-03-18 16:13, Yadd wrote: > Maybe this can help: > https://salsa.debian.org/js-team/node-terser/-/blob/debian/latest/debian/patches/1001_commander.patch Thanks for pointer. I think I managed to go this far myself by patching: -const program = require('commander') +const program =

Bug#1007915: [Pkg-javascript-devel] Bug#1007915: node-wikibase-cli: incompatible with node-commander >= 8

2022-03-18 Thread Yadd
On 18/03/2022 14:51, Andrius Merkys wrote: Source: node-wikibase-cli Version: 15.15.4 Severity: serious Tags: help While node-wikibase-cli was in NEW, node-commander was updated from 6.2.1 to 9.0.0. node-wikibase-cli is compatible with node-commander 6.x only and simple patching does not seem