|
| 1 | +Source: mysql-community |
| 2 | +Maintainer: MySQL Release Engineering < [email protected]> |
| 3 | +Section: database |
| 4 | +Priority: optional |
| 5 | +Standards-Version: 3.9.6 |
| 6 | +Homepage: http://www.mysql.com/ |
| 7 | +Build-Depends: bison, |
| 8 | + cmake, |
| 9 | + debhelper (>= 9.0.0), dh-apparmor, dh-systemd (>= 1.5), |
| 10 | + fakeroot, |
| 11 | + libaio-dev[linux-any], libmecab-dev, libncurses5-dev (>= 5.0-6), libnuma-dev, lsb-release, |
| 12 | + perl, po-debconf, psmisc, |
| 13 | + zlib1g-dev (>= 1:1.1.3-5) |
| 14 | + |
| 15 | +Package: mysql-server |
| 16 | +Architecture: any |
| 17 | +Depends: mysql-community-server (= ${binary:Version}), ${misc:Depends} |
| 18 | +Description: MySQL Server meta package depending on latest version |
| 19 | + The MySQL(TM) software delivers a very fast, multi-threaded, multi-user, |
| 20 | + and robust SQL (Structured Query Language) database server. MySQL Server |
| 21 | + is intended for mission-critical, heavy-load production systems as well |
| 22 | + as for embedding into mass-deployed software. MySQL is a trademark of |
| 23 | + Oracle. This is a meta package that depends on the latest mysql server |
| 24 | + package available in the repository. |
| 25 | + |
| 26 | +Package: mysql-community-server |
| 27 | +Architecture: any |
| 28 | +Pre-depends: debconf (>= 0.2.17), adduser |
| 29 | +Depends: mysql-common (= ${binary:Version}), mysql-client (= ${binary:Version}), |
| 30 | + apparmor, psmisc, ${shlibs:Depends}, ${misc:Depends} |
| 31 | +Conflicts: mysql, |
| 32 | + mysql-server-5.0, mysql-server-core-5.0, |
| 33 | + mysql-server-5.1, mysql-server-core-5.1, |
| 34 | + mysql-server-5.5, mysql-server-core-5.5, |
| 35 | + mysql-server-5.6, mysql-server-core-5.6, |
| 36 | + mysql-server-5.7, mysql-server-core-5.7, |
| 37 | + mysql-commercial-server |
| 38 | +Replaces: mysql, |
| 39 | + mysql-server-5.0, mysql-server-core-5.0, |
| 40 | + mysql-server-5.1, mysql-server-core-5.1, |
| 41 | + mysql-server-5.5, mysql-server-core-5.5, |
| 42 | + mysql-server-5.6, mysql-server-core-5.6, |
| 43 | + mysql-server-5.7, mysql-server-core-5.7, |
| 44 | + mysql-commercial-server, |
| 45 | + mysql-community-client |
| 46 | +Provides: virtual-mysql-server, virtual-mysql-server-core |
| 47 | +Description: MySQL Server and server tools |
| 48 | + The MySQL(TM) software delivers a very fast, multi-threaded, multi-user, |
| 49 | + and robust SQL (Structured Query Language) database server. MySQL Server |
| 50 | + is intended for mission-critical, heavy-load production systems as well |
| 51 | + as for embedding into mass-deployed software. MySQL is a trademark of |
| 52 | + Oracle. This package includes the MySQL server binary as well as related |
| 53 | + utilities to run and administer a MySQL server. |
| 54 | + |
| 55 | +Package: mysql-client |
| 56 | +Architecture: any |
| 57 | +Depends: mysql-community-client (= ${binary:Version}), ${misc:Depends} |
| 58 | +Description: MySQL Client meta package depending on latest version |
| 59 | + The MySQL(TM) software delivers a very fast, multi-threaded, multi-user, |
| 60 | + and robust SQL (Structured Query Language) database server. MySQL Server |
| 61 | + is intended for mission-critical, heavy-load production systems as well |
| 62 | + as for embedding into mass-deployed software. MySQL is a trademark of |
| 63 | + Oracle. This is a meta package that depends on the latest mysql client |
| 64 | + package available in the repository. |
| 65 | + |
| 66 | +Package: mysql-community-client |
| 67 | +Architecture: any |
| 68 | +Depends: mysql-common (= ${binary:Version}), |
| 69 | + ${shlibs:Depends}, ${misc:Depends} |
| 70 | +Conflicts: mysql, |
| 71 | + mysql-client-5.0, mysql-client-core-5.0, |
| 72 | + mysql-client-5.1, mysql-client-core-5.1, |
| 73 | + mysql-client-5.5, mysql-client-core-5.5, |
| 74 | + mysql-client-5.6, mysql-client-core-5.6, |
| 75 | + mysql-client-5.7, mysql-client-core-5.7, |
| 76 | + mysql-commercial-client |
| 77 | +Replaces: mysql, |
| 78 | + mysql-client-5.0, mysql-client-core-5.0, |
| 79 | + mysql-client-5.1, mysql-client-core-5.1, |
| 80 | + mysql-client-5.5, mysql-client-core-5.5, |
| 81 | + mysql-client-5.6, mysql-client-core-5.6, |
| 82 | + mysql-client-5.7, mysql-client-core-5.7, |
| 83 | + mysql-commercial-client |
| 84 | +Provides: virtual-mysql-client, virtual-mysql-client-core |
| 85 | +Description: MySQL Client and client tools |
| 86 | + The MySQL(TM) software delivers a very fast, multi-threaded, multi-user, |
| 87 | + and robust SQL (Structured Query Language) database server. MySQL Server |
| 88 | + is intended for mission-critical, heavy-load production systems as well |
| 89 | + as for embedding into mass-deployed software. MySQL is a trademark of |
| 90 | + Oracle. This package contains the standard MySQL clients and |
| 91 | + administration tools. |
| 92 | + |
| 93 | +Package: libmysqlclient20 |
| 94 | +Architecture: any |
| 95 | +Section: libs |
| 96 | +Pre-Depends: ${misc:Pre-Depends} |
| 97 | +Multi-Arch: same |
| 98 | +Depends: mysql-common (= ${binary:Version}), |
| 99 | + ${shlibs:Depends}, ${misc:Depends} |
| 100 | +Description: MySQL shared client libraries |
| 101 | + The MySQL(TM) software delivers a very fast, multi-threaded, multi-user, |
| 102 | + and robust SQL (Structured Query Language) database server. MySQL Server |
| 103 | + is intended for mission-critical, heavy-load production systems as well |
| 104 | + as for embedding into mass-deployed software. MySQL is a trademark of |
| 105 | + Oracle. This package contains the shared libraries for MySQL client |
| 106 | + applications. |
| 107 | + |
| 108 | +Package: mysql-common |
| 109 | +Architecture: any |
| 110 | +Pre-depends: debconf (>= 0.2.17), ${misc:Pre-Depends} |
| 111 | +Multi-Arch: foreign |
| 112 | +Depends: ${shlibs:Depends}, ${misc:Depends} |
| 113 | +Conflicts: mysql, mysql-server-5.6, mysql-server-core-5.6, |
| 114 | + mysql-client-5.6, mysql-client-core-5.6, |
| 115 | + mariadb-server-5.5, percona-xtradb-cluster-common-5.5 |
| 116 | +Replaces: mysql, mysql-server-5.5, mysql-server-core-5.5, libmysqlclient-dev, |
| 117 | + mysql-server-5.6, mysql-server-core-5.6, |
| 118 | + mariadb-server-5.5, percona-xtradb-cluster-common-5.5 |
| 119 | +Provides: mysql-common, mysql-common-5.6 |
| 120 | +Description: MySQL configuration for client and server |
| 121 | + The MySQL(TM) software delivers a very fast, multi-threaded, multi-user, |
| 122 | + and robust SQL (Structured Query Language) database server. MySQL Server |
| 123 | + is intended for mission-critical, heavy-load production systems as well |
| 124 | + as for embedding into mass-deployed software. MySQL is a trademark of |
| 125 | + Oracle. This package contains common files needed by MySQL client |
| 126 | + library, MySQL database server, and MySQL embedded server. |
| 127 | + |
| 128 | +Package: libmysqlclient-dev |
| 129 | +Architecture: any |
| 130 | +Section: libdevel |
| 131 | +Depends: libmysqlclient20 (= ${binary:Version}), |
| 132 | + ${shlibs:Depends}, ${misc:Depends} |
| 133 | +Replaces: mysql-client-5.6, mysql-client-core-5.6 |
| 134 | +Description: MySQL development headers |
| 135 | + The MySQL(TM) software delivers a very fast, multi-threaded, multi-user, |
| 136 | + and robust SQL (Structured Query Language) database server. MySQL Server |
| 137 | + is intended for mission-critical, heavy-load production systems as well |
| 138 | + as for embedding into mass-deployed software. MySQL is a trademark of |
| 139 | + Oracle. This package contains the development header files necessary |
| 140 | + to develop MySQL client applications. |
| 141 | + |
| 142 | +Package: libmysqld-dev |
| 143 | +Architecture: any |
| 144 | +Section: libdevel |
| 145 | +Depends: libmysqlclient-dev (= ${binary:Version}), |
| 146 | + ${shlibs:Depends}, ${misc:Depends} |
| 147 | +Description: MySQL embedded server library |
| 148 | + The MySQL(TM) software delivers a very fast, multi-threaded, multi-user, |
| 149 | + and robust SQL (Structured Query Language) database server. MySQL Server |
| 150 | + is intended for mission-critical, heavy-load production systems as well |
| 151 | + as for embedding into mass-deployed software. MySQL is a trademark of |
| 152 | + Oracle. This package contains the MySQL server as an embedded library. |
| 153 | + |
| 154 | +Package: mysql-testsuite |
| 155 | +Architecture: any |
| 156 | +Depends: mysql-community-test (= ${binary:Version}), ${misc:Depends} |
| 157 | +Description: MySQL Testsuite meta package depending on latest version |
| 158 | + The MySQL(TM) software delivers a very fast, multi-threaded, multi-user, |
| 159 | + and robust SQL (Structured Query Language) database server. MySQL Server |
| 160 | + is intended for mission-critical, heavy-load production systems as well |
| 161 | + as for embedding into mass-deployed software. MySQL is a trademark of |
| 162 | + Oracle. This is a meta package that depends on the latest mysql test |
| 163 | + package available in the repository. |
| 164 | + |
| 165 | +Package: mysql-community-test |
| 166 | +Architecture: any |
| 167 | +Depends: mysql-community-server (= ${binary:Version}), |
| 168 | + mysql-community-client (= ${binary:Version}), perl, python, |
| 169 | + libmysqlclient-dev, ${shlibs:Depends}, ${misc:Depends} |
| 170 | +Conflicts: mysql, |
| 171 | + mysql-testsuite-5.0, mysql-testsuite-5.1, mysql-testsuite-5.5, |
| 172 | + mysql-testsuite-5.6, mysql-commercial-test |
| 173 | +Replaces: mysql-community-server, mysql-community-client |
| 174 | +Description: MySQL Test Run MTR - The MySQL testsuite |
| 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 | + Oracle. This package contains the MySQL regression test suite for MySQL |
| 180 | + database server. |
| 181 | + |
| 182 | +Package: mysql-community-source |
| 183 | +Architecture: any |
| 184 | +Depends: ${misc:Depends}, ${shlibs:Depends} |
| 185 | +Description: MySQL Source |
| 186 | + The MySQL(TM) software delivers a very fast, multi-threaded, multi-user, |
| 187 | + and robust SQL (Structured Query Language) database server. MySQL Server |
| 188 | + is intended for mission-critical, heavy-load production systems as well |
| 189 | + as for embedding into mass-deployed software. MySQL is a trademark of |
| 190 | + Oracle. |
0 commit comments