[SCM] kimageformats packaging branch, kubuntu_wily_archive, updated. debian/5.9.0-1-3-g2e99981

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Tue May 19 12:59:05 UTC 2015


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

The following commit has been merged in the kubuntu_wily_archive branch:
commit d42055c28b5c340de84ba8586ffb70c268afde96
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sat Mar 14 20:39:38 2015 +0100

    Use xvfb-run -a
---
 debian/rules           | 2 +-
 debian/tests/testsuite | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 22df413..2cd5773 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,4 @@ override_dh_strip:
 	$(overridden_command) --dbg-package=kimageformats-dbg
 
 override_dh_auto_test:
-	xvfb-run $(overridden_command)
+	xvfb-run -a $(overridden_command)
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index dabe645..f6083b5 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-dh_auto_test
+xvfb-run -a dh_auto_test

-- 
kimageformats packaging



More information about the pkg-kde-commits mailing list