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 <[email protected]>  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.
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to