Quoting Xavier (2020-03-21 18:22:37) > currently we use Build-Depends to push all our dependencies. This > makes Multi-Arch reports a lot of problems while most of our packages > are scripts only. > > As other languages, I think we should use Build-Depends-Indep for all > Javascript dependencies. Example: > > Build-Depends: debhelper-compat (= 12) > Build-Depends-Indep: pkg-js-tools (>= 0.9.20~) > , node-tap <!nocheck> > , ... > > But perhaps am I wrong here ? > Experimented DD advises are welcome ;-)
(I think you mean _experienced_ in last sentence above ;-) ) As I understand it, B-D-Indep should be used _only_ when a source package builds _both_ architecture-dependent and architecture-independent binary packages, and is then used to indicate which build-deoendencies can be skipped when only building the arch-independent parts. In other words, not "for all Javascript dependencies" (if I understand it correctly). - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private
signature.asc
Description: signature
-- Pkg-javascript-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel
