[Python-modules-commits] r32642 - in packages/python-eventlet/trunk/debian (changelog rules)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Sat May 9 21:00:04 UTC 2015


    Date: Saturday, May 9, 2015 @ 21:00:04
  Author: zigo
Revision: 32642

Activates --with python3 which was missing.

Modified:
  packages/python-eventlet/trunk/debian/changelog
  packages/python-eventlet/trunk/debian/rules

Modified: packages/python-eventlet/trunk/debian/changelog
===================================================================
--- packages/python-eventlet/trunk/debian/changelog	2015-05-09 19:45:59 UTC (rev 32641)
+++ packages/python-eventlet/trunk/debian/changelog	2015-05-09 21:00:04 UTC (rev 32642)
@@ -1,3 +1,9 @@
+python-eventlet (0.17.3-2) unstable; urgency=medium
+
+  * Activates --with python3 which was missing.
+
+ -- Thomas Goirand <zigo at debian.org>  Sat, 09 May 2015 20:58:47 +0000
+
 python-eventlet (0.17.3-1) unstable; urgency=medium
 
   * New upstream release.

Modified: packages/python-eventlet/trunk/debian/rules
===================================================================
--- packages/python-eventlet/trunk/debian/rules	2015-05-09 19:45:59 UTC (rev 32641)
+++ packages/python-eventlet/trunk/debian/rules	2015-05-09 21:00:04 UTC (rev 32642)
@@ -4,8 +4,7 @@
 PYTHON3S:=$(shell py3versions -vr)
 
 %:
-	dh $@ -O--buildsystem=python_distutils --with python2,sphinxdoc
-#	dh $@ -O--buildsystem=python_distutils --with python2,python3,sphinxdoc
+	dh $@ -O--buildsystem=python_distutils --with python2,python3,sphinxdoc
 
 override_dh_install:
 	set -e ; for pyvers in $(PYTHONS); do \




More information about the Python-modules-commits mailing list