[SCM] kcompletion packaging branch, master, updated. debian/5.42.0-2-2-gc651016

Maximiliano Curia maxy at moszumanska.debian.org
Mon Feb 12 07:23:05 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kcompletion.git;a=commitdiff;h=31fa802

The following commit has been merged in the master branch:
commit 31fa802d1c35eaf20f73361af89fb97199cab93a
Author: Adrian Bunk <bunk at debian.org>
Date:   Mon Feb 12 08:22:39 2018 +0100

    Fix FTBFS on architectures where Qt uses OpenGL ES
    
    Closes: 890122
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index f1d90b6..09a62e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,4 +15,4 @@ override_dh_strip:
 	dh_strip --dbgsym-migration='libkf5completion5-dbg (<= 5.19.0-1~~)'
 
 override_dh_auto_test:
-	xvfb-run -a dh_auto_test
+	xvfb-run -a --server-args="-screen 0 1024x768x24+32" dh_auto_test<Paste>

-- 
kcompletion packaging



More information about the pkg-kde-commits mailing list