[Python-modules-commits] r12354 - in packages/python-tornado/trunk/debian (control)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Tue Mar 23 20:34:53 UTC 2010


    Date: Tuesday, March 23, 2010 @ 20:34:53
  Author: chaica-guest
Revision: 12354

* Added a debian/source/format file
* debian/control
  - Added python-dev-all to Build-Depends
  - Added python (>= 2.6) | python-simplejson in Depends
  - Added python-mysqldb in Recommends

Modified:
  packages/python-tornado/trunk/debian/control

Modified: packages/python-tornado/trunk/debian/control
===================================================================
--- packages/python-tornado/trunk/debian/control	2010-03-23 20:26:47 UTC (rev 12353)
+++ packages/python-tornado/trunk/debian/control	2010-03-23 20:34:53 UTC (rev 12354)
@@ -4,7 +4,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Carl Chenet <chaica at ohmytux.com>
-Build-Depends: debhelper (>= 7.0.50~), python-support, python (>= 2.5), python-dev
+Build-Depends: debhelper (>= 7.0.50~), python-support, python-all-dev (>= 2.5)
 Standards-Version: 3.8.4
 Homepage: http://www.tornadoweb.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-tornado/trunk/
@@ -12,11 +12,11 @@
 
 Package: python-tornado
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-pycurl, python-simplejson
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-pycurl, python (>= 2.6) |python-simplejson
+Recommends: python-mysqldb
 Description: scalable, non-blocking web server and tools
  Tornado is an open source version of the scalable, non-blocking
  web server and tools that power FriendFeed. The FriendFeed application
  is written using a web framework that looks a bit like web.py or
  Google's webapp, but with additional tools and optimizations to take
  advantage of the underlying non-blocking infrastructure.
-




More information about the Python-modules-commits mailing list