[SCM] kronometer packaging branch, master, updated. debian/2.2.1-1-2-ga4730e8

Pino Toscano pino at moszumanska.debian.org
Tue Feb 13 19:02:17 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kronometer.git;a=commitdiff;h=a4730e8

The following commit has been merged in the master branch:
commit a4730e86deaf4e3311f6fab83b333e4838eda600
Author: Pino Toscano <pino at debian.org>
Date:   Tue Feb 13 19:59:38 2018 +0100

    configure xvfb
---
 debian/changelog | 3 +++
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8a7d90f..62b2c2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 kronometer (2.2.1-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>  Tue, 13 Feb 2018 19:55:24 +0100
 
diff --git a/debian/rules b/debian/rules
index 0e9eb70..2207b33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,4 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 	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

-- 
kronometer packaging



More information about the pkg-kde-commits mailing list