[Python-modules-commits] r10251 - in packages/wokkel/trunk/debian (control)

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Tue Nov 3 11:46:13 UTC 2009


    Date: Tuesday, November 3, 2009 @ 11:46:11
  Author: angelabad-guest
Revision: 10251

Fix typo in control and build-depends

Modified:
  packages/wokkel/trunk/debian/control

Modified: packages/wokkel/trunk/debian/control
===================================================================
--- packages/wokkel/trunk/debian/control	2009-11-03 11:44:50 UTC (rev 10250)
+++ packages/wokkel/trunk/debian/control	2009-11-03 11:46:11 UTC (rev 10251)
@@ -3,7 +3,7 @@
 Priority: optional 
 Maintainer: Angel Abad <angelabad at gmail.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50), python, python-setuptools
+Build-Depends: debhelper (>= 7.0.50), python (>= 2.4), python-setuptools
 Build-Depends-Indep: python-support (>= 0.5.3)
 Standards-Version: 3.8.3
 Homepage: http://wokkel.ik.nu/
@@ -12,7 +12,7 @@
 
 Package: python-wokkel
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-twisted (>= 8.0.0),
+Depends: ${misc:Depends}, ${python:Depends}, python-twisted (>= 8.0.0)
 XB-Python-Version: ${python:Versions}
 Description: collection of enhancements for Twisted
  Wokkel is collection of enhancements on top of the  




More information about the Python-modules-commits mailing list