forked from alibaba/AliSQL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol
More file actions
188 lines (176 loc) · 8.38 KB
/
control
File metadata and controls
188 lines (176 loc) · 8.38 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
Source: mysql-community
Maintainer: MySQL Release Engineering <[email protected]>
Section: database
Priority: optional
Standards-Version: 3.9.3
Homepage: http://www.mysql.com/
Build-Depends: debhelper (>= 9.0.0), libaio-dev[linux-any], libncurses5-dev (>= 5.0-6), perl, zlib1g-dev (>= 1:1.1.3-5), po-debconf, psmisc, bison, dh-apparmor, lsb-release, cmake, fakeroot, libnuma-dev
Package: mysql-server
Architecture: any
Depends: mysql-community-server (= ${binary:Version}), ${misc:Depends}
Description: MySQL Server meta package depending on latest version
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
and robust SQL (Structured Query Language) database server. MySQL Server
is intended for mission-critical, heavy-load production systems as well
as for embedding into mass-deployed software. MySQL is a trademark of
Oracle. This is a meta package that depends on the latest mysql server
package available in the repository.
Package: mysql-community-server
Architecture: any
Pre-depends: debconf (>= 0.2.17), adduser
Depends: mysql-common (= ${binary:Version}), apparmor, perl, psmisc,
${shlibs:Depends}, ${misc:Depends}
Recommends: mysql-client (= ${binary:Version})
Conflicts: mysql,
mysql-server-5.0, mysql-server-core-5.0,
mysql-server-5.1, mysql-server-core-5.1,
mysql-server-5.5, mysql-server-core-5.5,
mysql-server-5.6, mysql-server-core-5.6,
mysql-commercial-server
Replaces: mysql,
mysql-server-5.0, mysql-server-core-5.0,
mysql-server-5.1, mysql-server-core-5.1,
mysql-server-5.5, mysql-server-core-5.5,
mysql-server-5.6, mysql-server-core-5.6,
mysql-commercial-server
Provides: virtual-mysql-server, virtual-mysql-server-core,
mysql-server-5.6, mysql-server-core-5.6
Description: MySQL Server
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
and robust SQL (Structured Query Language) database server. MySQL Server
is intended for mission-critical, heavy-load production systems as well
as for embedding into mass-deployed software. MySQL is a trademark of
Oracle. This package includes the MySQL server binary as well as related
utilities to run and administer a MySQL server.
Package: mysql-client
Architecture: any
Depends: mysql-community-client (= ${binary:Version}), ${misc:Depends}
Description: MySQL Client meta package depending on latest version
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
and robust SQL (Structured Query Language) database server. MySQL Server
is intended for mission-critical, heavy-load production systems as well
as for embedding into mass-deployed software. MySQL is a trademark of
Oracle. This is a meta package that depends on the latest mysql client
package available in the repository.
Package: mysql-community-client
Architecture: any
Depends: mysql-common (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}
Conflicts: mysql,
mysql-client-5.0, mysql-client-core-5.0,
mysql-client-5.1, mysql-client-core-5.1,
mysql-client-5.5, mysql-client-core-5.5,
mysql-client-5.6, mysql-client-core-5.6,
mysql-commercial-client
Replaces: mysql,
mysql-client-5.0, mysql-client-core-5.0,
mysql-client-5.1, mysql-client-core-5.1,
mysql-client-5.5, mysql-client-core-5.5,
mysql-client-5.6, mysql-client-core-5.6,
mysql-commercial-client
Provides: virtual-mysql-client, virtual-mysql-client-core,
mysql-client-5.6, mysql-client-core-5.6
Description: MySQL Client
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
and robust SQL (Structured Query Language) database server. MySQL Server
is intended for mission-critical, heavy-load production systems as well
as for embedding into mass-deployed software. MySQL is a trademark of
Oracle. This package contains the standard MySQL clients and
administration tools.
Package: libmysqlclient18
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Depends: mysql-common (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}
Description: MySQL shared client libraries
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
and robust SQL (Structured Query Language) database server. MySQL Server
is intended for mission-critical, heavy-load production systems as well
as for embedding into mass-deployed software. MySQL is a trademark of
Oracle. This package contains the shared libraries for MySQL client
applications.
Package: mysql-common
Architecture: any
Pre-depends: debconf (>= 0.2.17), ${misc:Pre-Depends}
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: mysql
Replaces: mysql, mysql-server-5.5, mysql-server-core-5.5, libmysqlclient-dev
Provides: mysql-common
Description: MySQL Common
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
and robust SQL (Structured Query Language) database server. MySQL Server
is intended for mission-critical, heavy-load production systems as well
as for embedding into mass-deployed software. MySQL is a trademark of
Oracle. This package contains common files needed by MySQL client
library, MySQL database server, and MySQL embedded server.
Package: libmysqlclient-dev
Architecture: any
Section: libdevel
Depends: libmysqlclient18 (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}
Description: MySQL development headers
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
and robust SQL (Structured Query Language) database server. MySQL Server
is intended for mission-critical, heavy-load production systems as well
as for embedding into mass-deployed software. MySQL is a trademark of
Oracle. This package contains the development header files necessary
to develop MySQL client applications.
Package: libmysqld-dev
Architecture: any
Section: libdevel
Depends: libmysqlclient-dev (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}
Description: MySQL embedded server library
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
and robust SQL (Structured Query Language) database server. MySQL Server
is intended for mission-critical, heavy-load production systems as well
as for embedding into mass-deployed software. MySQL is a trademark of
Oracle. This package contains the MySQL server as an embedded library.
Package: mysql-testsuite
Architecture: any
Depends: mysql-community-test (= ${binary:Version}), ${misc:Depends}
Description: MySQL Testsuite meta package depending on latest version
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
and robust SQL (Structured Query Language) database server. MySQL Server
is intended for mission-critical, heavy-load production systems as well
as for embedding into mass-deployed software. MySQL is a trademark of
Oracle. This is a meta package that depends on the latest mysql test
package available in the repository.
Package: mysql-community-test
Architecture: any
Depends: mysql-community-server (= ${binary:Version}),
mysql-community-client (= ${binary:Version}), python,
libmysqlclient-dev, ${shlibs:Depends}, ${misc:Depends}
Conflicts: mysql,
mysql-testsuite-5.0, mysql-testsuite-5.1, mysql-testsuite-5.5,
mysql-testsuite-5.6, mysql-commercial-test
Description: MySQL Test Run MTR - The MySQL testsuite
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
and robust SQL (Structured Query Language) database server. MySQL Server
is intended for mission-critical, heavy-load production systems as well
as for embedding into mass-deployed software. MySQL is a trademark of
Oracle. This package contains the MySQL regression test suite for MySQL
database server.
Package: mysql-community-bench
Architecture: any
Depends: mysql-community-server (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}
Conflicts: mysql, mysql-commercial-bench
Description: MySQL Bench
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
and robust SQL (Structured Query Language) database server. MySQL Server
is intended for mission-critical, heavy-load production systems as well
as for embedding into mass-deployed software. MySQL is a trademark of
Oracle.
Package: mysql-community-source
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: MySQL source
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
and robust SQL (Structured Query Language) database server. MySQL Server
is intended for mission-critical, heavy-load production systems as well
as for embedding into mass-deployed software. MySQL is a trademark of
Oracle.