[neon/extras/kdb/Neon/release] debian/patches: merge patches

Jonathan Esk-Riddell null at kde.org
Mon Oct 17 10:43:40 BST 2022


Git commit cb046be9d2e6dcb5695f063e103eb3888fc0da3d by Jonathan Esk-Riddell.
Committed on 17/10/2022 at 09:43.
Pushed by jriddell into branch 'Neon/release'.

merge patches

A  +15   -0    debian/patches/enable_debianabimanager.diff

https://invent.kde.org/neon/extras/kdb/commit/cb046be9d2e6dcb5695f063e103eb3888fc0da3d

diff --git a/debian/patches/enable_debianabimanager.diff b/debian/patches/enable_debianabimanager.diff
new file mode 100644
index 0000000..f56b95f
--- /dev/null
+++ b/debian/patches/enable_debianabimanager.diff
@@ -0,0 +1,15 @@
+Author: Pino Toscano <pino at 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)


More information about the Neon-commits mailing list