[SCM] qtsvg packaging branch, master, updated. debian/5.3.2-1

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Tue Sep 23 03:11:17 UTC 2014


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

The following commit has been merged in the master branch:
commit 4957c9080b278c31e3d9631be0b3c595d20bf0b5
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Sep 19 00:09:34 2014 -0300

    Do not run tests.
    
    We have a problem propagating the environment variables.
    If the icon test is called by hand with the appropiate variables it doesn't
    fails.
    Now if we set QT_DEBUG_PLUGINS=1 we can see that this environment variables are
    not present at least in this specific test.
---
 debian/changelog | 1 -
 debian/rules     | 6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c5fc77e..9b34df0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
 qtsvg-opensource-src (5.3.2-1) UNRELEASED; urgency=medium
 
   [ Dmitry Shachnev ]
-  * Run tests again.
   * Set QT_QPA_PLATFORM=minimal when running tests, so that they
     can be run without Xvfb.
 
diff --git a/debian/rules b/debian/rules
index eb873d8..81790c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,13 +14,13 @@ export QT_SELECT := qt5
 	dh $@ --parallel --with pkgkde_symbolshelper --dbg-package=qtsvg5-dbg
 
 override_dh_auto_configure:
-	qmake QT_BUILD_PARTS+=tests
+	qmake #QT_BUILD_PARTS+=tests
 
 override_dh_auto_build-indep:
 	dh_auto_build -Smakefile -- docs
 
-override_dh_auto_test:
-	dh_auto_test -- QT_QPA_PLATFORM=minimal QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
+#override_dh_auto_test:
+#	dh_auto_test -- QT_QPA_PLATFORM=minimal QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
 
 override_dh_auto_install-arch:
 	dh_auto_install

-- 
qtsvg packaging



More information about the pkg-kde-commits mailing list