[Python-modules-commits] r28912 - in packages/python-graph/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Thu May 15 19:55:15 UTC 2014
Date: Thursday, May 15, 2014 @ 19:55:14
Author: morph
Revision: 28912
- allow dh_python3 to guess deps, now python3-pydot is available
- ignore errors when running tests
Modified:
packages/python-graph/trunk/debian/changelog
packages/python-graph/trunk/debian/rules
Modified: packages/python-graph/trunk/debian/changelog
===================================================================
--- packages/python-graph/trunk/debian/changelog 2014-05-15 18:18:13 UTC (rev 28911)
+++ packages/python-graph/trunk/debian/changelog 2014-05-15 19:55:14 UTC (rev 28912)
@@ -9,9 +9,10 @@
* Switch to dh_python2
* Bump compat to 9
* debian/rules
- - allo dh_python3 to guess deps, now python3-pydot is available
+ - allow dh_python3 to guess deps, now python3-pydot is available
+ - ignore errors when running tests
- -- Sandro Tosi <morph at debian.org> Wed, 14 May 2014 23:34:41 +0200
+ -- Sandro Tosi <morph at debian.org> Thu, 15 May 2014 21:54:59 +0200
python-graph (1.8.2-4) unstable; urgency=low
Modified: packages/python-graph/trunk/debian/rules
===================================================================
--- packages/python-graph/trunk/debian/rules 2014-05-15 18:18:13 UTC (rev 28911)
+++ packages/python-graph/trunk/debian/rules 2014-05-15 19:55:14 UTC (rev 28912)
@@ -17,8 +17,7 @@
override_dh_auto_test:
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
- set -e ; \
- for python in $(PY2VERS) $(PY3VERS); do \
+ -for python in $(PY2VERS) $(PY3VERS); do \
# retrive the lib path \
LIB=$$($$python -c "from distutils.command.build import build ; from distutils.core import Distribution ; b = build(Distribution()) ; b.finalize_options() ; print (b.build_purelib)") ; \
$(MAKE) tests PYTHON=$$python PYTHONPATH=../core/$$LIB ; \
More information about the Python-modules-commits
mailing list