[Python-modules-commits] r11146 - in packages/mpmath/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Wed Jan 13 23:13:18 UTC 2010
Date: Wednesday, January 13, 2010 @ 23:12:58
Author: morph
Revision: 11146
* debian/rules
- workaround to not FTBFS if tests fail, partially addressing #560631; I
know it's quite ugly, but I want to give time to upstream to work on it
while keeping the package buildable
Modified:
packages/mpmath/trunk/debian/changelog
packages/mpmath/trunk/debian/rules
Modified: packages/mpmath/trunk/debian/changelog
===================================================================
--- packages/mpmath/trunk/debian/changelog 2010-01-13 22:44:50 UTC (rev 11145)
+++ packages/mpmath/trunk/debian/changelog 2010-01-13 23:12:58 UTC (rev 11146)
@@ -2,8 +2,12 @@
* debian/python-mpmath-doc.doc-base
- added doc-base
+ * debian/rules
+ - workaround to not FTBFS if tests fail, partially addressing #560631; I
+ know it's quite ugly, but I want to give time to upstream to work on it
+ while keeping the package buildable
- -- Sandro Tosi <morph at debian.org> Fri, 09 Oct 2009 20:36:40 +0200
+ -- Sandro Tosi <morph at debian.org> Thu, 14 Jan 2010 00:02:29 +0100
mpmath (0.13-1) unstable; urgency=low
Modified: packages/mpmath/trunk/debian/rules
===================================================================
--- packages/mpmath/trunk/debian/rules 2010-01-13 22:44:50 UTC (rev 11145)
+++ packages/mpmath/trunk/debian/rules 2010-01-13 23:12:58 UTC (rev 11146)
@@ -11,7 +11,7 @@
python setup.py build;
ifeq (,$(findstring notest,$(DEB_BUILD_OPTIONS)))
- python mpmath/tests/runtests.py -strict -py -local
+ -python mpmath/tests/runtests.py -strict -py -local
endif
( cd doc ; PYTHONPATH=../build/lib/ python build.py )
More information about the Python-modules-commits
mailing list