File: control

package info (click to toggle)
python-mysqldb 1.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 568 kB
  • sloc: python: 2,725; ansic: 2,659; makefile: 46
file content (45 lines) | stat: -rw-r--r-- 1,828 bytes parent folder | download | duplicates (2)
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
38
39
40
41
42
43
44
45
Source: python-mysqldb
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jonas Meurer <mejo@debian.org>, Monty Taylor <monty@inaugust.com>
Build-Depends: debhelper (>= 6.0.0), python-all-dev (>= 2.6.6-3~),
               python-all-dbg, libmysqlclient-dev, zlib1g-dev,
               python-setuptools
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-mysqldb/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-mysqldb/trunk/
Standards-Version: 3.9.2
Homepage: http://mysql-python.sourceforge.net/

Package: python-mysqldb
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: python-egenix-mxdatetime, mysql-server-5.1 | mysql-server, python-mysqldb-dbg
Conflicts: python2.3-mysqldb, python2.4-mysqldb
Replaces: python2.3-mysqldb, python2.4-mysqldb
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python interface to MySQL
 MySQLdb is an interface to the popular MySQL database server for
 Python. The design goals are:
 .
  + Compliance with Python database API version 2.0
  + Thread-safety
  + Thread-friendliness (threads will not block each other)
  + Compatibility with MySQL-3.23 and later
 . 
 This package contains modules for all Python versions supported in Debian.

Package: python-mysqldb-dbg
Section: debug
Priority: extra
Architecture: any
Depends: python-mysqldb (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
Suggests: python-egenix-mxdatetime-dbg
Description: Python interface to MySQL (debug extension)
 MySQLdb is an interface to the popular MySQL database server for
 Python.
 .
 This package contains modules for all Python versions supported in
 Debian built for Python debug interpreter.