1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: python-mysqldb
Section: interpreters
Priority: optional
Maintainer: Gregor Hoffleit <flight@debian.org>
Build-Depends: debhelper (>= 3.0), python2.1-dev (>= 2.1.1-1.4), python2.2-dev, libmysqlclient10-dev, zlib1g-dev
Standards-Version: 3.5.6
Package: python-mysqldb
Architecture: all
Depends: python2.1-mysqldb (=${Source-Version}), python (>= 2.1), python (<< 2.2)
Suggests: python-egenix-mxdatetime
Description: A Python interface for MySQL
MySQLdb is an Python interface to the MySQL database. It is compliant
with the Python DB API 2.0, thread-safe and thread-friendly.
.
This module replaces the older MySQL module that was available as
python-mysql.
Package: python2.1-mysqldb
Architecture: any
Depends: ${shlibs:Depends}, python2.1
Suggests: python2.1-egenix-mxdatetime
Description: A Python interface for MySQL
MySQLdb is an Python interface to the MySQL database. It is compliant
with the Python DB API 2.0, thread-safe and thread-friendly.
.
This is the Python 2.1 version of the package.
Package: python2.2-mysqldb
Architecture: any
Depends: ${shlibs:Depends}, python2.2
Suggests: python2.2-egenix-mxdatetime
Description: A Python interface for MySQL
MySQLdb is an Python interface to the MySQL database. It is compliant
with the Python DB API 2.0, thread-safe and thread-friendly.
.
This is the Python 2.2 version of the package.
|