File: control

package info (click to toggle)
python-mysqldb 1.3.7-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 508 kB
  • ctags: 1,126
  • sloc: python: 2,856; ansic: 2,804; makefile: 8
file content (92 lines) | stat: -rw-r--r-- 3,174 bytes parent folder | download
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
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>,
           Brian May <bam@debian.org>,
           Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python,
               default-libmysqlclient-dev,
               python-all-dbg,
               python-all-dev,
               python-setuptools,
               python3-all-dbg,
               python3-all-dev,
               python3-setuptools,
               zlib1g-dev,
Standards-Version: 3.9.6
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-mysqldb.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-mysqldb.git
Homepage: https://pypi.python.org/pypi/mysqlclient

Package: python-mysqldb
Architecture: any
Depends: ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends},
Suggests: default-mysql-server | virtual-mysql-server,
          python-egenix-mxdatetime,
          python-mysqldb-dbg,
Provides: ${python:Provides},
Description: Python interface to MySQL
 Mysqlclient is an interface to the popular MySQL database server for Python.
 .
 This is a fork of MySQLdb. It add Python 3.3 support and merges some pull
 requests.
 .
 This package contains modules for all Python 2.x versions supported in Debian.

Package: python-mysqldb-dbg
Section: debug
Priority: extra
Architecture: any
Depends: python-dbg,
         python-mysqldb (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends},
Pre-Depends: dpkg (>= 1.17.2)
Suggests: python-egenix-mxdatetime-dbg,
Description: Python interface to MySQL (debug extension)
 Mysqlclient is an interface to the popular MySQL database server for Python.
 .
 This is a fork of MySQLdb. It add Python 3.3 support and merges some pull
 requests.
 .
 This package contains modules for all Python 2.x versions supported in
 Debian built for Python debug interpreter.

Package: python3-mysqldb
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
Suggests: default-mysql-server | virtual-mysql-server,
          python-egenix-mxdatetime,
          python3-mysqldb-dbg,
Provides: ${python3:Provides},
Description: Python interface to MySQL
 Mysqlclient is an interface to the popular MySQL database server for Python.
 .
 This is a fork of MySQLdb. It add Python 3.3 support and merges some pull
 requests.
 .
 This package contains modules for all Python 3.x versions supported in Debian.

Package: python3-mysqldb-dbg
Section: debug
Priority: extra
Architecture: any
Depends: python3-dbg,
         python3-mysqldb (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends},
Suggests: python-egenix-mxdatetime-dbg,
Description: Python interface to MySQL (debug extension)
 Mysqlclient is an interface to the popular MySQL database server for Python.
 .
 This is a fork of MySQLdb. It add Python 3.3 support and merges some pull
 requests.
 .
 This package contains modules for all Python 3.x versions supported in
 Debian built for Python debug interpreter.