[neon/neon-packaging/c4core/Neon/release] debian/patches: adapt to having a c4project package in the repo
Carlos De Maine
null at kde.org
Mon Jan 27 06:53:40 GMT 2025
Git commit 2da1c64d9c1c26af8ee69dd867e50cc857b64ed3 by Carlos De Maine.
Committed on 27/01/2025 at 06:53.
Pushed by carlosdem into branch 'Neon/release'.
adapt to having a c4project package in the repo
A +11 -0 debian/patches/debian_packaged_c4project.diff
M +1 -1 debian/patches/series
https://invent.kde.org/neon/neon-packaging/c4core/-/commit/2da1c64d9c1c26af8ee69dd867e50cc857b64ed3
diff --git a/debian/patches/debian_packaged_c4project.diff b/debian/patches/debian_packaged_c4project.diff
new file mode 100644
index 0000000..c6fae55
--- /dev/null
+++ b/debian/patches/debian_packaged_c4project.diff
@@ -0,0 +1,11 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index e222a9d6..cabc947f 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 3.12)
+-include(./ext/c4core/cmake/c4Project.cmake)
++include(/usr/lib/cmake/c4Project.cmake)
+ project(ryml
+ DESCRIPTION "Rapid YAML parsing and emitting"
+ HOMEPAGE_URL "https://github.com/biojppm/rapidyaml"
diff --git a/debian/patches/series b/debian/patches/series
index 4a97dfa..7589f1d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-# You must remove unused comment lines for the released package.
+debian_packaged_c4project.diff
More information about the Neon-commits
mailing list