From 30992d7cb10e453c95faf31205e0fa75241c35d1 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 27 Apr 2025 09:18:42 +0200 Subject: [PATCH] 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 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2874d9e..eb710ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -189,3 +189,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) -- 2.30.2