[neon/backports-noble/libei-noble/Neon/release] debian/patches: different approach to patch out munit
Carlos De Maine
null at kde.org
Sat Nov 22 04:11:10 GMT 2025
Git commit 80296d6c10acf48ed50a1ed3e636ff004dce1f07 by Carlos De Maine.
Committed on 22/11/2025 at 04:11.
Pushed by carlosdem into branch 'Neon/release'.
different approach to patch out munit
A +16 -0 debian/patches/no_munit.diff
M +1 -0 debian/patches/series
https://invent.kde.org/neon/backports-noble/libei-noble/-/commit/80296d6c10acf48ed50a1ed3e636ff004dce1f07
diff --git a/debian/patches/no_munit.diff b/debian/patches/no_munit.diff
new file mode 100644
index 0000000..2e5df98
--- /dev/null
+++ b/debian/patches/no_munit.diff
@@ -0,0 +1,16 @@
+diff --git a/test/meson.build b/test/meson.build
+index 294d18e..a2925a4 100644
+--- a/test/meson.build
++++ b/test/meson.build
+@@ -3,9 +3,9 @@ if get_option('tests').disabled()
+ subdir_done()
+ endif
+
+-subproject('munit', default_options: 'werror=false')
++#subproject('munit', default_options: 'werror=false')
+
+-munit = dependency('munit', fallback: ['munit', 'munit_dep'])
++#munit = dependency('munit', fallback: ['munit', 'munit_dep'])
+
+ lib_unittest = static_library('unittest',
+ '../src/util-munit.c',
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..cc51700 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+no_munit.diff
More information about the Neon-commits
mailing list