[Python-modules-commits] r15842 - in packages/graphy/trunk/debian (control)
nomadium-guest at users.alioth.debian.org
nomadium-guest at users.alioth.debian.org
Tue Feb 22 15:54:52 UTC 2011
Date: Tuesday, February 22, 2011 @ 15:54:46
Author: nomadium-guest
Revision: 15842
* Specify the correct version of python + dh_python2.
Modified:
packages/graphy/trunk/debian/control
Modified: packages/graphy/trunk/debian/control
===================================================================
--- packages/graphy/trunk/debian/control 2011-02-22 14:35:15 UTC (rev 15841)
+++ packages/graphy/trunk/debian/control 2011-02-22 15:54:46 UTC (rev 15842)
@@ -3,7 +3,7 @@
Uploaders: Miguel Landaeta <miguel at miguel.cc>
Section: python
Priority: optional
-Build-Depends: debhelper (>= 7.0.50~), python (>= 2.4)
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3)
Standards-Version: 3.9.1
X-Python-Version: >= 2.4
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/graphy/trunk
@@ -12,7 +12,7 @@
Package: python-graphy
Architecture: all
-Depends: python (>= 2.4), ${python:Depends}, ${misc:Depends}
+Depends: python (>= 2.6.6-3), ${python:Depends}, ${misc:Depends}
Description: chart generation library for Python
Graphy is a simple Python library for generating charts. It tries to get out
of the way and let you just work with your data. It produces charts using the
More information about the Python-modules-commits
mailing list