From: Pino Toscano Date: Thu, 20 Mar 2025 06:26:06 +0000 (+0100) Subject: Use the Debian ABI manager X-Git-Tag: archive/raspbian/4%25.04.0-1+rpi1~1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=907920b76ac2d0eeb34e31c3db21b06d04e14e22;p=cantor.git Use the Debian ABI manager Last-Update: 2022-06-09 Forwarded: not-needed Make use of the Debian ABI manager to handle libraries which had ABI breaks with no SONAME bump. Gbp-Pq: Name enable_debianabimanager.diff --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d3fdad..1e34964 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -182,3 +182,5 @@ file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h *.c) kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) + +include(/usr/share/pkg-kde-tools/cmake/DebianABIManager.cmake)