[SCM] Grantlee template engine packaging branch, master, updated. debian/0.3.0-3-8-gf69785f

Pino Toscano pino at alioth.debian.org
Wed May 15 11:10:24 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/grantlee.git;a=commitdiff;h=f69785f

The following commit has been merged in the master branch:
commit f69785f808cfc69242a74ececfd91752f8de8800
Author: Pino Toscano <pino at debian.org>
Date:   Wed May 15 13:10:03 2013 +0200

    ignore test suite failures on ia64 and sparc64
    
    Apparently QtScript seems buggy on these archs, leading to failures in few grantlee tests;
    since also older grantlee versions fail the same way, ingore such failures for now.
---
 debian/changelog |    3 +++
 debian/rules     |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ba13d3e..2aaa5e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ grantlee (0.3.0-4) UNRELEASED; urgency=low
     variantIsTrue-float-fix.diff and testinternationalization-qreal.diff.
   * Turn dh_install's --list-missing into --fail-missing.
   * Use wildcards in .install files.
+  * Ignore test suite failures on ia64 and sparc64. Apparently QtScript seems
+    buggy on these archs, leading to failures in few grantlee tests; since also
+    older grantlee versions fail the same way, ingore such failures for now.
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Tue, 14 May 2013 15:25:24 +0200
 
diff --git a/debian/rules b/debian/rules
index 367a5af..fe1d13b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
-testsuite_failing_archs := none
+testsuite_failing_archs := ia64 sparc64
 ifneq (,$(filter $(DEB_HOST_ARCH),$(testsuite_failing_archs)))
   fail_param := || true
 endif

-- 
Grantlee template engine packaging



More information about the pkg-kde-commits mailing list