Bas Couwenberg pushed to branch master at Debian GIS Project / geos
Commits: 78f54367 by Bas Couwenberg at 2025-12-12T09:27:07+01:00 Drop rules for armel & ia64. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ geos (3.14.1-2) UNRELEASED; urgency=medium * Simplify exclusion of export.h from libgeos++-dev. * Use debrebuild instead of reprotest. + * Drop rules for armel & ia64. -- Bas Couwenberg <[email protected]> Fri, 21 Nov 2025 20:53:31 +0100 ===================================== debian/rules ===================================== @@ -27,7 +27,7 @@ execute_after_dh_auto_build: override_dh_auto_test: # Ignore test failures on problematic architectures only -ifneq (,$(filter $(DEB_BUILD_ARCH),arm64 armel armhf i386 ppc64el riscv64 s390x alpha hppa hurd-i386 ia64 powerpc ppc64 sparc64)) +ifneq (,$(filter $(DEB_BUILD_ARCH),arm64 armhf i386 ppc64el riscv64 s390x alpha hppa hurd-i386 powerpc ppc64 sparc64)) dh_auto_test || echo "Ignoring test failures" else dh_auto_test View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/-/commit/78f54367be0960ec17bf101253e9688200957498 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/-/commit/78f54367be0960ec17bf101253e9688200957498 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
