[SCM] plasma-sdk packaging branch, master, updated. debian/5.5.4-1-13-g7453ab6

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:09:46 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/plasma-sdk.git;a=commitdiff;h=cc2b08b

The following commit has been merged in the master branch:
commit cc2b08b97f4aa42e0a3c34190a577917941053b2
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Mon Apr 18 19:00:44 2016 +0200

    Disable auto tests at build time
---
 debian/control | 5 +----
 debian/rules   | 4 ++--
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 18b0fa9..536b89c 100644
--- a/debian/control
+++ b/debian/control
@@ -38,13 +38,10 @@ Build-Depends: cmake (>= 2.8.12~),
                libkf5xmlgui-dev,
                libqt5svg5-dev (>= 5.4),
                libqt5webkit5-dev,
-               openbox,
                pkg-kde-tools (>> 0.15.15),
                plasma-framework-dev,
                qtbase5-dev (>= 5.4.0~),
-               qtdeclarative5-dev (>= 5.4),
-               xauth,
-               xvfb
+               qtdeclarative5-dev (>= 5.4)
 Standards-Version: 3.9.8
 Homepage: http://projects.kde.org/plasma-sdk
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/plasma/plasma-sdk.git
diff --git a/debian/rules b/debian/rules
index a3b7eb6..5018090 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,5 +9,5 @@ override_dh_strip:
 	$(overridden_command) --dbgsym-migration='plasma-sdk-dbg (<= 5.5.5-1~~)'
 
 override_dh_auto_test:
-	dh_auto_installwm openbox\
-	xvfb-run -a dh_auto_test
+	# Disable auto tests at build time
+	:

-- 
plasma-sdk packaging



More information about the pkg-kde-commits mailing list