From c848fd1c69a7a99cd4a60076534a977fa11cefaa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jakub=20Ru=C5=BEi=C4=8Dka?= Date: Mon, 16 Dec 2024 14:33:26 +0100 Subject: [PATCH] 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 --- distro/pkg/deb/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control index c4ec5f27d..80f9de636 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, -- 2.47.2