[SCM] kconfig packaging branch, master, updated. debian/5.37.0-2-99-ga0d64c3

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:32:41 UTC 2018


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

The following commit has been merged in the master branch:
commit fc152ab5b01a109cb332e39d605956a5bfb05c7a
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Nov 11 11:50:40 2016 +0100

    test without kinit
    
    kinit is tier3, kconfig is tier1, it's not obvious why it would need kinit
    
    this is getting in the way of staging builds as kconfig fails adt
---
 debian/tests/control            | 2 +-
 debian/tests/testsuite.xsession | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index 06f5134..a8923a3 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,6 +1,6 @@
 Tests: testsuite
 Depends: @, @builddeps@, build-essential,
-         xvfb, xauth, dbus-x11, kinit
+         xvfb, xauth, dbus-x11
 Restrictions: build-needed, allow-stderr
 
 Tests: acc
diff --git a/debian/tests/testsuite.xsession b/debian/tests/testsuite.xsession
index 98ca5e6..fa94c56 100755
--- a/debian/tests/testsuite.xsession
+++ b/debian/tests/testsuite.xsession
@@ -1,6 +1,5 @@
 #!/bin/sh
 export LANG=C.UTF-8
 export LC_ALL=C.UTF-8
-kdeinit5
-trap kdeinit5_shutdown EXIT
+
 dh_auto_test

-- 
kconfig packaging



More information about the pkg-kde-commits mailing list