Description
Debian supports recommended packages, that could be skip to not have extra features.
It controlls with field Recommends from
https://www.man7.org/linux/man-pages/man5/deb-control.5.html
Is it possible to add a new option: runtime_dependency 'a', recommended: true
or introduce a new method: recommended_dependency 'a'
Description
Debian supports recommended packages, that could be skip to not have extra features.
It controlls with field
Recommendsfromhttps://www.man7.org/linux/man-pages/man5/deb-control.5.html
Is it possible to add a new option:
runtime_dependency 'a', recommended: trueor introduce a new method:
recommended_dependency 'a'