rev 21064 - kde-extras/rsibreak/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Wed Feb 14 06:08:19 UTC 2018


Author: pino
Date: 2018-02-14 06:08:19 +0000 (Wed, 14 Feb 2018)
New Revision: 21064

Modified:
   kde-extras/rsibreak/trunk/debian/changelog
   kde-extras/rsibreak/trunk/debian/rules
Log:
configure xvfb


Modified: kde-extras/rsibreak/trunk/debian/changelog
===================================================================
--- kde-extras/rsibreak/trunk/debian/changelog	2018-02-14 06:07:16 UTC (rev 21063)
+++ kde-extras/rsibreak/trunk/debian/changelog	2018-02-14 06:08:19 UTC (rev 21064)
@@ -1,5 +1,8 @@
 rsibreak (4:0.12.8-2) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Configure Xvfb so it has a proper depth; it should work also when Qt is
+    built with OpenGL ES.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Wed, 14 Feb 2018 07:06:54 +0100
 

Modified: kde-extras/rsibreak/trunk/debian/rules
===================================================================
--- kde-extras/rsibreak/trunk/debian/rules	2018-02-14 06:07:16 UTC (rev 21063)
+++ kde-extras/rsibreak/trunk/debian/rules	2018-02-14 06:08:19 UTC (rev 21064)
@@ -6,4 +6,4 @@
 	dh $@ --parallel --with kf5
 
 override_dh_auto_test:
-	xvfb-run -a dh_auto_test
+	xvfb-run -a --server-args="-screen 0 1024x768x24+32" dh_auto_test




More information about the pkg-kde-commits mailing list