[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

question about pkg-js-tools and @owner/name syntax



Hi Yadd,

the situation is a bit bad when the module name expected by upstream
is not the module name we have in debian.
Suggested feature: let us declare an alias in extlinks ?
Or am I missing something (again) ?

typical last example: highlight.js
> debian/nodejs/extlinks
@rollup/plugin-commonjs
@rollup/plugin-json
@rollup/plugin-node-resolve

> debian/nodejs/build
ln -sfT @rollup/plugin-commonjs node_modules/rollup-plugin-commonjs
ln -sfT @rollup/plugin-json node_modules/rollup-plugin-json
ln -sfT @rollup/plugin-node-resolve node_modules/rollup-plugin-node-resolve

> debian/control
Build-Depends:
 , node-rollup-plugin-commonjs
 , node-rollup-plugin-json
 , node-rollup-plugin-node-resolve

Jérémy

Reply to: