File: enable_debianabimanager.diff

package info (click to toggle)
libkeduvocdocument 4%3A25.08.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,652 kB
  • sloc: cpp: 7,714; sh: 3; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Enable Debian API manager
Author: Aurélien COUDERC <coucouf@coucouf.fr>
Forwarded: not-needed
Date: Fri, 02 Dec 2022 00:31:56 +0100

Enable Debian ABI manager to work around upstream ABI breakage.

---
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -56,3 +56,5 @@
 kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)

 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
+
+include(/usr/share/pkg-kde-tools/cmake/DebianABIManager.cmake)