Bas Couwenberg pushed to branch experimental at Debian GIS Project / geos
Commits: 575b6082 by Bas Couwenberg at 2018-07-17T18:28:39+02:00 Use filter instead of findstring to prevent partial matches. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ geos (3.7.0~beta1-1~exp2) UNRELEASED; urgency=medium * Bump Standards-Version to 4.1.5, no changes. + * Use filter instead of findstring to prevent partial matches. -- Bas Couwenberg <[email protected]> Thu, 05 Jul 2018 09:58:51 +0200 ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,7 @@ override_dh_auto_build-indep: override_dh_auto_test: # Ignore test failures on problematic architectures only -ifneq (,$(findstring $(DEB_BUILD_ARCH),"arm64 armel armhf mips mips64el mipsel ppc64el s390x ia64 powerpc ppc64 riscv64")) +ifneq (,$(filter $(DEB_BUILD_ARCH),arm64 armel armhf mips mips64el mipsel ppc64el s390x ia64 powerpc ppc64 riscv64)) dh_auto_test || echo "Ignoring test failures" else dh_auto_test View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/commit/575b6082a0bb4cba51313ca5a66cdd4a8e963b68 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/commit/575b6082a0bb4cba51313ca5a66cdd4a8e963b68 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
