[neon/extras/qcoro/Neon/unstable] debian: update the patches
Pino Toscano
null at kde.org
Wed Apr 22 13:30:42 BST 2026
Git commit 67d66504cea481edd84ebe132c8ab542901abdfc by Pino Toscano.
Committed on 14/02/2026 at 07:22.
Pushed by carlosdem into branch 'Neon/unstable'.
update the patches
- upstream_Use-dbus-run-session-to-run-D-Bus-tests-instead-of-d.patch:
drop, backported from upstream
M +3 -0 debian/changelog
D +0 -1 debian/patches/series
D +0 -37 debian/patches/upstream_Use-dbus-run-session-to-run-D-Bus-tests-instead-of-d.patch
https://invent.kde.org/neon/extras/qcoro/-/commit/67d66504cea481edd84ebe132c8ab542901abdfc
diff --git a/debian/changelog b/debian/changelog
index 8cc50f2..a400373 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ qcoro (0.13.0-0r1) UNRELEASED; urgency=medium
[ Pino Toscano ]
* New upstream release.
+ * Update the patches:
+ - upstream_Use-dbus-run-session-to-run-D-Bus-tests-instead-of-d.patch:
+ drop, backported from upstream
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Sat, 14 Feb 2026 08:17:27 +0100
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2b03986..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-upstream_Use-dbus-run-session-to-run-D-Bus-tests-instead-of-d.patch
diff --git a/debian/patches/upstream_Use-dbus-run-session-to-run-D-Bus-tests-instead-of-d.patch b/debian/patches/upstream_Use-dbus-run-session-to-run-D-Bus-tests-instead-of-d.patch
deleted file mode 100644
index 6a0a495..0000000
--- a/debian/patches/upstream_Use-dbus-run-session-to-run-D-Bus-tests-instead-of-d.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From de4b2568ef9391db98d678ffab9f3e6313ddb1d3 Mon Sep 17 00:00:00 2001
-From: Pino Toscano <toscano.pino at tiscali.it>
-Date: Sun, 23 Nov 2025 10:45:27 +0100
-Subject: [PATCH] Use dbus-run-session to run D-Bus tests instead of
- dbus-launch
-
-dbus-run-session spawns a session that gets terminated automatically
-after the execution of the command. It is a simpler way compared to
-dbus-launch, which relies on the X11 tolaunching (which would explain
-why it is not used on macOS, as the comment says).
-
-Hence, use dbus-run-session instead of dbus-launch to run each D-Bus
-test. Keep the existing macOS behaviour as-is for now, adding a comment
-to test using dbus-run-session in the future.
----
- tests/CMakeLists.txt | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
-index 676993c..debe1f9 100644
---- a/tests/CMakeLists.txt
-+++ b/tests/CMakeLists.txt
-@@ -64,9 +64,10 @@ function(qcoro_add_dbus_test _name)
- target_compile_definitions(test-${_name} PRIVATE TESTDBUSSERVER_EXECUTABLE=\"$<TARGET_FILE:testdbusserver>\")
- if (APPLE)
- # On MacOS dbus-launch doesn't work, so we rely on the session dbus running
-+ # TODO: check whether dbus-run-session works
- add_test(NAME test-${_name} COMMAND test-${_name})
- else()
-- add_test(NAME test-${_name} COMMAND dbus-launch $<TARGET_FILE:test-${_name}>)
-+ add_test(NAME test-${_name} COMMAND dbus-run-session $<TARGET_FILE:test-${_name}>)
- endif()
- _enable_supressions(${_name})
- endfunction()
---
-2.51.0
-
More information about the Neon-commits
mailing list