Use the Debian ABI manager
authorPino Toscano <pino@debian.org>
Thu, 20 Mar 2025 06:26:06 +0000 (07:26 +0100)
committerPino Toscano <pino@debian.org>
Thu, 20 Mar 2025 06:26:06 +0000 (07:26 +0100)
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 6d3fdad4f23ea08095e2b1a9ea7f6f4a24af24d8..1e34964f7124b9344ba1476a9974edfb2cfa178d 100644 (file)
@@ -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)