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 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254
|
Source: mysql-8.0
Section: database
Priority: optional
Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>
Uploaders: Norbert Tretkowski <norbert@tretkowski.de>,
Clint Byrum <clint@ubuntu.com>,
James Page <jamespage@debian.org>,
Robie Basak <robie@justgohome.co.uk>,
Lars Tangvald <lars.tangvald@oracle.com>,
Lena Voytek <lena@voytek.dev>
Build-Depends: bison,
chrpath,
cmake,
debhelper (>= 9.20160709),
dh-apparmor,
dpkg-dev (>= 1.16.1~),
libaio-dev[linux-any],
libcurl4-openssl-dev,
libedit-dev,
libevent-dev,
libexpect-perl,
libicu-dev,
libjson-perl,
liblz4-dev (>= 0.0~r131),
libmecab-dev,
libncurses-dev (>= 5.0-6),
libnuma-dev [amd64 arm64 i386 mips mips64el mipsel powerpc ppc64el],
libprotobuf-dev,
libprotoc-dev,
libssl-dev,
libtirpc-dev,
libwrap0-dev (>= 7.6-8.3),
libzstd-dev,
lsb-release,
lz4,
perl,
pkgconf,
po-debconf,
protobuf-compiler,
psmisc,
unzip,
zlib1g-dev (>= 1:1.1.3-5)
Standards-Version: 3.9.8
Rules-Requires-Root: binary-targets
Homepage: http://dev.mysql.com/
Vcs-Git: https://salsa.debian.org/mariadb-team/mysql.git -b mysql-8.0/debian/latest
Vcs-Browser: https://salsa.debian.org/mariadb-team/mysql
XS-Testsuite: autopkgtest
Package: libmysqlclient21
Section: libs
Architecture: any
Depends: mysql-common (>= 5.5), ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: MySQL database client library
MySQL is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MySQL are speed, robustness and
ease of use.
.
This package includes the client library.
Package: libmysqlclient-dev
Architecture: any
Section: libdevel
Depends: libmysqlclient21 (= ${binary:Version}),
libssl-dev,
libzstd-dev,
zlib1g-dev,
${misc:Depends},
${shlibs:Depends}
Breaks: libmysqld-dev (<< 8.0)
Replaces: libmysqld-dev (<< 8.0)
Description: MySQL database development files
MySQL is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MySQL are speed, robustness and
ease of use.
.
This package includes development libraries and header files.
Package: mysql-client-core-8.0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: virtual-mysql-client-core
Conflicts: mariadb-client-10.1,
mariadb-client-10.3,
mariadb-client-core-10.1,
mariadb-client-core-10.3,
mysql-client-5.7,
mysql-client-core-5.7,
virtual-mysql-client-core
Description: MySQL database core client binaries
MySQL is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MySQL are speed, robustness and
ease of use.
.
This package includes the core client files, as used by Akonadi.
Package: mysql-client-8.0
Architecture: any
Depends: debianutils (>=1.6),
mysql-client-core-8.0,
mysql-common (>= 5.5),
${misc:Depends},
${shlibs:Depends}
Provides: virtual-mysql-client
Conflicts: mariadb-client-10.1,
mariadb-client-10.3,
mysql-client-5.7,
virtual-mysql-client
Description: MySQL database client binaries
MySQL is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MySQL are speed, robustness and
ease of use.
.
This package includes the client binaries and the additional tool
mysqlreport.
Package: mysql-server-core-8.0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: virtual-mysql-server-core
Conflicts: mariadb-server-10.1,
mariadb-server-10.3,
mariadb-server-core-10.1,
mariadb-server-core-10.3,
mysql-server-5.7,
mysql-server-core-5.7,
virtual-mysql-server-core
Description: MySQL database server binaries
MySQL is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MySQL are speed, robustness and
ease of use.
.
This package includes the server binaries but doesn't contain all the
infrastructure needed to setup system databases.
Package: mysql-server-8.0
Architecture: any
Recommends: libhtml-template-perl, mecab-ipadic-utf8
Suggests: mailx, tinyca
Pre-Depends: adduser (>= 3.40), debconf, mysql-common (>= 5.5)
Depends: lsb-base (>= 3.0-10),
mysql-client-8.0 (>= ${binary:Version}),
mysql-common (>= 5.8+1.0.4~),
mysql-server-core-8.0 (= ${binary:Version}),
passwd,
perl:any (>= 5.6),
psmisc,
${misc:Depends},
${shlibs:Depends}
Provides: virtual-mysql-server
Conflicts: mariadb-server-10.1,
mariadb-server-10.3,
mysql-server-5.7,
virtual-mysql-server
Description: MySQL database server binaries and system database setup
MySQL is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MySQL are speed, robustness and
ease of use.
.
This package contains all the infrastructure needed to setup system
databases.
Package: mysql-server
Architecture: all
Depends: mysql-server-8.0, ${misc:Depends}
Description: MySQL database server (metapackage depending on the latest version)
This is an empty package that depends on the current "best" version of
mysql-server (currently mysql-server-8.0), as determined by the MySQL
maintainers. Install this package if in doubt about which MySQL
version you need. That will install the version recommended by the
package maintainers.
.
MySQL is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MySQL are speed, robustness and
ease of use.
Package: mysql-client
Architecture: all
Depends: mysql-client-8.0, ${misc:Depends}
Description: MySQL database client (metapackage depending on the latest version)
This is an empty package that depends on the current "best" version of
mysql-client (currently mysql-client-8.0), as determined by the MySQL
maintainers. Install this package if in doubt about which MySQL version
you want, as this is the one considered to be in the best shape by the
Maintainers.
Package: mysql-testsuite
Architecture: all
Depends: mysql-testsuite-8.0, ${misc:Depends}
Description: MySQL regression tests
This is an empty package that depends on the current "best" version of
mysql-testsuite (currently mysql-testsuite-8.0), as determined by the
MySQL maintainers. Install this package if in doubt about which MySQL
version you want, as this is the one we consider to be in the best shape.
Package: mysql-testsuite-8.0
Architecture: any
Depends: libjson-perl,
lz4,
mysql-client-8.0 (= ${binary:Version}),
mysql-server-8.0 (= ${binary:Version}),
unzip,
${misc:Depends},
${shlibs:Depends}
Provides: virtual-mysql-testsuite
Conflicts: mariadb-testsuite-10.1,
mariadb-testsuite-10.3,
mysql-testsuite-5.7,
virtual-mysql-testsuite
Description: MySQL 8.0 testsuite
MySQL is a fast, stable, and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MySQL are speed, robustness and
ease of use.
.
This package includes the MySQL testsuite.
Package: mysql-source-8.0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: MySQL source
MySQL is a fast, stable, and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MySQL are speed, robustness and
ease of use.
.
This package includes the MySQL source code as configured before building
- but after the arch specific configuration. This is currently required for
building plugins.
Package: mysql-router
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: route connections from MySQL clients to MySQL servers
MySQL Router is part of InnoDB cluster, and is lightweight middleware that
provides transparent routing between your application and back-end MySQL
servers. It can be used for a wide variety of use cases, such as providing
high availability and scalability by effectively routing database traffic to
appropriate back-end MySQL servers. The pluggable architecture also enables
developers to extend MySQL Router for custom use cases.
.
Since MySQL Router is clustering software and needs to be configured and
managed across an entire cluster, packaging cannot manage it for you. This
package supplies the binary build only, ready for manual configuration.
Homepage: https://dev.mysql.com/doc/mysql-router/8.0/en/
|