[neon/extras/grantlee/Neon/release] debian: drop ia64 bits
Pino Toscano
null at kde.org
Mon Sep 2 17:01:23 BST 2024
Git commit 14593eb038840e9b3570ab094ab096ba22c82a39 by Pino Toscano.
Committed on 01/06/2024 at 15:52.
Pushed by jriddell into branch 'Neon/release'.
drop ia64 bits
that arch/port was recently retired
M +3 -0 debian/changelog
M +1 -1 debian/rules
https://invent.kde.org/neon/extras/grantlee/-/commit/14593eb038840e9b3570ab094ab096ba22c82a39
diff --git a/debian/changelog b/debian/changelog
index 0642584..c355c75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
grantlee5 (5.3.1-4) UNRELEASED; urgency=medium
+ [ Pino Toscano ]
+ * Drop the support for the dead ia64 architecture:
+ - drop ia64 from the list of architectures where the testsuite fails
-- Debian Krap Maintainers <debian-qt-kde at lists.debian.org> Sat, 01 Jun 2024 17:50:26 +0200
diff --git a/debian/rules b/debian/rules
index dbfe8d8..5d5523d 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 := ia64 sparc64
+testsuite_failing_archs := sparc64
ifneq (,$(filter $(DEB_HOST_ARCH),$(testsuite_failing_archs)))
fail_param := || true
endif
More information about the Neon-commits
mailing list