Bas Couwenberg pushed to branch experimental at Debian GIS Project / geos
Commits: 48a58843 by Bas Couwenberg at 2023-11-12T14:08:25+01:00 Ignore test failures on hurd-i386. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +geos (3.12.1-1~exp2) UNRELEASED; urgency=medium + + * Ignore test failures on hurd-i386. + + -- Bas Couwenberg <[email protected]> Sun, 12 Nov 2023 14:08:21 +0100 + geos (3.12.1-1~exp1) experimental; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -27,7 +27,7 @@ execute_after_dh_auto_build: override_dh_auto_test: # Ignore test failures on problematic architectures only -ifneq (,$(filter $(DEB_BUILD_ARCH),arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x alpha hppa ia64 powerpc ppc64 riscv64 sparc64)) +ifneq (,$(filter $(DEB_BUILD_ARCH),arm64 armel armhf i386 mips mips64el mipsel ppc64el riscv64 s390x alpha hppa hurd-i386 ia64 powerpc ppc64 sparc64)) dh_auto_test || echo "Ignoring test failures" else dh_auto_test View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/-/commit/48a58843fe817edb37a329fc49fe02b331107ddb -- View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/-/commit/48a58843fe817edb37a329fc49fe02b331107ddb You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
