[neon/extras/grantlee/Neon/release] debian: run xvfb-run with -a

Pino Toscano null at kde.org
Mon Sep 2 17:01:22 BST 2024


Git commit 69f7f90e4233a6f39f458693684e2491809d878d by Pino Toscano.
Committed on 12/08/2023 at 10:28.
Pushed by jriddell into branch 'Neon/release'.

run xvfb-run with -a

M  +1    -0    debian/changelog
M  +1    -1    debian/rules

https://invent.kde.org/neon/extras/grantlee/-/commit/69f7f90e4233a6f39f458693684e2491809d878d

diff --git a/debian/changelog b/debian/changelog
index 132515b..8e52767 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ grantlee5 (5.3.1-2) UNRELEASED; urgency=medium
   * Properly register MetaEnumVariable for comparison; should hopefully fix the
     enum tests on some architectures; patch register-comparator.diff
     - update symbols files accordingly
+  * Run xvfb-run with -a, to avoid potential collisions.
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Sat, 12 Aug 2023 10:35:40 +0200
 
diff --git a/debian/rules b/debian/rules
index 5d1febf..569b743 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,4 +24,4 @@ execute_after_dh_auto_build-arch:
 	pod2man debian/dh/dh_grantlee > dh_grantlee.1
 
 override_dh_auto_test:
-	xvfb-run dh_auto_test $(fail_param)
+	xvfb-run -a dh_auto_test $(fail_param)



More information about the Neon-commits mailing list