Use the Debian ABI manager
authorPino Toscano <pino@debian.org>
Sun, 27 Apr 2025 07:18:42 +0000 (09:18 +0200)
committerPino Toscano <pino@debian.org>
Sun, 27 Apr 2025 07:18:42 +0000 (09:18 +0200)
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

index 2874d9e55fdb82015f7dd48cef0c792867a1eb3b..eb710cab967d0a1bd5916db4038e40240e898ebd 100644 (file)
@@ -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)