File: enable_debianabimanager.diff

package info (click to toggle)
cantor 4%3A25.04.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 25,828 kB
  • sloc: cpp: 43,775; ansic: 5,802; pascal: 1,027; python: 642; xml: 457; sh: 308; makefile: 207; lisp: 91
file content (15 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Pino Toscano <pino@debian.org>
Description: Use the Debian ABI manager
 Make use of the Debian ABI manager to handle libraries which had ABI breaks
 with no SONAME bump.
Last-Update: 2022-06-09
Forwarded: not-needed

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -173,3 +173,5 @@ file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURC
 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)