Bas Couwenberg pushed to branch master at Debian GIS Project / proj
Commits: 9510e4b2 by Bas Couwenberg at 2023-11-13T10:41:58+01:00 Don't ignore test failures on s390x. https://github.com/OSGeo/PROJ/issues/3862#issuecomment-1807606954 - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +proj (9.3.0-2) UNRELEASED; urgency=medium + + * Don't ignore test failures on s390x. + https://github.com/OSGeo/PROJ/issues/3862#issuecomment-1807606954 + + -- Bas Couwenberg <[email protected]> Mon, 13 Nov 2023 10:41:17 +0100 + proj (9.3.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -38,7 +38,7 @@ override_dh_auto_configure: datumgrids override_dh_auto_test: # Ignore test failures on problematic architectures only -ifneq (,$(filter $(DEB_BUILD_ARCH),i386 s390x hurd-i386 hppa ia64 kfreebsd-i386 powerpc)) +ifneq (,$(filter $(DEB_BUILD_ARCH),i386 hurd-i386 hppa ia64 kfreebsd-i386 powerpc)) dh_auto_test || echo "Ignoring test failures" else dh_auto_test View it on GitLab: https://salsa.debian.org/debian-gis-team/proj/-/commit/9510e4b26e9dc4de2a8badaa5ecc62a8a7541823 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/proj/-/commit/9510e4b26e9dc4de2a8badaa5ecc62a8a7541823 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
