Skip to content

Ignore missing info when packaging plugins

During package creation on Debian, dh_shlibdeps fails on unresolved dependencies which can happen when packaging plugins. This patch adds --ignore-missing-info flags in order to emit a warning and not a fatal error.

Merge request reports