Bas Couwenberg pushed to branch master at Debian GIS Project / libosmium
Commits: 84a13279 by Bas Couwenberg at 2018-07-17T18:29:17+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 @@ -2,6 +2,7 @@ libosmium (2.14.0-2) UNRELEASED; urgency=medium * Bump Standards-Version to 4.1.5, no changes. * Strip trailing whitespace from control & rules files. + * Use filter instead of findstring to prevent partial matches. -- Bas Couwenberg <[email protected]> Wed, 18 Apr 2018 20:15:47 +0200 ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,7 @@ override_dh_auto_build-indep: override_dh_auto_test-arch: # Ignore test failures on problematic architectures only -ifneq (,$(findstring $(DEB_BUILD_ARCH),"arm64 mips mipsel ppc64 ppc64el sparc64")) +ifneq (,$(filter $(DEB_BUILD_ARCH),arm64 mips mipsel ppc64 ppc64el sparc64)) (cd build && ctest -V || echo "Ignoring test failures") else (cd build && ctest -V) View it on GitLab: https://salsa.debian.org/debian-gis-team/libosmium/commit/84a13279b1557d9ffbe3178a545568a367fa5a47 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/libosmium/commit/84a13279b1557d9ffbe3178a545568a367fa5a47 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
