~mdcallag/+junk/5.1-map

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: msvensson at pilot
  • Date: 2007-04-24 09:11:45 UTC
  • mfrom: (2469.1.106)
  • Revision ID: sp1r-msvensson@pilot.blaudden-20070424091145-10463
Merge pilot.blaudden:/home/msvensson/mysql/my51-m-mysql_upgrade
into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: mysql-@MYSQL_BRANDED_BASE_VERSION@
 
2
Section: misc
 
3
Priority: optional
 
4
Maintainer: Monty Taylor <mtaylor@mysql.com>
 
5
Uploaders: Mads Martin Joergensen <mads@mysql.com>, MySQL Build Team <build-private@mysql.com>
 
6
Build-Depends: libtool (>= 1.4.2-7), g++ (>= 4:3.3.5-3), procps | hurd,  debhelper (>= 4.1.16), file (>= 3.28-1), libncurses5-dev (>= 5.0-6), perl (>= 5.6.0), libwrap0-dev (>= 7.6-8.3), zlib1g-dev (>= 1:1.1.3-5), libreadline5-dev | libreadline-dev, psmisc, po-debconf, chrpath, automake1.8, doxygen, gs, dpatch, gawk, bison
 
7
Standards-Version: 3.7.2
 
8
 
 
9
Package: libmysqlclient@SHARED_LIB_MAJOR_VERSION@off
 
10
Section: libs
 
11
Architecture: any
 
12
Depends: mysql-common (>= ${Source-Version}), ${shlibs:Depends}
 
13
Description: mysql database client library
 
14
 The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
 
15
 and robust SQL (Structured Query Language) database server. MySQL Server
 
16
 is intended for mission-critical, heavy-load production systems as well
 
17
 as for embedding into mass-deployed software. MySQL is a trademark of
 
18
 MySQL AB.
 
19
 .
 
20
 The MySQL software has Dual Licensing, which means you can use the MySQL
 
21
 software free of charge under the GNU General Public License
 
