[Git][debian-gis-team/sfcgal][master] 3 commits: Skip tests on s390x where they timeout.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Wed Mar 4 18:51:28 GMT 2026
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 <sebastic at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20260304/b7abf69e/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list