From ab2cb256acaf8c77f77bbee13bbce199283d8a84 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Sat, 25 Mar 2023 19:09:32 +0530 Subject: [PATCH] Add libssl-dev to Depends for building openssl 3.0.2 gem --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index bde17f72c9..f90c3098a5 100644 --- a/debian/control +++ b/debian/control @@ -87,6 +87,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, rubygems-integration (>= 1.18~), # for building openssl 3.0.2, see #1032070 ruby-dev, + libssl-dev, lsb-base (>= 3.0-6), rake (>= 12.3.0~), bundler (>= 1.17.3~),