[python-bayespy] 05/12: Replace occurrences of findstring with filter
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Sep 28 08:08:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository python-bayespy.
commit bf33733ec14f006abf8e17ea65e995f1034abfc6
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Wed Sep 27 14:29:06 2017 +0100
Replace occurrences of findstring with filter
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index d80b380..ca2a51a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,6 @@ export PYBUILD_NAME = bayespy
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
xvfb-run -a dh_auto_test
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-bayespy.git
More information about the debian-science-commits
mailing list