[SCM] qtgraphicaleffects packaging branch, master, updated. debian/5.3.1-1-3-gd2fbc97

Dmitry Shachnev mitya57-guest at moszumanska.debian.org
Sun Aug 24 17:42:36 UTC 2014


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

The following commit has been merged in the master branch:
commit d2fbc976c8f334b8bfd65f7c1e2a1bffb6b0822b
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Aug 24 21:42:03 2014 +0400

    Set QT_QPA_PLATFORM=minimal when running tests.
    
    This way they can be run outside Xvfb. Remove no longer needed
    build-dependencies.
---
 debian/changelog | 2 ++
 debian/control   | 4 +---
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bd26ff1..f092010 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ qtgraphicaleffects-opensource-src (5.3.1-2) UNRELEASED; urgency=medium
 
   [ Dmitry Shachnev ]
   * Drop dh_builddeb override, no longer needed.
+  * Set QT_QPA_PLATFORM=minimal when running tests, so that they can
+    be run outside Xvfb.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 24 Aug 2014 21:39:15 +0400
 
diff --git a/debian/control b/debian/control
index d203f3c..3ffb6ff 100644
--- a/debian/control
+++ b/debian/control
@@ -14,9 +14,7 @@ Build-Depends: dbus,
                pkg-kde-tools,
                qml-module-qtquick2,
                qtbase5-private-dev (>= 5.3.1+dfsg-2~),
-               qtdeclarative5-private-dev (>= 5.3.1~),
-               xauth,
-               xvfb
+               qtdeclarative5-private-dev (>= 5.3.1~)
 Build-Depends-Indep: libqt5sql5-sqlite, qttools5-dev-tools (>= 5.3.1~)
 Standards-Version: 3.9.5
 Homepage: http://qt-project.org/
diff --git a/debian/rules b/debian/rules
index 749e5c4..fc04d9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ override_dh_auto_build-indep:
 	dh_auto_build -Smakefile -- docs
 
 override_dh_auto_test:
-	xvfb-run -a dh_auto_test QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
+	dh_auto_test -- QT_QPA_PLATFORM=minimal
 
 override_dh_auto_install-indep:
 	make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs

-- 
qtgraphicaleffects packaging



More information about the pkg-kde-commits mailing list