From: Jakub Ružička Date: Mon, 16 Dec 2024 13:23:12 +0000 (+0100) Subject: Debian: Depend on libssh's default flavor X-Git-Tag: v3.0.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=733baa1dbdf70face67ca56ded42529e5efe53d9;p=thirdparty%2Fbird.git Debian: Depend on libssh's default flavor This mirrors Debian bird2 change, gcrypt flavor is deprecated. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074257 --- diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control index 9cade4bad..5e8378834 100644 --- a/distro/pkg/deb/control +++ b/distro/pkg/deb/control @@ -9,7 +9,7 @@ Build-Depends: flex, libncurses-dev, libreadline-dev | libreadline6-dev | libreadline5-dev, - libssh-gcrypt-dev, + libssh-dev | libssh-gcrypt-dev, m4, quilt, xsltproc,