[neon/neon-packaging/c4core/Neon/release] debian/patches: no_debugbreak.diff
Carlos De Maine
null at kde.org
Mon Jan 27 08:26:01 GMT 2025
Git commit a55697a28a8ad411668cc90c9c7dcb55bd5b3822 by Carlos De Maine.
Committed on 27/01/2025 at 08:25.
Pushed by carlosdem into branch 'Neon/release'.
no_debugbreak.diff
M +0 -10 debian/patches/debian_packaged_c4project.diff
A +13 -0 debian/patches/no_debugbreak.diff
M +1 -0 debian/patches/series
https://invent.kde.org/neon/neon-packaging/c4core/-/commit/a55697a28a8ad411668cc90c9c7dcb55bd5b3822
diff --git a/debian/patches/debian_packaged_c4project.diff b/debian/patches/debian_packaged_c4project.diff
index 8c936a9..b6482d3 100644
--- a/debian/patches/debian_packaged_c4project.diff
+++ b/debian/patches/debian_packaged_c4project.diff
@@ -11,13 +11,3 @@ index b12de7b..e16edd9 100644
include(./compat.cmake)
c4_project(VERSION 0.2.2
----
-@@ -69,7 +69,7 @@ set(C4CORE_SRC_FILES
- c4/windows_push.hpp
- c4/c4core.natvis
- #
-- c4/ext/debugbreak/debugbreak.h
-+ #c4/ext/debugbreak/debugbreak.h
- c4/ext/rng/rng.hpp
- c4/ext/sg14/inplace_function.h
- )
diff --git a/debian/patches/no_debugbreak.diff b/debian/patches/no_debugbreak.diff
new file mode 100644
index 0000000..6019f75
--- /dev/null
+++ b/debian/patches/no_debugbreak.diff
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index e16edd9..497fe77 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -69,7 +69,7 @@ set(C4CORE_SRC_FILES
+ c4/windows_push.hpp
+ c4/c4core.natvis
+ #
+- c4/ext/debugbreak/debugbreak.h
++ #c4/ext/debugbreak/debugbreak.h
+ c4/ext/rng/rng.hpp
+ c4/ext/sg14/inplace_function.h
+ )
diff --git a/debian/patches/series b/debian/patches/series
index 7589f1d..45cfa90 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
debian_packaged_c4project.diff
+no_debugbreak.diff
More information about the Neon-commits
mailing list