File: enable_debianabimanager.diff

package info (click to toggle)
kdb 3.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,200 kB
  • sloc: cpp: 38,360; yacc: 940; python: 779; sh: 711; ansic: 440; lex: 367; xml: 182; sql: 51; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (4)
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: 2019-10-27
Forwarded: not-needed

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -62,3 +62,5 @@ if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE
 endif()
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
+
+include(/usr/share/pkg-kde-tools/cmake/DebianABIManager.cmake)