[Git][debian-gis-team/osmium-tool][master] Use filter instead of findstring to prevent partial matches.
Bas Couwenberg
gitlab at salsa.debian.org
Tue Jul 17 17:30:27 BST 2018
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 <sebastic at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20180717/d3ee6843/attachment.html>
More information about the Pkg-grass-devel
mailing list