On 2026-07-19 10:26, Luca Boccassi wrote:
I'm not sure what static checking you are talking about? There's
static analyzer involved that I know of

The static checking that looks at what objects are dynamically linked and complains if the corresponding package doesn't have the corresponding required dependency. For example, this static checking complains that because 'ldd /usr/bin/who' outputs a libsystemd.so.0 line, the coreutils package should depend on the libsystemd package.

Reply via email to