From ee3e668180ba545ae04ef4b17e1c0b40941ad0f8 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 5 Aug 2024 10:50:47 -0600 Subject: [PATCH] apparently, need to build depend on libssl-dev too now --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 50ec195f..ab569bd7 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,7 @@ Build-Depends: asciidoctor, libjfreechart-java, libreadline-dev, librsvg2-bin, + libssl-dev, libtool, libusb-1.0-0-dev, netpbm, -- 2.47.2