[SCM] subtitlecomposer packaging branch, master, updated. debian/0.6.6-1-3-g4b07584

Pino Toscano pino at moszumanska.debian.org
Thu Feb 15 08:03:00 UTC 2018


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

The following commit has been merged in the master branch:
commit a21c67283f85a0d5c2551d0d893b918a7bc64bcf
Author: Pino Toscano <pino at debian.org>
Date:   Thu Feb 15 08:30:06 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 e52c6f7..d06b510 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 subtitlecomposer (0.6.6-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>  Thu, 15 Feb 2018 08:28:44 +0100
 
diff --git a/debian/rules b/debian/rules
index 1e089b8..3485c97 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

-- 
subtitlecomposer packaging



More information about the pkg-kde-commits mailing list