Bas Couwenberg pushed to branch master at Debian GIS Project / osmium-tool
Commits: 4cdd1752 by Bas Couwenberg at 2018-07-17T18:30:16+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 @@ osmium-tool (1.8.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:36:19 +0200 ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ override_dh_auto_configure: override_dh_auto_test: # Ignore test failures on problematic architectures only -ifneq (,$(findstring $(DEB_BUILD_ARCH),"mips mips64el mipsel")) +ifneq (,$(filter $(DEB_BUILD_ARCH),mips mips64el mipsel)) dh_auto_test || echo "Ignoring test failures" else dh_auto_test View it on GitLab: https://salsa.debian.org/debian-gis-team/osmium-tool/commit/4cdd17526eff1fff26f8f1d6fb85191785de034d -- View it on GitLab: https://salsa.debian.org/debian-gis-team/osmium-tool/commit/4cdd17526eff1fff26f8f1d6fb85191785de034d 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
