[SCM] minuet packaging branch, master, updated. 2564ead433a373173738827527b147f8afc0a0bc

Pino Toscano pino at moszumanska.debian.org
Thu Dec 14 22:54:11 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/minuet.git;a=commitdiff;h=2564ead

The following commit has been merged in the master branch:
commit 2564ead433a373173738827527b147f8afc0a0bc
Author: Pino Toscano <pino at debian.org>
Date:   Thu Dec 14 23:54:00 2017 +0100

    drop autopkgtest
---
 debian/changelog                |  2 ++
 debian/tests/acc                | 18 ------------------
 debian/tests/control            |  9 ---------
 debian/tests/testsuite          |  3 ---
 debian/tests/testsuite.xsession |  4 ----
 5 files changed, 2 insertions(+), 34 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 44aec76..058d6ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ minuet (17.08.3-0r1) UNRELEASED; urgency=medium
   * Slightly improve the description of minuet-data.
   * Align the versions of the build dependencies to the upstream requirements.
   * Call dh_install with --fail-missing, so no file is missed.
+  * Drop autopkgtest running the test suite, since there is no test suite to
+    run.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 18 Sep 2017 15:06:38 +0200
 
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 32ff46c..0000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,9 +0,0 @@
-Tests: testsuite
-Depends: @, @builddeps@, build-essential,
-         xvfb, xauth, 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 a599827..0000000
--- a/debian/tests/testsuite
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-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 35976a5..0000000
--- a/debian/tests/testsuite.xsession
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-export LANG=C.UTF-8
-export LC_ALL=C.UTF-8
-dh_auto_test

-- 
minuet packaging



More information about the pkg-kde-commits mailing list