[SCM] kmime packaging branch, debian/experimental, updated. debian/17.08.3-2-10-gc549990

Sandro Knauß hefee at moszumanska.debian.org
Thu Jan 25 14:09:26 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kmime.git;a=commitdiff;h=030fc81

The following commit has been merged in the debian/experimental branch:
commit 030fc813517d7b4ac6b4c86dfced8778bf662415
Author: Sandro Knauß <hefee at debian.org>
Date:   Thu Jan 25 13:48:00 2018 +0100

    Remove autopkgtest in favour of build tests.
---
 debian/changelog       |  1 +
 debian/tests/acc       | 18 ------------------
 debian/tests/control   |  8 --------
 debian/tests/testsuite |  6 ------
 4 files changed, 1 insertion(+), 32 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a1713a6..c4f6868 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ kmime (17.12.1-1) UNRELEASED; urgency=medium
   * Update build-deps and deps with the info from cmake
   * Update symbols files for 17.12.0.
   * Update copyright
+  * Remove autopkgtest in favour of build tests.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 23 Dec 2017 10:25:02 +0100
 
diff --git a/debian/tests/acc b/debian/tests/acc
deleted file mode 100755
index 28b8d41..0000000
--- a/debian/tests/acc
+++ /dev/null
@@ -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 --git a/debian/tests/control b/debian/tests/control
deleted file mode 100644
index 3f97728..0000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,8 +0,0 @@
-Tests: testsuite
-Depends: @, @builddeps@, build-essential,
-         dbus
-Restrictions: build-needed
-
-Tests: acc
-Depends: @, dh-acc, exuberant-ctags
-Restrictions: allow-stderr
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
deleted file mode 100755
index 2182937..0000000
--- a/debian/tests/testsuite
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-export LANG=C.UTF-8
-export LC_ALL=C.UTF-8
-
-dbus-run-session -- dh_auto_test

-- 
kmime packaging



More information about the pkg-kde-commits mailing list