[neon/kde/attica/Neon/unstable] debian/patches: update patch
Rik Mills
null at kde.org
Sun Jan 2 08:26:19 GMT 2022
Git commit 07bee7c2c4d9902d56ce8a8dfb6c318421307e6b by Rik Mills.
Committed on 02/01/2022 at 08:26.
Pushed by rikmills into branch 'Neon/unstable'.
update patch
M +2 -4 debian/patches/Disable-network-dependant-test.patch
https://invent.kde.org/neon/kde/attica/commit/07bee7c2c4d9902d56ce8a8dfb6c318421307e6b
diff --git a/debian/patches/Disable-network-dependant-test.patch b/debian/patches/Disable-network-dependant-test.patch
index dab116c..09b2789 100644
--- a/debian/patches/Disable-network-dependant-test.patch
+++ b/debian/patches/Disable-network-dependant-test.patch
@@ -6,16 +6,14 @@ Subject: Disable network dependant test
autotests/CMakeLists.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt
-index 4198837..e0eb38c 100644
--- a/autotests/CMakeLists.txt
+++ b/autotests/CMakeLists.txt
-@@ -6,6 +6,7 @@ set_package_properties(Qt5Test PROPERTIES PURPOSE "Required for autotests")
+@@ -6,6 +6,7 @@
ecm_add_tests(
configtest.cpp
persontest.cpp
- providertest.cpp
+ # Disable network dependant test
+ # providertest.cpp
- LINK_LIBRARIES Qt5::Test KF5::Attica
+ LINK_LIBRARIES Qt${QT_MAJOR_VERSION}::Test KF5::Attica
)
More information about the Neon-commits
mailing list