[SCM] qtgraphicaleffects packaging branch, master, updated. debian/5.1.1-1-3-g535c84f

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Fri Sep 13 20:50:03 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtgraphicaleffects.git;a=commitdiff;h=bc88ac8

The following commit has been merged in the master branch:
commit bc88ac8d02adedd936334ec117b8309964d03b1d
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Sep 13 17:48:52 2013 -0300

    Enable tests. Thanks Michael Terry from Ubuntu for the patch
---
 debian/changelog |    4 ++++
 debian/control   |    1 +
 debian/rules     |    5 ++++-
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2d63935..bbf4a86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 qtgraphicaleffects-opensource-src (5.1.1-2) UNRELEASED; urgency=low
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Enable tests. Thanks Michael Terry from Ubuntu for the patch
+   (Closes: 722723).
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 13 Sep 2013 17:42:08 -0300
 
 qtgraphicaleffects-opensource-src (5.1.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 314d7ca..e6f81d5 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 9),
                pkg-kde-tools,
                qtbase5-private-dev (>= 5.1.1+dfsg~),
                qtdeclarative5-private-dev (>= 5.1.1~),
+               dbus, qtdeclarative5-qtquick2-plugin, xvfb, xauth
 Build-Depends-Indep: libqt5sql5-sqlite,
                      qttools5-dev-tools (>= 5.1.1~)
 Standards-Version: 3.9.4
diff --git a/debian/rules b/debian/rules
index 56dcdee..02c044a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,11 +12,14 @@ export QT_SELECT := qt5
 	dh $@ --parallel
 
 override_dh_auto_configure:
-	qmake
+	qmake QT_BUILD_PARTS+=tests
 
 override_dh_auto_build-indep:
 	dh_auto_build -Smakefile -- docs
 
+override_dh_auto_test:
+	xvfb-run -a make check QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
+
 override_dh_auto_install-indep:
 	make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
 

-- 
qtgraphicaleffects packaging



More information about the pkg-kde-commits mailing list