[SCM] qtimageformats packaging branch, master, updated. debian/5.3.0-3-3-g5289514

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sat Jun 7 12:06:48 UTC 2014


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

The following commit has been merged in the master branch:
commit 7be8980f137f55f6ba72a32bb278b8879581bfee
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Jun 7 09:02:35 2014 -0300

    Disable tests during the transition.
---
 debian/changelog | 4 ++++
 debian/rules     | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8d4d21f..01c4b9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 qtimageformats-opensource-src (5.3.0-4) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Disable tests until we finish the transition. Now we seem to have problem
+    with libwebp on armel.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 07 Jun 2014 09:01:04 -0300
 
 qtimageformats-opensource-src (5.3.0-3) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index df32812..f7e2e3d 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,5 @@ 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:
+#	xvfb-run -a dh_auto_test -- QT_PLUGIN_PATH=$(CURDIR)/plugins

-- 
qtimageformats packaging



More information about the pkg-kde-commits mailing list