diff -Nru kimap-18.04.3/debian/changelog kimap-18.04.3/debian/changelog --- kimap-18.04.3/debian/changelog 2018-08-21 17:53:47.000000000 +0000 +++ kimap-18.04.3/debian/changelog 2019-02-07 08:14:54.000000000 +0000 @@ -1,3 +1,9 @@ +kimap (18.04.3-0ubuntu2) disco; urgency=medium + + * Follow Debian dropping of autotests. + + -- Rik Mills Thu, 07 Feb 2019 08:14:54 +0000 + kimap (18.04.3-0ubuntu1) cosmic; urgency=medium * Install debug categories files diff -Nru kimap-18.04.3/debian/tests/acc kimap-18.04.3/debian/tests/acc --- kimap-18.04.3/debian/tests/acc 2018-08-21 17:53:47.000000000 +0000 +++ kimap-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 kimap-18.04.3/debian/tests/control kimap-18.04.3/debian/tests/control --- kimap-18.04.3/debian/tests/control 2018-08-21 17:53:47.000000000 +0000 +++ kimap-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 -Restrictions: build-needed - -Tests: acc -Depends: @, dh-acc, exuberant-ctags -Restrictions: allow-stderr diff -Nru kimap-18.04.3/debian/tests/testsuite kimap-18.04.3/debian/tests/testsuite --- kimap-18.04.3/debian/tests/testsuite 2018-08-21 17:53:47.000000000 +0000 +++ kimap-18.04.3/debian/tests/testsuite 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -#!/bin/sh - -dbus-launch --exit-with-session dh_auto_test