diff -Nru kcalutils-18.04.3/debian/changelog kcalutils-18.04.3/debian/changelog --- kcalutils-18.04.3/debian/changelog 2018-08-24 09:50:40.000000000 +0000 +++ kcalutils-18.04.3/debian/changelog 2019-02-06 20:36:02.000000000 +0000 @@ -1,3 +1,9 @@ +kcalutils (4:18.04.3-0ubuntu3) disco; urgency=medium + + * Follow Debian dropping of autotests. + + -- Rik Mills Wed, 06 Feb 2019 20:36:02 +0000 + kcalutils (4:18.04.3-0ubuntu2) cosmic; urgency=medium * Skip more tests with unreliable upstream test data: diff -Nru kcalutils-18.04.3/debian/patches/kubuntu_skip-tests.patch kcalutils-18.04.3/debian/patches/kubuntu_skip-tests.patch --- kcalutils-18.04.3/debian/patches/kubuntu_skip-tests.patch 2018-08-24 09:50:40.000000000 +0000 +++ kcalutils-18.04.3/debian/patches/kubuntu_skip-tests.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,33 +0,0 @@ -Author: Rik Mills -Description: Skip test with unreliable test data - Has to be corrected upstream often, and is rarely current - for any release or Qt version built against - -Index: b/autotests/testincidenceformatter.cpp -=================================================================== ---- a/autotests/testincidenceformatter.cpp -+++ b/autotests/testincidenceformatter.cpp -@@ -281,6 +281,7 @@ - - void IncidenceFormatterTest::testDisplayViewFormatEvent() - { -+ QSKIP("skip test with unreliable upstream test data"); - QFETCH(QString, name); - - KCalCore::Calendar::Ptr calendar = loadCalendar(name); -@@ -306,6 +307,7 @@ - - void IncidenceFormatterTest::testDisplayViewFormatTodo() - { -+ QSKIP("skip test with unreliable upstream test data"); - QFETCH(QString, name); - - KCalCore::Calendar::Ptr calendar = loadCalendar(name); -@@ -379,6 +381,7 @@ - - void IncidenceFormatterTest::testFormatIcalInvitation_data() - { -+ QSKIP("skip test with unreliable upstream test data"); - QTest::addColumn("name"); - - QTest::newRow("itip-journal") << QStringLiteral("itip-journal"); diff -Nru kcalutils-18.04.3/debian/patches/series kcalutils-18.04.3/debian/patches/series --- kcalutils-18.04.3/debian/patches/series 2018-08-24 09:50:40.000000000 +0000 +++ kcalutils-18.04.3/debian/patches/series 2019-02-06 20:36:02.000000000 +0000 @@ -1,2 +1 @@ enable_debianabimanager.diff -kubuntu_skip-tests.patch diff -Nru kcalutils-18.04.3/debian/tests/acc kcalutils-18.04.3/debian/tests/acc --- kcalutils-18.04.3/debian/tests/acc 2018-08-24 09:50:40.000000000 +0000 +++ kcalutils-18.04.3/debian/tests/acc 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -#!/bin/sh - -DEB_HOST_MULTIARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH) - -for in_file in debian/*.acc.in; do - out_file=${in_file%.in} - sed 's/@@DEB_HOST_MULTIARCH@@/'"${DEB_HOST_MULTIARCH}"'/' \ - "${in_file}" > "${out_file}" -done - -DH_VERBOSE=1 - -dh_acc -ret=$? -if [ 0 -ne $ret ]; then - cp -r logs "${ADT_ARTIFACTS}"/acc.logs -fi -exit $ret diff -Nru kcalutils-18.04.3/debian/tests/control kcalutils-18.04.3/debian/tests/control --- kcalutils-18.04.3/debian/tests/control 2018-08-24 09:50:40.000000000 +0000 +++ kcalutils-18.04.3/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -Tests: testsuite -Depends: @, @builddeps@, build-essential, - dbus-x11, xvfb, xauth, oxygen-icon-theme -Restrictions: build-needed - -Tests: acc -Depends: @, dh-acc, exuberant-ctags -Restrictions: allow-stderr diff -Nru kcalutils-18.04.3/debian/tests/testsuite kcalutils-18.04.3/debian/tests/testsuite --- kcalutils-18.04.3/debian/tests/testsuite 2018-08-24 09:50:40.000000000 +0000 +++ kcalutils-18.04.3/debian/tests/testsuite 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -#!/bin/sh - -if [ -z "$HOME" ] || [ ! -d "$HOME" ]; then - [ -e debian/tests.home ] || mkdir debian/tests.home - export HOME="$(pwd)/debian/tests.home" - trap "rm -rf debian/tests.home" EXIT -fi - -xvfb-run -a --server-args="-screen 0 1024x768x24" \ - dbus-launch --exit-with-session dh_auto_test