22
 (http://www.gnu.org/licenses/). You can also purchase commercial MySQL
 
23
 licenses from MySQL AB if you do not wish to be bound by the terms of
 
24
 the GPL. See the chapter "Licensing and Support" in the manual for
 
25
 further info.
 
26
 .
 
27
 The MySQL web site (http://www.mysql.com/) provides the latest
 
28
 news and information about the MySQL software. Also please see the
 
29
 documentation and the manual for more information.
 
30
 .
 
31
 This package contains the shared libraries (*.so*) which certain
 
32
 languages and applications need to dynamically load and use MySQL.
 
33
 
 
34
Package: libmysqlclient@SHARED_LIB_MAJOR_VERSION@-dev
 
35
Architecture: any
 
36
Section: libdevel
 
37
Depends: libmysqlclient@SHARED_LIB_MAJOR_VERSION@ (>= ${Source-Version}), zlib1g-dev, ${shlibs:Depends}
 
38
Conflicts: libmysqlclient14-dev, libmysqlclient12-dev, libmysqlclient10-dev
 
39
Provides: libmysqlclient-dev
 
40
Description: mysql database development files
 
41
 The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
 
42
 and robust SQL (Structured Query Language) database server. MySQL Server
 
43
 is intended for mission-critical, heavy-load production systems as well
 
44
 as for embedding into mass-deployed software. MySQL is a trademark of
 
45
 MySQL AB.
 
46
 .
 
47
 The MySQL software has Dual Licensing, which means you can use the MySQL
 
48
 software free of charge under the GNU General Public License
 
49
 (http://www.gnu.org/licenses/). You can also purchase commercial MySQL
 
50
 licenses from MySQL AB if you do not wish to be bound by the terms of
 
51
 the GPL. See the chapter "Licensing and Support" in the manual for
 
52
 further info.
 
53
 .
 
54
 The MySQL web site (http://www.mysql.com/) provides the latest
 
55
 news and information about the MySQL software. Also please see the
 
56
 documentation and the manual for more information.
 
57
 .
 
58
 This package contains the development header files and libraries
 
59
 necessary to develop MySQL client applications.
 
60
 
 
61
Package: libndbclient@NDB_SHARED_LIB_MAJOR_VERSION@
 
62
Section: libs
 
63
Architecture: any
 
64
Depends: mysql-common (>= ${Source-Version}), libmysqlclient@SHARED_LIB_MAJOR_VERSION@, ${shlibs:Depends}
 
65
Description: mysql cluster NdbApi library
 
66
 The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
 
67
 and robust SQL (Structured Query Language) database server. MySQL Server
 
68
 is intended for mission-critical, heavy-load production systems as well
 
69
 as for embedding into mass-deployed software. MySQL is a trademark of
 
70
 MySQL AB.
 
71
 .
 
72
 The MySQL software has Dual Licensing, which means you can use the MySQL
 
73
 software free of charge under the GNU General Public License
 
74
 (http://www.gnu.org/licenses/). You can also purchase commercial MySQL
 
75
 licenses from MySQL AB if you do not wish to be bound by the terms of
 
76
 the GPL. See the chapter "Licensing and Support" in the manual for
 
77
 further info.
 
78
 .
 
79
 The MySQL web site (http://www.mysql.com/) provides the latest
 
80
 news and information about the MySQL software. Also please see the
 
81
 documentation and the manual for more information.
 
82
 .
 
83
 This package contains the shared libraries (*.so*) which certain
 
84
 languages and applications need to dynamically load and use MySQL NdbApi.
 
85
 
 
86
Package: libndbclient@NDB_SHARED_LIB_MAJOR_VERSION@-dev
 
87
Architecture: any
 
88
Section: libdevel
 
89
Depends: libndbclient@NDB_SHARED_LIB_MAJOR_VERSION@ (>= ${Source-Version}), zlib1g-dev, ${shlibs:Depends}
 
90
Provides: libndbclient-dev
 
91
Description: mysql cluster NdbApi development files
 
92
 The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
 
93
 and robust SQL (Structured Query Language) database server. MySQL Server
 
94
 is intended for mission-critical, heavy-load production systems as well
 
95
 as for embedding into mass-deployed software. MySQL is a trademark of
 
96
 MySQL AB.
 
97
 .
 
98
 The MySQL software has Dual Licensing, which means you can use the MySQL
 
99
 software free of charge under the GNU General Public License
 
100
 (http://www.gnu.org/licenses/). You can also purchase commercial MySQL
 
101
 licenses from MySQL AB if you do not wish to be bound by the terms of
 
102
 the GPL. See the chapter "Licensing and Support" in the manual for
 
103
 further info.
 
104
 .
 
105
 The MySQL web site (http://www.mysql.com/) provides the latest
 
106
 news and information about the MySQL software. Also please see the
 
107
 documentation and the manual for more information.
 
108
 .
 
109
 This package contains the development header files and libraries
 
110
 necessary to develop NdbApi client applications.
 
111
 
 
112
Package: mysql-common
 
113
Section: misc
 
114
Architecture: all
 
115
Depends: ${shlibs:Depends}, ${misc:Depends}
 
116
Conflicts: mysql-common-@MYSQL_BRANDED_PREVIOUS_BASE_VERSION@
 
117
Provides: mysql-common-@MYSQL_BRANDED_PREVIOUS_BASE_VERSION@
 
118
Replaces: mysql-common-@MYSQL_BRANDED_PREVIOUS_BASE_VERSION@
 
119
Description: mysql database common files (e.g. /etc/mysql/my.cnf)
 
120
 The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
 
121
 and robust SQL (Structured Query Language) database server. MySQL Server
 
122
 is intended for mission-critical, heavy-load production systems as well
 
123
 as for embedding into mass-deployed software. MySQL is a trademark of
 
124
 MySQL AB.
 
125
 .
 
126
 The MySQL software has Dual Licensing, which means you can use the MySQL
 
127
 software free of charge under the GNU General Public License
 
128
 (http://www.gnu.org/licenses/). You can also purchase commercial MySQL
 
129
 licenses from MySQL AB if you do not wish to be bound by the terms of
 
130
 the GPL. See the chapter "Licensing and Support" in the manual for
 
131
 further info.
 
132
 .
 
133
 The MySQL web site (http://www.mysql.com/) provides the latest
 
134
 news and information about the MySQL software. Also please see the
 
135
 documentation and the manual for more information.
 
136
 .
 
137
 This package includes files needed by all versions of the client library.
 
138
 
 
139
Package: mysql-client-@MYSQL_BRANDED_BASE_VERSION@
 
140
Architecture: any
 
141
Depends: debianutils (>=1.6), libdbi-perl, libdbd-mysql-perl (>= 1.2202), mysql-common (>= ${Source-Version}), libmysqlclient@SHARED_LIB_MAJOR_VERSION@ (>= ${Source-Version}), ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 
142
Provides: virtual-mysql-client, mysql-client, mysql-client-@MYSQL_BRANDED_PREVIOUS_BASE_VERSION@
 
143
Conflicts: mysql-client (<< ${Source-Version}), mysql-client-@MYSQL_BRANDED_PREVIOUS_BASE_VERSION@
 
144
Replaces: mysql-client (<< ${Source-Version}), mysql-server, mysql-client-@MYSQL_BRANDED_PREVIOUS_BASE_VERSION@
 
145
Description: mysql database client binaries
 
146
 The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
 
147
 and robust SQL (Structured Query Language) database server. MySQL Server
 
148
 is intended for mission-critical, heavy-load production systems as well
 
149
 as for embedding into mass-deployed software. MySQL is a trademark of
 
150
 MySQL AB.
 
151
 .
 
152
 The MySQL software has Dual Licensing, which means you can use the MySQL
 
153
 software free of charge under the GNU General Public License
 
154
 (http://www.gnu.org/licenses/). You can also purchase commercial MySQL
 
155
 licenses from MySQL AB if you do not wish to be bound by the terms of
 
156
 the GPL. See the chapter "Licensing and Support" in the manual for
 
157
 further info.
 
158
 .
 
159
 The MySQL web site (http://www.mysql.com/) provides the latest
 
160
 news and information about the MySQL software. Also please see the
 
161
 documentation and the manual for more information.
 
162
 .
 
163
 This package contains the standard MySQL clients and administration tools. 
 
164
 
 
165
Package: mysql-server-@MYSQL_BRANDED_BASE_VERSION@
 
166
Architecture: any                                                               
 
167
Suggests: tinyca
 
168
Recommends: mailx
 
169
Pre-Depends: mysql-common (>= ${Source-Version}), adduser (>= 3.40)
 
170
Depends: mysql-client-@MYSQL_BRANDED_BASE_VERSION@ (>= ${Source-Version}), libdbi-perl, perl (>= 5.6), ${shlibs:Depends}, ${misc:Depends}, psmisc, passwd, lsb-base (>= 3.0-10)
 
171
Conflicts: mysql-server (<< ${Source-Version}), mysql-server-@MYSQL_BRANDED_PREVIOUS_BASE_VERSION@ (<< 5.0.26-3)
 
172
Provides: mysql-server, virtual-mysql-server, mysql-server-@MYSQL_BRANDED_PREVIOUS_BASE_VERSION@
 
173
Replaces: mysql-server (<< ${Source-Version}), mysql-server-@MYSQL_BRANDED_PREVIOUS_BASE_VERSION@
 
174
Description: mysql database server binaries
 
175
 The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
 
176
 and robust SQL (Structured Query Language) database server. MySQL Server
 
177
 is intended for mission-critical, heavy-load production systems as well
 
178
 as for embedding into mass-deployed software. MySQL is a trademark of
 
179
 MySQL AB.
 
180
 .  
 
181
 The MySQL software has Dual Licensing, which means you can use the MySQL
 
182
 software free of charge under the GNU General Public License
 
183
 (http://www.gnu.org/licenses/). You can also purchase commercial MySQL
 
184
 licenses from MySQL AB if you do not wish to be bound by the terms of
 
185
 the GPL. See the chapter "Licensing and Support" in the manual for
 
186
 further info.
 
187
 . 
 
188
 The MySQL web site (http://www.mysql.com/) provides the latest
 
189
 news and information about the MySQL software. Also please see the
 
190
 documentation and the manual for more information.
 
191
 . 
 
192
 This package includes the MySQL server binary (incl. InnoDB) as well
 
193
 as related utilities to run and administrate a MySQL server.
 
194
 .
 
195
 If you want to access and work with the database, you have to install
 
196
 package mysql-client-@MYSQL_BRANDED_BASE_VERSION@ as well!
 
197
 
 
198
Package: mysql-test-@MYSQL_BRANDED_BASE_VERSION@
 
199
Architecture: any                                                               
 
200
Pre-Depends: mysql-common (>= ${Source-Version})
 
201
Depends: mysql-client-@MYSQL_BRANDED_BASE_VERSION@ (>= ${Source-Version}), libdbd-mysql-perl, perl (>= 5.6), ${shlibs:Depends}, ${misc:Depends}
 
202
Description: MySQL - test suite
 
203
 The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
 
204
 and robust SQL (Structured Query Language) database server. MySQL Server
 
205
 is intended for mission-critical, heavy-load production systems as well
 
206
 as for embedding into mass-deployed software. MySQL is a trademark of
 
207
 MySQL AB.
 
208
 .  
 
209
 The MySQL software has Dual Licensing, which means you can use the MySQL
 
210
 software free of charge under the GNU General Public License
 
211
 (http://www.gnu.org/licenses/). You can also purchase commercial MySQL
 
212
 licenses from MySQL AB if you do not wish to be bound by the terms of
 
213
 the GPL. See the chapter "Licensing and Support" in the manual for
 
214
 further info.
 
215
 . 
 
216
 The MySQL web site (http://www.mysql.com/) provides the latest
 
217
 news and information about the MySQL software. Also please see the
 
218
 documentation and the manual for more information.
 
219
 . 
 
220
 This package contains the MySQL regression test suite.
 
221
 
 
222
Package: mysql-storage-@MYSQL_BRANDED_BASE_VERSION@
 
223
Architecture: any                                                               
 
224
Depends: ${shlibs:Depends}, ${misc:Depends}
 
225
Description: MySQL - ndbcluster storage engine
 
226
 The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
 
227
 and robust SQL (Structured Query Language) database server. MySQL Server
 
228
 is intended for mission-critical, heavy-load production systems as well
 
229
 as for embedding into mass-deployed software. MySQL is a trademark of
 
230
 MySQL AB.
 
231
 .  
 
232
 The MySQL software has Dual Licensing, which means you can use the MySQL
 
233
 software free of charge under the GNU General Public License
 
234
 (http://www.gnu.org/licenses/). You can also purchase commercial MySQL
 
235
 licenses from MySQL AB if you do not wish to be bound by the terms of
 
236
 the GPL. See the chapter "Licensing and Support" in the manual for
 
237
 further info.
 
238
 . 
 
239
 The MySQL web site (http://www.mysql.com/) provides the latest
 
240
 news and information about the MySQL software. Also please see the
 
241
 documentation and the manual for more information.
 
242
 . 
 
243
 This package contains the ndbcluster storage engine. 
 
244
 It is necessary to have this package installed on all 
 
245
 computers that should store ndbcluster table data.
 
246
 Note that this storage engine can only be used in conjunction
 
247
 with the MySQL Max server.
 
248
 
 
249
Package: mysql-management-@MYSQL_BRANDED_BASE_VERSION@
 
250
Architecture: any                                                               
 
251
Depends: ${shlibs:Depends}, ${misc:Depends}
 
252
Description: MySQL - ndbcluster storage engine management
 
253
 The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
 
254
 and robust SQL (Structured Query Language) database server. MySQL Server
 
255
 is intended for mission-critical, heavy-load production systems as well
 
256
 as for embedding into mass-deployed software. MySQL is a trademark of
 
257
 MySQL AB.
 
258
 .  
 
259
 The MySQL software has Dual Licensing, which means you can use the MySQL
 
260
 software free of charge under the GNU General Public License
 
261
 (http://www.gnu.org/licenses/). You can also purchase commercial MySQL
 
262
 licenses from MySQL AB if you do not wish to be bound by the terms of
 
263
 the GPL. See the chapter "Licensing and Support" in the manual for
 
264
 further info.
 
265
 . 
 
266
 The MySQL web site (http://www.mysql.com/) provides the latest
 
267
 news and information about the MySQL software. Also please see the
 
268
 documentation and the manual for more information.
 
269
 . 
 
270
 This package contains ndbcluster storage engine management.
 
271
 It is necessary to have this package installed on at least 
 
272
 one computer in the cluster.
 
273
 
 
274
Package: mysql-tools-@MYSQL_BRANDED_BASE_VERSION@
 
275
Architecture: any                                                               
 
276
Depends: ${shlibs:Depends}, ${misc:Depends}
 
277
Description: MySQL - ndbcluster storage engine basic tools
 
278
 The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
 
279
 and robust SQL (Structured Query Language) database server. MySQL Server
 
280
 is intended for mission-critical, heavy-load production systems as well
 
281
 as for embedding into mass-deployed software. MySQL is a trademark of
 
282
 MySQL AB.
 
283
 .  
 
284
 The MySQL software has Dual Licensing, which means you can use the MySQL
 
285
 software free of charge under the GNU General Public License
 
286
 (http://www.gnu.org/licenses/). You can also purchase commercial MySQL
 
287
 licenses from MySQL AB if you do not wish to be bound by the terms of
 
288
 the GPL. See the chapter "Licensing and Support" in the manual for
 
289
 further info.
 
290
 . 
 
291
 The MySQL web site (http://www.mysql.com/) provides the latest
 
292
 news and information about the MySQL software. Also please see the
 
293
 documentation and the manual for more information.
 
294
 . 
 
295
 This package contains ndbcluster storage engine basic tools.
 
296
 
 
297
Package: mysql-extra-@MYSQL_BRANDED_BASE_VERSION@
 
298
Architecture: any                                                               
 
299
Depends: ${shlibs:Depends}, ${misc:Depends}
 
300
Description: MySQL - ndbcluster storage engine extra tools
 
301
 The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
 
302
 and robust SQL (Structured Query Language) database server. MySQL Server
 
303
 is intended for mission-critical, heavy-load production systems as well
 
304
 as for embedding into mass-deployed software. MySQL is a trademark of
 
305
 MySQL AB.
 
306
 .  
 
307
 The MySQL software has Dual Licensing, which means you can use the MySQL
 
308
 software free of charge under the GNU General Public License
 
309
 (http://www.gnu.org/licenses/). You can also purchase commercial MySQL
 
310
 licenses from MySQL AB if you do not wish to be bound by the terms of
 
311
 the GPL. See the chapter "Licensing and Support" in the manual for
 
312
 further info.
 
313
 . 
 
314
 The MySQL web site (http://www.mysql.com/) provides the latest
 
315
 news and information about the MySQL software. Also please see the
 
316
 documentation and the manual for more information.
 
317
 . 
 
318
 This package contains some extra ndbcluster storage engine tools for 
 
319
 the advanced user.  
 
320
 .
 
321
 They should be used with caution
 
322
 
 
323
 
 
324
Package: mysql-server-@MYSQL_BRANDED_PREVIOUS_BASE_VERSION@
 
325
Architecture: any                                                               
 
326
Section: oldlibs
 
327
Priority: extra
 
328
Depends: mysql-server-@MYSQL_BRANDED_BASE_VERSION@
 
329
Description: mysql database server (transitional package)
 
330
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 
331
 server. SQL (Structured Query Language) is the most popular database query
 
332
 language in the world. The main goals of MySQL are speed, robustness and
 
333
 ease of use.
 
334
 .
 
335
 This is an empty transitional package and can safely be removed.
 
336
 
 
337
Package: mysql-server
 
338
Architecture: all
 
339
Depends: mysql-server-@MYSQL_BRANDED_BASE_VERSION@
 
340
Description: mysql database server (meta package depending on the latest version)
 
341
 This is an empty package that depends on the current "best" version of
 
342
 mysql-server (currently mysql-server-@MYSQL_BRANDED_BASE_VERSION@), as determined by the MySQL
 
343
 maintainers.  Install this package if in doubt about which MySQL version
 
344
 you want, as this is the one we consider to be in the best shape.
 
345
 
 
346
Package: mysql-client
 
347
Architecture: all
 
348
Depends: mysql-client-@MYSQL_BRANDED_BASE_VERSION@
 
349
Description: mysql database client (meta package depending on the latest version)
 
350
 This is an empty package that depends on the current "best" version of
 
351
 mysql-client (currently mysql-client-@MYSQL_BRANDED_BASE_VERSION@), as determined by the MySQL
 
352
 maintainers.  Install this package if in doubt about which MySQL version
 
353
 you want, as this is the one we consider to be in the best shape.