[Python-modules-commits] r20201 - in packages/flufl.lock/trunk/debian (changelog rules)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Mon Jan 30 22:04:38 UTC 2012
Date: Monday, January 30, 2012 @ 22:04:36
Author: kitterman
Revision: 20201
* Disable test suite for now, as a workaround for multiprocessing not
working fully in a pbuilder environment.
* Commit change for Barry since svn was down earlier.
Modified:
packages/flufl.lock/trunk/debian/changelog
packages/flufl.lock/trunk/debian/rules
Modified: packages/flufl.lock/trunk/debian/changelog
===================================================================
--- packages/flufl.lock/trunk/debian/changelog 2012-01-30 21:54:26 UTC (rev 20200)
+++ packages/flufl.lock/trunk/debian/changelog 2012-01-30 22:04:36 UTC (rev 20201)
@@ -3,6 +3,8 @@
* New upstream release.
* Build for Python 3, and split out common documentation package.
* compat level 8
+ * Disable test suite for now, as a workaround for multiprocessing not
+ working fully in a pbuilder environment.
-- Barry Warsaw <barry at python.org> Fri, 20 Jan 2012 09:20:10 -0500
Modified: packages/flufl.lock/trunk/debian/rules
===================================================================
--- packages/flufl.lock/trunk/debian/rules 2012-01-30 21:54:26 UTC (rev 20200)
+++ packages/flufl.lock/trunk/debian/rules 2012-01-30 22:04:36 UTC (rev 20201)
@@ -3,6 +3,9 @@
PYTHON2=$(shell pyversions -vr)
PYTHON3=$(shell py3versions -vr)
+# multiprocessing.synchronize.Lock() does not work inside pbuilder
+DEB_BUILD_OPTIONS=nocheck
+
%:
dh $@ --with python2,python3,sphinxdoc
More information about the Python-modules-commits
mailing list