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 <m...@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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to