Bas Couwenberg pushed to branch master at Debian GIS Project / sfcgal
Commits: 0b43a34d by Bas Couwenberg at 2026-03-04T19:06:37+01:00 Skip tests on s390x where they timeout. - - - - - 69c87a60 by Bas Couwenberg at 2026-03-04T19:39:38+01:00 Update symbols for other architectures. - - - - - b491df9d by Bas Couwenberg at 2026-03-04T19:39:53+01:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/libsfcgal2.symbols - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +sfcgal (2.2.0-3) unstable; urgency=medium + + * Skip tests on s390x where they timeout. + * Update symbols for other architectures. + + -- Bas Couwenberg <[email protected]> Wed, 04 Mar 2026 19:39:39 +0100 + sfcgal (2.2.0-2) unstable; urgency=medium * Update lintian overrides. ===================================== debian/libsfcgal2.symbols ===================================== The diff for this file was not included because it is too large. ===================================== debian/rules ===================================== @@ -24,6 +24,13 @@ override_dh_auto_configure: -DCMAKE_VERBOSE_MAKEFILE=ON \ -DSFCGAL_BUILD_TESTS=ON +override_dh_auto_test: +ifneq (,$(filter $(DEB_BUILD_ARCH),s390x)) + # Skip tests +else + dh_auto_test +endif + execute_before_dh_install: # removing embedded rpath in binaries -find $(CURDIR)/debian/tmp/usr/bin -type f -not -name sfcgal-config -exec chrpath --delete {} \; View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/compare/f954b06a37a804e26d592fd692f5f83fc97f3bfd...b491df9dab7746ff96c220a65c541ea1f9c344d3 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/compare/f954b06a37a804e26d592fd692f5f83fc97f3bfd...b491df9dab7746ff96c220a65c541ea1f9c344d3 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
