[neon/neon-packaging/rapidyaml/Neon/release] debian/patches: adapt to debian packaged c4project
Carlos De Maine
null at kde.org
Mon Jan 27 07:05:07 GMT 2025
Git commit 30a8cbc1622577d7944209cdbca1ddd3cee049a3 by Carlos De Maine.
Committed on 27/01/2025 at 07:05.
Pushed by carlosdem into branch 'Neon/release'.
adapt to debian packaged c4project
A +11 -0 debian/patches/debian_packaged_c4project.diff
M +1 -1 debian/patches/series
https://invent.kde.org/neon/neon-packaging/rapidyaml/-/commit/30a8cbc1622577d7944209cdbca1ddd3cee049a3
diff --git a/debian/patches/debian_packaged_c4project.diff b/debian/patches/debian_packaged_c4project.diff
new file mode 100644
index 0000000..a170f25
--- /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/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