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

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Fri Oct 14 05:52:06 UTC 2011


    Date: Friday, October 14, 2011 @ 05:52:04
  Author: bernat
Revision: 18899

Add missing runtime dependencies. Closes: #645265.

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

Modified: packages/pycha/trunk/debian/changelog
===================================================================
--- packages/pycha/trunk/debian/changelog	2011-10-14 02:34:24 UTC (rev 18898)
+++ packages/pycha/trunk/debian/changelog	2011-10-14 05:52:04 UTC (rev 18899)
@@ -1,3 +1,10 @@
+pycha (0.6.0-2) unstable; urgency=low
+
+  * Add missing runtime dependencies. Closes: #645265.
+  * Bump Standards-Version to 3.9.2.
+
+ -- Vincent Bernat <bernat at debian.org>  Fri, 14 Oct 2011 07:51:19 +0200
+
 pycha (0.6.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/pycha/trunk/debian/control
===================================================================
--- packages/pycha/trunk/debian/control	2011-10-14 02:34:24 UTC (rev 18898)
+++ packages/pycha/trunk/debian/control	2011-10-14 05:52:04 UTC (rev 18899)
@@ -15,7 +15,9 @@
 
 Package: python-pycha
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-cairo (>= 1.2)
+Depends: ${misc:Depends}, ${python:Depends},
+         python-cairo (>= 1.2), python-pkg-resources,
+         python-gtk2
 Breaks: ${python:Breaks}
 Description: chart-drawing library using Cairo
  This package provides a Python library for drawing most common charts




More information about the Python-modules-commits mailing list