~otto/maria/5.5.37-0ubuntu0.14.04.1

« back to all changes in this revision

Viewing changes to debian/dist/Ubuntu/control

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen, Otto Kekäläinen, James Page
  • Date: 2013-12-22 10:28:14 UTC
  • Revision ID: package-import@ubuntu.com-20131222102814-dvryvsdyl8m3u2az
Tags: 5.5.32-1
[ Otto Kekäläinen ]
* Initial package for Debian (Closes: #565308), based on upstream
  packaging:
  - mariadb-5.3 by Sergei Golubchik
  - mariadb-5.2 by Kristian Nielsen
  - mariadb-5.1 by Peter Lieverdink
* Bring packaging up-to-date inline with mysql-5.5 packaging.
* Refine control file and tidy lintian warnings
* Rename libmysqlclient18 -> libmariadbclient18.
* Add suitable Breaks/Replaces/Provides to support migration
  to/from mysql-server-5.5.
* Plus multiple other updates based on feedback from Debian maintainers

[ James Page ]
* d/control,rules: Cherry picked fix from mysql-5.5 packaging to disable
  x86 assembler in taocrypt on i386 architectures, removing need for
  gcc-4.4 dependency.
* d/control: Add myself to uploaders.
* d/control: Update Vcs fields for new location on git.debian.org.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: mariadb-5.5
2
 
Section: misc
3
 
Priority: optional
4
 
Maintainer: MariaDB Developers <maria-developers@lists.launchpad.net>
5
 
XSBC-Original-Maintainer: Maria Developers <maria-developers@lists.launchpad.net>
6
 
Uploaders: MariaDB Developers <maria-developers@lists.launchpad.net>
7
 
Build-Depends: libtool (>= 1.4.2-7), procps | hurd,  debhelper, file (>= 3.28), libncurses5-dev (>= 5.0-6), perl (>= 5.6.0), libwrap0-dev (>= 7.6-8.3), zlib1g-dev (>= 1:1.1.3-5), ${LIBREADLINE_DEV}, libevent-dev, libssl-dev, libpam0g-dev, psmisc, po-debconf, chrpath, automake1.9, doxygen, texlive-latex-base, ghostscript | gs-gpl, dpatch, gawk, bison, lsb-release, hardening-wrapper, ${CMAKE_DEP}libaio-dev
8
 
Standards-Version: 3.8.2
9
 
Homepage: http://mariadb.org/
10
 
Vcs-Browser: http://bazaar.launchpad.net/~maria-captains/maria/5.5/files
11
 
Vcs-Bzr: bzr://lp:maria
12
 
 
13
 
Package: libmariadbclient18
14
 
Section: libs
15
 
Architecture: any
16
 
Depends: mariadb-common, libmysqlclient18 (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
17
 
Description: MariaDB database client library
18
 
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
19
 
 server. SQL (Structured Query Language) is the most popular database query
20
 
 language in the world. The main goals of MariaDB are speed, robustness and
21
 
 ease of use.
22
 
 .
23
 
 This package includes the client library.
24
 
 
25
 
Package: libmysqlclient18
26
 
Section: libs
27
 
Architecture: any
28
 
Depends: libmariadbclient18 (= ${source:Version})
29
 
Replaces: libmysqlclient18 (<< ${source:Version})
30
 
Description: Virtual package to satisfy external depends
31
 
 This is an empty package that provides an updated "best" version of
32
 
 libmysqlclient18 that does not conflict with the libmariadbclient18
33
 
 package.
34
 
 .
35
 
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
36
 
 server. SQL (Structured Query Language) is the most popular database query
37
 
 language in the world. The main goals of MariaDB are speed, robustness and
38
 
 ease of use.
39
 
 
40
 
Package: libmariadbd-dev
41
 
Architecture: any
42
 
Section: libdevel
43
 
Depends: libmariadbclient-dev (>= ${source:Version}), ${misc:Depends}
44
 
Provides: libmysqld-dev
45
 
Conflicts: libmysqld-dev
46
 
Replaces: libmysqld-dev
47
 
Description: MariaDB embedded database development files
48
 
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
49
 
 server. SQL (Structured Query Language) is the most popular database query
50
 
 language in the world. The main goals of MariaDB are speed, robustness and
51
 
 ease of use.
52
 
 .
53
 
 This package includes the embedded server library and header files.
54
 
 
55
 
Package: libmariadbclient-dev
56
 
Architecture: any
57
 
Section: libdevel
58
 
Depends: libmariadbclient18 (>= ${source:Version}), zlib1g-dev, , ${shlibs:Depends}, ${misc:Depends}
59
 
Replaces: libmariadbclient16-dev, libmysqlclient16-dev
60
 
Conflicts: libmysqlclient-dev, libmariadbclient16-dev, libmysqlclient14-dev, libmysqlclient12-dev, libmysqlclient10-dev, libmysqlclient15-dev, libmysqlclient16-dev
61
 
Provides: libmysqlclient-dev
62
 
Description: MariaDB database development files
63
 
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
64
 
 server. SQL (Structured Query Language) is the most popular database query
65
 
 language in the world. The main goals of MariaDB are speed, robustness and
66
 
 ease of use.
67
 
 .
68
 
 This package includes development libraries and header files.
69
 
 
70
 
Package: mysql-common
71
 
Section: database
72
 
Architecture: all
73
 
Depends: ${shlibs:Depends}, ${misc:Depends}
74
 
Description: MariaDB database common files (e.g. /etc/mysql/my.cnf)
75
 
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
76
 
 server. SQL (Structured Query Language) is the most popular database query
77
 
 language in the world. The main goals of MariaDB are speed, robustness and
78
 
 ease of use.
79
 
 .
80
 
 This package includes files needed by all versions of the client library
81
 
 (e.g. /etc/mysql/my.cnf).
82
 
 
83
 
Package: mariadb-common
84
 
Section: database
85
 
Architecture: all
86
 
Depends: mysql-common, ${shlibs:Depends}, ${misc:Depends}
87
 
Description: MariaDB database common files (e.g. /etc/mysql/conf.d/mariadb.cnf)
88
 
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
89
 
 server. SQL (Structured Query Language) is the most popular database query
90
 
 language in the world. The main goals of MariaDB are speed, robustness and
91
 
 ease of use.
92
 
 .
93
 
 This package includes files needed by all versions of the client library
94
 
 (e.g. /etc/mysql/conf.d/mariadb.cnf).
95
 
 
96
 
Package: mariadb-client-core-5.5
97
 
Architecture: any
98
 
Depends: mariadb-common, libmariadbclient18 (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
99
 
Provides: mysql-client-core, mysql-client-core-5.1, mysql-client-core-5.5
100
 
Conflicts: mysql-client (<< 5.0.51), mysql-client-5.0,
101
 
    mysql-client-5.1 (<< ${source:Version}), mysql-client-5.5 (<< ${source:Version}),
102
 
    mysql-client-core-5.1, mysql-client-core-5.5,
103
 
    mariadb-client-5.1, mariadb-client-core-5.1,
104
 
    mariadb-client-5.2, mariadb-client-core-5.2,
105
 
    mariadb-client-5.3, mariadb-client-core-5.3
106
 
Replaces: mysql-client (<< 5.0.51), mysql-client-5.0,
107
 
    mysql-client-5.1, mysql-client-5.5,
108
 
    mysql-client-core-5.1, mysql-client-core-5.5,
109
 
    mariadb-client-5.1, mariadb-client-core-5.1,
110
 
    mariadb-client-5.2, mariadb-client-core-5.2,
111
 
    mariadb-client-5.3, mariadb-client-core-5.3
112
 
Description: MariaDB database core client binaries
113
 
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
114
 
 server. SQL (Structured Query Language) is the most popular database query
115
 
 language in the world. The main goals of MariaDB are speed, robustness and
116
 
 ease of use.
117
 
 .
118
 
 This package includes the core client files, as used by Akonadi.
119
 
 
120
 
Package: mariadb-client-5.5
121
 
Architecture: any
122
 
Depends: debianutils (>=1.6), libdbi-perl, libdbd-mysql-perl (>= 1.2202), mariadb-common, libmariadbclient18 (>= ${source:Version}), mariadb-client-core-5.5 (>= ${source:Version}), ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
123
 
Provides: virtual-mysql-client, mysql-client,
124
 
    mysql-client-4.1, mysql-client-5.1, mysql-client-5.5
125
 
Conflicts: mysql-client (<< 5.0.51), mysql-client-5.0, mysql-client-5.1,
126
 
    mariadb-client (<< ${source:Version}),
127
 
    mariadb-client-5.1, mariadb-client-5.2, mariadb-client-5.3, mysql-client-5.5
128
 
Replaces: mysql-client (<< 5.0.51), mysql-client-5.0, mysql-client-5.1,
129
 
    mysql-client-5.5,
130
 
    mariadb-client (<< ${source:Version}),
131
 
    mariadb-client-5.1, mariadb-client-5.2, mariadb-client-5.3
132
 
Description: MariaDB database client binaries
133
 
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
134
 
 server. SQL (Structured Query Language) is the most popular database query
135
 
 language in the world. The main goals of MariaDB are speed, robustness and
136
 
 ease of use.
137
 
 .
138
 
 This package includes the client binaries and the additional tools
139
 
 innotop and mysqlreport.
140
 
 
141
 
Package: mariadb-server-core-5.5
142
 
Architecture: any
143
 
Depends: ${shlibs:Depends}, ${misc:Depends}, libmariadbclient18 (>= ${binary:Version})
144
 
Provides: mysql-server-core, mysql-server-core-5.1, mysql-server-core-5.5
145
 
Conflicts: mysql-server-5.0,
146
 
    mysql-server-core-5.0, mysql-server-core-5.1, mysql-server-core-5.5,
147
 
    mariadb-server-core-5.1, mariadb-server-core-5.2, mariadb-server-core-5.5
148
 
Replaces: mysql-server-5.0,
149
 
    mysql-server-core-5.0, mysql-server-core-5.1, mysql-server-core-5.5,
150
 
    mariadb-server-core-5.1, mariadb-server-core-5.2, mariadb-server-core-5.5
151
 
Description: MariaDB database core server files
152
 
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
153
 
 server. SQL (Structured Query Language) is the most popular database query
154
 
 language in the world. The main goals of MariaDB are speed, robustness and
155
 
 ease of use.
156
 
 .
157
 
 This package includes the core server files, as used by Akonadi.
158
 
 
159
 
Package: mariadb-test-5.5
160
 
Section: database
161
 
Architecture: all
162
 
Depends: mariadb-server-5.5 (= ${source:Version}), mariadb-client-5.5 (= ${source:Version})
163
 
Conflicts: mariadb-test (<< ${source:Version}),
164
 
    mariadb-test-5.1, mariadb-test-5.2, mariadb-test-5.3
165
 
Replaces: mariadb-test (<< ${source:Version}),
166
 
    mariadb-test-5.1, mariadb-test-5.2, mariadb-test-5.3
167
 
Description: MariaDB database regression test suite
168
 
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
169
 
 server. SQL (Structured Query Language) is the most popular database query
170
 
 language in the world. The main goals of MariaDB are speed, robustness and
171
 
 ease of use.
172
 
 .
173
 
 This package includes the regression test suite.
174
 
 
175
 
Package: mariadb-server-5.5
176
 
Architecture: any
177
 
Suggests: tinyca, mailx, mariadb-test
178
 
Recommends: libhtml-template-perl
179
 
Pre-Depends: mariadb-common, adduser (>= 3.40), debconf
180
 
Depends: mariadb-client-5.5 (>= ${source:Version}), libdbi-perl, perl (>= 5.6), ${shlibs:Depends}, ${misc:Depends}, psmisc, passwd, lsb-base (>= 3.0-10), mariadb-server-core-5.5 (>= ${binary:Version})
181
 
Provides: mariadb-server, mysql-server, virtual-mysql-server
182
 
Conflicts: mariadb-server (<< ${source:Version}), mysql-server (<< ${source:Version}),
183
 
    mysql-server-4.1, mysql-server-5.0, mysql-server-5.1, mysql-server-5.5,
184
 
    mariadb-server-5.1, mariadb-server-5.2, mariadb-server-5.3
185
 
Replaces: mariadb-server (<< ${source:Version}), mysql-server (<< ${source:Version}),
186
 
    mysql-server-4.1, mysql-server-5.0, mysql-server-5.1, mysql-server-5.5,
187
 
    mariadb-server-5.1, mariadb-server-5.2, mariadb-server-5.3,
188
 
    libmariadbclient16 (<< 5.3.4),
189
 
    libmariadbclient-dev (<< 5.5.0)
190
 
Description: MariaDB database server binaries
191
 
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
192
 
 server. SQL (Structured Query Language) is the most popular database query
193
 
 language in the world. The main goals of MariaDB are speed, robustness and
194
 
 ease of use.
195
 
 .
196
 
 This package includes the server binaries.
197
 
 
198
 
Package: mariadb-server
199
 
Section: database
200
 
Architecture: all
201
 
Depends: mariadb-server-5.5 (= ${source:Version}), ${misc:Depends}
202
 
Description: MariaDB database server (metapackage depending on the latest version)
203
 
 This is an empty package that depends on the current "best" version of
204
 
 mariadb-server (currently mariadb-server-5.5), as determined by the MariaDB
205
 
 maintainers. Install this package if in doubt about which MariaDB
206
 
 version you need. That will install the version recommended by the
207
 
 package maintainers.
208
 
 .
209
 
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
210
 
 server. SQL (Structured Query Language) is the most popular database query
211
 
 language in the world. The main goals of MariaDB are speed, robustness and
212
 
 ease of use.
213
 
 
214
 
Package: mariadb-client
215
 
Section: database
216
 
Architecture: all
217
 
Depends: mariadb-client-5.5 (= ${source:Version}), ${misc:Depends}
218
 
Description: MariaDB database client (metapackage depending on the latest version)
219
 
 This is an empty package that depends on the current "best" version of
220
 
 mariadb-client (currently mariadb-client-5.5), as determined by the MariaDB
221
 
 maintainers.  Install this package if in doubt about which MariaDB version
222
 
 you want, as this is the one we consider to be in the best shape.
223
 
 
224
 
Package: mariadb-test
225
 
Section: database
226
 
Architecture: all
227
 
Depends: mariadb-test-5.5 (= ${source:Version})
228
 
Description: MariaDB database regression test suite (metapackage depending on the latest version)
229
 
 This is an empty package that depends on the current "best" version of
230
 
 mariadb-test (currently mariadb-test-5.5), as determined by the MariaDB
231
 
 maintainers.