[neon/extras/grantlee/Neon/release] debian: tests pass on hppa

Pino Toscano null at kde.org
Mon Sep 2 17:01:22 BST 2024


Git commit a963716bbd4b00866795b43d0645a7ed1e5b3664 by Pino Toscano.
Committed on 12/08/2023 at 14:51.
Pushed by jriddell into branch 'Neon/release'.

tests pass on hppa

M  +2    -0    debian/changelog
M  +1    -1    debian/rules

https://invent.kde.org/neon/extras/grantlee/-/commit/a963716bbd4b00866795b43d0645a7ed1e5b3664

diff --git a/debian/changelog b/debian/changelog
index d056b8b..d1c526d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 grantlee5 (5.3.1-3) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Remove hppa from the list of architectures where the testsuite fails.
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Sat, 12 Aug 2023 16:50:34 +0200
 
diff --git a/debian/rules b/debian/rules
index 569b743..dbfe8d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ ifeq ($(DEB_HOST_ARCH_CPU),i386)
   export DEB_CXXFLAGS_MAINT_APPEND = -ffloat-store
 endif
 
-testsuite_failing_archs := hppa ia64 sparc64
+testsuite_failing_archs := ia64 sparc64
 ifneq (,$(filter $(DEB_HOST_ARCH),$(testsuite_failing_archs)))
   fail_param := || true
 endif



More information about the Neon-commits mailing list