[neon/backports-jammy/libdbusmenu-qt/Neon/unstable] debian/patches: turn off test that fail under qt6

Carlos De Maine null at kde.org
Wed Mar 15 05:28:16 GMT 2023


Git commit 164eb9edaf7c02eec61e6459e4bdbb3d427e4e41 by Carlos De Maine.
Committed on 15/03/2023 at 05:28.
Pushed by carlosdem into branch 'Neon/unstable'.

turn off test that fail under qt6

A  +12   -0    debian/patches/05_turn_off_tests.diff
M  +1    -0    debian/patches/series

https://invent.kde.org/neon/backports-jammy/libdbusmenu-qt/commit/164eb9edaf7c02eec61e6459e4bdbb3d427e4e41

diff --git a/debian/patches/05_turn_off_tests.diff b/debian/patches/05_turn_off_tests.diff
new file mode 100644
index 0000000..9cf63ff
--- /dev/null
+++ b/debian/patches/05_turn_off_tests.diff
@@ -0,0 +1,12 @@
+diff -urN b/CMakeLists.txt a/CMakeLists.txt
+--- b/CMakeLists.txt	2023-03-15 15:16:13.820861837 +1000
++++ a/CMakeLists.txt	2016-02-18 20:14:03.000000000 +1000
+@@ -107,7 +107,7 @@
+     )
+ 
+ add_subdirectory(src)
+-#add_subdirectory(tests)
++add_subdirectory(tests)
+ add_subdirectory(tools)
+ 
+ if(WITH_DOC)
diff --git a/debian/patches/series b/debian/patches/series
index 2155cca..b8103be 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 02_Fix_warnings_in_build_with_Qt_5_12_5
 03_Fix_build_with_Qt_6
 04_add_qt6_to_the_build
+05_turn_off_tests.diff


More information about the Neon-commits mailing list