From 5e3fcd60f3e7eaefda312184e92030eb77d74354 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jakub=20Ru=C5=BEi=C4=8Dka?= Date: Wed, 4 Dec 2024 19:24:38 +0100 Subject: [PATCH] Debian: Add BuildDepends: ca-certificates This should reportedly fix test issues on ARM. --- distro/pkg/deb/control | 1 + 1 file changed, 1 insertion(+) diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control index 3f9bdfb79..9ca1a398f 100644 --- a/distro/pkg/deb/control +++ b/distro/pkg/deb/control @@ -3,6 +3,7 @@ Section: net Priority: optional Build-Depends: bison, + ca-certificates, debhelper, docbook-xsl, flex, -- 2.47.2