[python-shapely] 87/148: Added set -e before for loop for policy compliancy

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Aug 20 17:42:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-shapely.

commit 281f4e04262b9f23aed02168a6b8087d0102ba5e
Author: Pietro Battiston <me at pietrobattiston.it>
Date:   Sat Mar 10 23:59:23 2012 +0100

    Added set -e before for loop for policy compliancy
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 06a422e..ab79f55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	for ver in `pyversions -vr`; do \
+	set -e; for ver in `pyversions -vr`; do \
 	    python$$ver setup.py test; \
 	done
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-shapely.git



More information about the Pkg-grass-devel mailing list