Bas Couwenberg pushed to branch master at Debian GIS Project / sfcgal
Commits: fac0bae5 by Bas Couwenberg at 2023-11-01T14:01:09+01:00 Update symbols for other architectures. - - - - - fc6ed7bc by Bas Couwenberg at 2023-11-01T16:27:21+01:00 Explicitly ignore test failures on mips64el & hppa. - - - - - 8786927d by Bas Couwenberg at 2023-11-01T16:34:52+01:00 Update symbols for mips64el. - - - - - 4d63cdf3 by Bas Couwenberg at 2023-11-01T16:58:43+01:00 Ignore test failures only on architectures where it does. - - - - - 73fd5caf by Bas Couwenberg at 2023-11-01T16:58:59+01:00 Set distribution to experimental. - - - - - 3 changed files: - debian/changelog - debian/libsfcgal1.symbols - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,10 @@ -sfcgal (1.5.0-1~exp2) UNRELEASED; urgency=medium +sfcgal (1.5.0-1~exp2) experimental; urgency=medium * Skip tests on architectures where they time out or fail to link. + * Update symbols for other architectures. + * Ignore test failures only on architectures where it does. - -- Bas Couwenberg <[email protected]> Wed, 01 Nov 2023 09:11:04 +0100 + -- Bas Couwenberg <[email protected]> Wed, 01 Nov 2023 16:45:35 +0100 sfcgal (1.5.0-1~exp1) experimental; urgency=medium ===================================== debian/libsfcgal1.symbols ===================================== The diff for this file was not included because it is too large. ===================================== debian/rules ===================================== @@ -30,8 +30,10 @@ override_dh_auto_configure: override_dh_auto_test: ifneq (,$(filter $(DEB_BUILD_ARCH),s390x m68k powerpc ppc64)) # Skip tests -else +else ifneq (,$(filter $(DEB_BUILD_ARCH),amd64 arm64 mips64el ppc64el hppa loong64)) dh_auto_test || echo "Ignoring test failures" +else + dh_auto_test endif execute_before_dh_install: View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/compare/67ccd9412bc6b8cc13cd36b56078fdf503240c81...73fd5cafd7fe5c11a900d094d9a4e160c0a9f9d5 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/compare/67ccd9412bc6b8cc13cd36b56078fdf503240c81...73fd5cafd7fe5c11a900d094d9a4e160c0a9f9d5 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
