Le 17/07/2020 à 12:15, Jonas Smedegaard a écrit : > Quoting Pirate Praveen (2020-07-17 11:50:17) >> >> >> On 2020, ജൂലൈ 17 12:12:09 PM IST, Adrian Bunk <b...@debian.org> wrote: >>> Source: node-rollup-plugin-buble >>> Version: 0.19.8-2 >>> Severity: serious >>> Tags: ftbfs >>> Control: block 960748 by -1 >>> >>> node-rollup-plugin-buble build depends on the babeljs provides >>> that will not be in bullseye due to #960748. >> >> I think we should add Provides: babeljs to node-babel7. > > Only if it provides unversioned executable babeljs. > > That should probably be done using dh_installalternatives.
Alternative is already declared (node-babel provides /usr/bin/babeljs-6 and node-babel7 provides /usr/bin/babeljs-7 and both provides alternatives to /usr/bin/babeljs), we just have to add "babeljs" in "Provides" field. I suggests also to add "${nodejs:Provides}" to declare all installed modules. Cheers, Xavier