From db89ac9292d542de24d9f1d3b2c7f5a5c008ec7c Mon Sep 17 00:00:00 2001 From: dengzhongyuan Date: Wed, 29 Apr 2026 15:41:04 +0800 Subject: [PATCH] chore: Add libssl-dev to Build-Depends in debian/control - Included libssl-dev as a new build dependency to support SSL functionalities in the project. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 0a50f459..47547c36 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,7 @@ Build-Depends: libgsettings-qt-dev, libarchive-dev, libsecret-1-dev, + libssl-dev, libpoppler-cpp-dev, libzip-dev, libmount-dev,