[python-bayespy] 04/12: Use DEB_BUILD_OPTIONS for nocheck
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 b4f9c229f54b188b144e228bd5e66cefed901bfc
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Wed Sep 27 14:28:24 2017 +0100
Use DEB_BUILD_OPTIONS for nocheck
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 343970d..d80b380 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_PROFILES)))
+ifeq (,$(findstring 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