[SCM] qtdeclarative packaging branch, ubuntu, updated. ubuntu/5.4.2-1ubuntu2-9-gaedf5c4

Timo Jyrinki timo at moszumanska.debian.org
Thu Jul 9 11:19:25 UTC 2015


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

The following commit has been merged in the ubuntu branch:
commit cf784710df02a270cf0c204064da84107ee360b6
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Thu Jul 9 11:11:32 2015 +0000

    Skip tests also on ppc64el, they are flaky.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8a3edca..6b84c06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ qtdeclarative-opensource-src (5.5.0-0ubuntu1) UNRELEASED; urgency=medium
     - debian/patches/Add-QQuickAsyncImageProvider.patch
     - debian/patches/disable_failing_tests.patch
   * Update .install files.
+  * Skip tests also on ppc64el, they are flaky.
 
  -- Timo Jyrinki <timo-jyrinki at ubuntu.com>  Thu, 09 Jul 2015 11:02:34 +0000
 
diff --git a/debian/rules b/debian/rules
index 33fdc7b..94339dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 export QT_SELECT := qt5
 
 # Skip tests on the archs they are known to be flaky with current configuration
-testskip_architectures := powerpc
+testskip_architectures := powerpc ppc64el
 
 %:
 	dh $@ --parallel --with pkgkde_symbolshelper --dbg-package=qtdeclarative5-dbg

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list