Bas Couwenberg pushed to branch master at Debian GIS Project / sfcgal
Commits: 095d112c by Bas Couwenberg at 2023-12-23T16:06:44+01:00 Skip tests on hppa & sparc64. - - - - - 6c344076 by Bas Couwenberg at 2023-12-23T16:08:18+01:00 Update symbols for other architectures. - - - - - c65687b9 by Bas Couwenberg at 2023-12-23T16:08:39+01:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/libsfcgal1.symbols - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +sfcgal (1.5.1-1) unstable; urgency=medium + + * Skip tests on hppa & sparc64. + * Update symbols for other architectures. + * Move from experimental to unstable. + + -- Bas Couwenberg <[email protected]> Sat, 23 Dec 2023 16:08:21 +0100 + sfcgal (1.5.1-1~exp1) experimental; urgency=medium * New upstream release. ===================================== debian/libsfcgal1.symbols ===================================== The diff for this file was not included because it is too large. ===================================== debian/rules ===================================== @@ -28,9 +28,9 @@ override_dh_auto_configure: -DSFCGAL_BUILD_TESTS=ON override_dh_auto_test: -ifneq (,$(filter $(DEB_BUILD_ARCH),s390x m68k powerpc ppc64)) +ifneq (,$(filter $(DEB_BUILD_ARCH),s390x hppa m68k powerpc ppc64 sparc64)) # Skip tests -else ifneq (,$(filter $(DEB_BUILD_ARCH),arm64 mips64el ppc64el hppa hurd-i386 loong64)) +else ifneq (,$(filter $(DEB_BUILD_ARCH),arm64 mips64el ppc64el hurd-i386 loong64)) dh_auto_test || echo "Ignoring test failures" else dh_auto_test View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/compare/2b5157a42689e081b944e381d0b9a888f4330ce3...c65687b94b864ace451ddb46fd1fd950494ac556 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/compare/2b5157a42689e081b944e381d0b9a888f4330ce3...c65687b94b864ace451ddb46fd1fd950494ac556 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
