From c06bd907acd08858b9005003a6e8a0c7678d4b74 Mon Sep 17 00:00:00 2001 From: Julius Pfrommer Date: Wed, 17 Apr 2024 13:48:37 +0200 Subject: [PATCH] fix(build): Reduce debian package dependencies for Debian Buster (oldoldstable) --- tools/packaging/debian/control-template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/packaging/debian/control-template b/tools/packaging/debian/control-template index ccfadb6f0ae..6f5136491d8 100644 --- a/tools/packaging/debian/control-template +++ b/tools/packaging/debian/control-template @@ -1,7 +1,7 @@ Source: open62541 Priority: optional Maintainer: open62541 Team -Build-Depends: debhelper (>= 9), cmake (>= 3.13), python3 (>= 3.11), libmbedtls-dev (>= 2.28.0) +Build-Depends: debhelper (>= 9), cmake (>= 3.13), python3 (>= 3.7), libmbedtls-dev (>= 2.16.0) Standards-Version: 4.4.1 Section: libs Homepage: https://open62541.org/ @@ -11,7 +11,7 @@ Vcs-Browser: https://github.com/open62541/open62541 Package: libopen62541- Architecture: any Multi-Arch: same -Depends: ${shlibs:Depends}, ${misc:Depends}, libmbedtls14 +Depends: ${shlibs:Depends}, ${misc:Depends}, libmbedtls12 | libmbedtls14 Description: open62541 () is an open source implementation of OPC UA (OPC Unified Architecture / IEC 62541) written in the C language. The library is usable with all major compilers and provides the necessary tools to