[SCM] okular packaging branch, master, updated. debian/16.08.2-1-75-g412778f

Maximiliano Curia maxy at moszumanska.debian.org
Tue Nov 21 15:16:56 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/okular.git;a=commitdiff;h=96dea99

The following commit has been merged in the master branch:
commit 96dea9966ac8f36d62d6bbd0c17fe27a617ca8c1
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Thu Feb 23 16:24:25 2017 +0000

    remove unused failing acc test
---
 debian/tests/acc     | 18 ------------------
 debian/tests/control |  5 -----
 2 files changed, 23 deletions(-)

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
index 15da38d..1f6913d 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -3,8 +3,3 @@ Depends: @, @builddeps@, build-essential,
          xvfb, xauth, dbus-x11,
          texlive-latex-base, xscreensaver
 Restrictions: build-needed
-
-Tests: acc
-Depends: @,
-         dh-acc, exuberant-ctags
-Restrictions: allow-stderr

-- 
okular packaging



More information about the pkg-kde-commits mailing list