[SCM] KDE Base Workspace module packaging branch, master, updated. debian/4.11.11-1-8-g1dc5647

Maximiliano Curia maxy at moszumanska.debian.org
Fri Sep 12 14:02:31 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kde-workspace.git;a=commitdiff;h=4dac005

The following commit has been merged in the master branch:
commit 4dac0057ed2f67756dc8666b6c73d6fa7f479ff2
Author: Maximiliano Curia <maxy at debian.org>
Date:   Fri Aug 29 02:13:38 2014 +0200

    Merge dh_acc autopkgtest into the testsuite.
---
 debian/tests/acc       |  3 ---
 debian/tests/control   | 49 -------------------------------------------------
 debian/tests/testsuite |  6 ++++++
 3 files changed, 6 insertions(+), 52 deletions(-)

diff --git a/debian/tests/acc b/debian/tests/acc
deleted file mode 100755
index ecd74f2..0000000
--- a/debian/tests/acc
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-dh_acc
diff --git a/debian/tests/control b/debian/tests/control
index d607eed..fe4b703 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -47,52 +47,3 @@ Depends: kde-workspace,
          @builddeps@, build-essential,
          xvfb, xauth, dbus-x11
 Restrictions: rw-build-tree
-
-Tests: acc
-Depends: freespacenotifier,
-         kdebase-workspace,
-         kdebase-workspace-bin,
-         kdebase-workspace-dbg,
-         kde-style-oxygen,
-         kde-window-manager,
-         kde-workspace,
-         kde-workspace-bin,
-         kde-workspace-data,
-         kde-workspace-dbg,
-         kde-workspace-dev,
-         kde-workspace-kgreet-plugins,
-         kde-workspace-randr,
-         kdm,
-         kinfocenter,
-         klipper,
-         kmenuedit,
-         ksysguard,
-         ksysguardd,
-         ktouchpadenabler,
-         libkdecorations4abi2,
-         libkephal4abi1,
-         libkscreensaver5,
-         libksgrd4,
-         libksignalplotter4,
-         libkwineffects1abi5,
-         libkwinglesutils1,
-         libkwinglutils1abi2,
-         libkworkspace4abi2,
-         liblsofui4,
-         libplasmaclock4abi4,
-         libplasmagenericshell4,
-         libplasma-geolocation-interface4,
-         libprocesscore4abi1,
-         libprocessui4a,
-         libtaskmanager4abi4,
-         libweather-ion6,
-         plasma-dataengines-workspace,
-         plasma-desktop,
-         plasma-netbook,
-         plasma-scriptengine-python,
-         plasma-scriptengine-ruby,
-         plasma-scriptengines,
-         plasma-scriptengine-webkit,
-         plasma-widgets-workspace,
-         systemsettings,
-         dh-acc, exuberant-ctags
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index da001c5..1310097 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -8,3 +8,9 @@ dpkg-source --before-build .
 debian/rules build 2>&1
 xvfb-run -a --server-args="-screen 0 1024x768x24" \
     dbus-launch --exit-with-session debian/tests/testsuite.xsession
+ret=$?
+if [ $ret -ne 0 ]; then
+    exit $ret
+fi
+
+dh_acc

-- 
KDE Base Workspace module packaging



More information about the pkg-kde-commits mailing list