[Python-modules-commits] r15059 - in packages/python-networkx/trunk/debian (control rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Fri Dec 10 22:42:23 UTC 2010
Date: Friday, December 10, 2010 @ 22:42:22
Author: morph
Revision: 15059
run tests for all requested versions
Modified:
packages/python-networkx/trunk/debian/control
packages/python-networkx/trunk/debian/rules
Modified: packages/python-networkx/trunk/debian/control
===================================================================
--- packages/python-networkx/trunk/debian/control 2010-12-10 22:32:16 UTC (rev 15058)
+++ packages/python-networkx/trunk/debian/control 2010-12-10 22:42:22 UTC (rev 15059)
@@ -4,7 +4,7 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph at debian.org>
Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: python (>= 2.3.5-11), python-support (>= 1), python-setuptools (>= 0.6a9), python-nose (>= 0.10.1), python-sphinx (>= 1.0.0), zip, texlive-latex-base, texlive-binaries, python-matplotlib, texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended
+Build-Depends-Indep: python-all (>= 2.3.5-11), python-support (>= 1), python-setuptools (>= 0.6a9), python-nose (>= 0.10.1), python-sphinx (>= 1.0.0), zip, texlive-latex-base, texlive-binaries, python-matplotlib, texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended
Standards-Version: 3.9.1
XS-Python-Version: >= 2.6
Homepage: http://networkx.lanl.gov/
Modified: packages/python-networkx/trunk/debian/rules
===================================================================
--- packages/python-networkx/trunk/debian/rules 2010-12-10 22:32:16 UTC (rev 15058)
+++ packages/python-networkx/trunk/debian/rules 2010-12-10 22:42:22 UTC (rev 15059)
@@ -24,7 +24,9 @@
dh build
# running tests
- PYTHONPATH=$(PYLIBPATH) python setup_egg.py nosetests
+ for py in $(shell pyversions -r) ; do\
+ PYTHONPATH=$(PYLIBPATH) $$py setup_egg.py nosetests ; \
+ done
build-indep:
# build doc
More information about the Python-modules-commits
mailing list