[Git][debian-gis-team/fiona][master] Use filter instead of findstring to prevent partial matches.

Bas Couwenberg gitlab at salsa.debian.org
Tue Jul 17 17:27:52 BST 2018


Bas Couwenberg pushed to branch master at Debian GIS Project / fiona


Commits:
756bac46 by Bas Couwenberg at 2018-07-17T18:27:44+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,3 +1,10 @@
+fiona (1.7.12-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Use filter instead of findstring to prevent partial matches.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 17 Jul 2018 18:27:30 +0200
+
 fiona (1.7.12-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ override_dh_clean:
 
 override_dh_auto_test:
 # Ignore test failures on problematic architectures only
-ifneq (,$(findstring $(DEB_BUILD_ARCH),"hurd-i386 kfreebsd-amd64 kfreebsd-i386 ppc64"))
+ifneq (,$(filter $(DEB_BUILD_ARCH),hurd-i386 kfreebsd-amd64 kfreebsd-i386 ppc64))
 	dh_auto_test || echo "Ignoring test failures"
 else
 	dh_auto_test



View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/commit/756bac464ebac63a20b314c7b20dc68d6a78a79f

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/commit/756bac464ebac63a20b314c7b20dc68d6a78a79f
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/f184f7f9/attachment.html>


More information about the Pkg-grass-devel mailing list