Source: booth Version: 1.2-1 Severity: normal Tags: patch X-Debbugs-Cc: [email protected]
Dear Maintainer, booth 1.2 supports gnutls and prefers it over gcrypt when searching for a encryption library to link against. Since pacemaker-dev pulls libgnutls-dev as a dependency, gnutls is available during build time and that is what we are linking against now. This seems to have happened by chance, since d/control still includes a B-D entry for gcrypt. The following salsa MR proposes replacing the build dependency on gcrypt for gnutls and explicitly linking against gnutls to avoid future surprises when the upstream changes the autodetect order or its defaults. https://salsa.debian.org/ha-team/booth/-/merge_requests/2

