[Python-modules-commits] r26102 - in packages/pycha/trunk/debian (changelog control)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Mon Oct 7 21:14:05 UTC 2013


    Date: Monday, October 7, 2013 @ 21:14:02
  Author: bernat
Revision: 26102

Depends on python-setuptools to fix FTBFS. Closes: #725578.

Modified:
  packages/pycha/trunk/debian/changelog
  packages/pycha/trunk/debian/control

Modified: packages/pycha/trunk/debian/changelog
===================================================================
--- packages/pycha/trunk/debian/changelog	2013-10-07 18:35:22 UTC (rev 26101)
+++ packages/pycha/trunk/debian/changelog	2013-10-07 21:14:02 UTC (rev 26102)
@@ -1,3 +1,9 @@
+pycha (0.7.0-2) unstable; urgency=low
+
+  * Depends on python-setuptools to fix FTBFS. Closes: #725578.
+
+ -- Vincent Bernat <bernat at debian.org>  Mon, 07 Oct 2013 23:13:19 +0200
+
 pycha (0.7.0-1) unstable; urgency=low
 
   [ Jakub Wilk ]

Modified: packages/pycha/trunk/debian/control
===================================================================
--- packages/pycha/trunk/debian/control	2013-10-07 18:35:22 UTC (rev 26101)
+++ packages/pycha/trunk/debian/control	2013-10-07 21:14:02 UTC (rev 26102)
@@ -6,6 +6,7 @@
 Standards-Version: 3.9.4
 Build-Depends: debhelper (>= 7.0.50~),
                python-all, dh-python,
+               python-setuptools,
                python-nose
 Build-Depends-Indep: python-cairo (>= 1.2)
 Homepage: http://bitbucket.org/lgs/pycha/




More information about the Python-modules-commits mailing list