[neon/extras/qcoro/Neon/unstable] debian: run xvfb-run with -a
Pino Toscano
null at kde.org
Wed Apr 22 13:30:41 BST 2026
Git commit 1982db7547aef8ad2123fdb260ddca49059a81e5 by Pino Toscano.
Committed on 09/11/2024 at 07:20.
Pushed by carlosdem into branch 'Neon/unstable'.
run xvfb-run with -a
M +2 -0 debian/changelog
M +2 -2 debian/rules
https://invent.kde.org/neon/extras/qcoro/-/commit/1982db7547aef8ad2123fdb260ddca49059a81e5
diff --git a/debian/changelog b/debian/changelog
index 71750c9..b8a4ff7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
qcoro (0.11.0-2) UNRELEASED; urgency=medium
+ [ Pino Toscano ]
+ * Run xvfb-run with -a, to avoid potential collisions.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Sat, 09 Nov 2024 08:20:10 +0100
diff --git a/debian/rules b/debian/rules
index fa13ad4..67c1c6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,6 @@ execute_after_dh_install-indep:
rm -r debian/qcoro-doc/usr/share/doc/qcoro-doc/docs/overrides
override_dh_auto_test:
- xvfb-run -- dh_auto_test --no-parallel
+ xvfb-run -a dh_auto_test --no-parallel
sleep 2 # we need to wait for the Xserver to shutdown
- xvfb-run -- dh_auto_test --no-parallel --builddirectory=build-Qt6
+ xvfb-run -a dh_auto_test --no-parallel --builddirectory=build-Qt6
More information about the Neon-commits
mailing list