diff --git a/debian/changelog b/debian/changelog index bcd0705..a243052 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,10 @@ are not run at build time anyway. * Drop the migration from libkf5windowsystem5-dbg, no more needed after two Debian stable releases. + * Drop the 'testsuite' autopkgtest, as it does not test the installed + packages + - drop patch kwindowinfox11test-Skip-SkipSwitcher-test.patch, no more + needed now -- Debian/Kubuntu Qt/KDE Maintainers Sat, 21 Sep 2019 07:53:56 +0200 diff --git a/debian/patches/kwindowinfox11test-Skip-SkipSwitcher-test.patch b/debian/patches/kwindowinfox11test-Skip-SkipSwitcher-test.patch deleted file mode 100644 index 555f776..0000000 --- a/debian/patches/kwindowinfox11test-Skip-SkipSwitcher-test.patch +++ /dev/null @@ -1,25 +0,0 @@ -From: Maximiliano Curia -Date: Tue, 15 May 2018 20:31:18 +0200 -Subject: kwindowinfox11test: Skip SkipSwitcher test - -Openbox won't keep unknown states and SkipSwitcher is kde specific ---- - autotests/kwindowinfox11test.cpp | 5 +++++ - 1 file changed, 5 insertions(+) - -diff --git a/autotests/kwindowinfox11test.cpp b/autotests/kwindowinfox11test.cpp -index 857d5a9..26e6761 100644 ---- a/autotests/kwindowinfox11test.cpp -+++ b/autotests/kwindowinfox11test.cpp -@@ -227,6 +227,11 @@ void KWindowInfoX11Test::testState() - - KWindowInfo info3(window->winId(), NET::WMState); - QVERIFY(info3.valid()); -+ -+ NETRootInfo rootInfo(QX11Info::connection(), NET::Supported | NET::SupportingWMCheck); -+ if (state == NET::States(NET::SkipSwitcher) && qstrcmp(rootInfo.wmName(), "Openbox") == 0) { -+ QSKIP("Openbox won't keep unknown states, SkipSwitcher is kde specific"); -+ } - QCOMPARE(int(info3.state()), int(state)); - QVERIFY(info3.hasState(state)); - } diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 921f3b9..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -kwindowinfox11test-Skip-SkipSwitcher-test.patch diff --git a/debian/tests/control.disable b/debian/tests/control.disable index c08669f..459e5f3 100644 --- a/debian/tests/control.disable +++ b/debian/tests/control.disable @@ -1,15 +1,3 @@ -Tests: testsuite -Depends: build-essential, - dbus (>= 1.8), - libgl1-mesa-dri, - openbox, - xauth, - xserver-xephyr, - xvfb, - @, - @builddeps@, -Restrictions: build-needed, allow-stderr - Tests: acc Depends: dh-acc, exuberant-ctags, @ Restrictions: allow-stderr diff --git a/debian/tests/testsuite b/debian/tests/testsuite deleted file mode 100644 index d8833c6..0000000 --- a/debian/tests/testsuite +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -[ -e debian/tests.home ] || mkdir debian/tests.home -export HOME="$(pwd)/debian/tests.home" -mkdir "$HOME"/.config || true -remove_home () { - rm -rf debian/tests.home -} -trap remove_home EXIT - -xvfb-run -a --server-args="-screen 0 1024x768x24" \ - dbus-run-session -- debian/tests/testsuite.xsession diff --git a/debian/tests/testsuite.xsession b/debian/tests/testsuite.xsession deleted file mode 100755 index 87eb09c..0000000 --- a/debian/tests/testsuite.xsession +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -export LANG=C.UTF-8 -export LC_ALL=C.UTF-8 -openbox & -sleep 1 -dh_auto_test --no-parallel