[SCM] qtimageformats packaging branch, kubuntu_unstable, updated. debian/5.4.2-2-4-g8f9bb86

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Sep 8 15:56:55 UTC 2015


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

The following commit has been merged in the kubuntu_unstable branch:
commit 8f9bb86a1966b1d0fd7db5d6df66d445ea7a29a3
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Aug 27 14:18:50 2015 +0300

    Run the tests, but ignore the tests results for now.
---
 debian/changelog | 1 +
 debian/rules     | 8 +++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dec3086..c425982 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtimageformats-opensource-src (5.5.0-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Update debian/copyright.
   * Bump qtbase5-private-dev build-dependency to 5.5.0.
+  * Run the tests, but ignore the tests results for now.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 26 Aug 2015 17:41:43 +0300
 
diff --git a/debian/rules b/debian/rules
index f7e2e3d..a979e12 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export QT_SELECT := qt5
 	dh $@ --parallel
 
 override_dh_auto_configure:
-	qmake #QT_BUILD_PARTS+=tests
+	qmake QT_BUILD_PARTS+=tests
 
 override_dh_auto_install:
 	dh_auto_install
@@ -20,5 +20,7 @@ override_dh_auto_install:
 	# Remove the development stuff of the installed plugins
 	rm -rfv $(CURDIR)/debian/qt5-image-formats-plugins/usr/lib/*/cmake/
 
-#override_dh_auto_test:
-#	xvfb-run -a dh_auto_test -- QT_PLUGIN_PATH=$(CURDIR)/plugins
+override_dh_auto_test-indep:
+
+override_dh_auto_test-arch:
+	-xvfb-run -a dh_auto_test -- QT_PLUGIN_PATH=$(CURDIR)/plugins

-- 
qtimageformats packaging



More information about the pkg-kde-commits mailing list