mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
5908d7ebb8
Make dependency on mysql-common package in debian/control versioned to force that it is installed together with the other mariadb-* packages. This ensures that the init.d and systemd files for MariaDB mysqld are the ones from MariaDB.org repos.
392 lines
14 KiB
Text
392 lines
14 KiB
Text
Source: mariadb-10.0
|
|
Section: misc
|
|
Priority: optional
|
|
Maintainer: MariaDB Developers <maria-developers@lists.launchpad.net>
|
|
XSBC-Original-Maintainer: Maria Developers <maria-developers@lists.launchpad.net>
|
|
Uploaders: MariaDB Developers <maria-developers@lists.launchpad.net>
|
|
Build-Depends: bison,
|
|
chrpath,
|
|
debhelper,
|
|
dpatch,
|
|
gawk,
|
|
hardening-wrapper,
|
|
libjemalloc-dev (>= 3.0.0),
|
|
libncurses5-dev (>= 5.0-6),
|
|
libpam0g-dev,
|
|
libssl-dev,
|
|
libwrap0-dev (>= 7.6-8.3),
|
|
lsb-release,
|
|
perl (>= 5.6.0),
|
|
po-debconf,
|
|
procps | hurd,
|
|
psmisc,
|
|
zlib1g-dev (>= 1:1.1.3-5),
|
|
${CMAKE_DEP}libaio-dev,
|
|
${LIBREADLINE_DEV}
|
|
Standards-Version: 3.8.3
|
|
Homepage: http://mariadb.org/
|
|
Vcs-Browser: http://bazaar.launchpad.net/~maria-captains/maria/10.0/files
|
|
Vcs-Bzr: bzr://lp:maria
|
|
|
|
Package: libmariadbclient18
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: libmysqlclient18 (= ${source:Version}),
|
|
mariadb-common (>= ${source:Version}),
|
|
${misc:Depends},
|
|
${shlibs:Depends}
|
|
Conflicts: mariadb-galera-server-10.0 (<< 10.0.5),
|
|
mariadb-galera-server-5.5 (<< 5.5.33),
|
|
mariadb-server-10.0 (<< 10.0.5),
|
|
mariadb-server-5.1,
|
|
mariadb-server-5.2,
|
|
mariadb-server-5.3,
|
|
mariadb-server-5.5 (<< 5.5.33)
|
|
Description: MariaDB database client library
|
|
MariaDB 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 MariaDB are speed, robustness and
|
|
ease of use.
|
|
.
|
|
This package includes the client library.
|
|
|
|
Package: libmysqlclient18
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: libmariadbclient18 (= ${source:Version})
|
|
Replaces: libmysqlclient18 (<< ${source:Version})
|
|
Description: Virtual package to satisfy external depends
|
|
This is an empty package that provides an updated "best" version of
|
|
libmysqlclient18 that does not conflict with the libmariadbclient18
|
|
package.
|
|
.
|
|
MariaDB 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 MariaDB are speed, robustness and
|
|
ease of use.
|
|
|
|
Package: libmariadbd-dev
|
|
Architecture: any
|
|
Section: libdevel
|
|
Depends: libmariadbclient-dev (>= ${source:Version}), ${misc:Depends}
|
|
Provides: libmysqld-dev
|
|
Conflicts: libmysqld-dev
|
|
Replaces: libmysqld-dev
|
|
Description: MariaDB embedded database development files
|
|
MariaDB 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 MariaDB are speed, robustness and
|
|
ease of use.
|
|
.
|
|
This package includes the embedded server library and header files.
|
|
|
|
Package: libmariadbclient-dev
|
|
Architecture: any
|
|
Section: libdevel
|
|
Depends: libmariadbclient18 (>= ${source:Version}),
|
|
zlib1g-dev,
|
|
${misc:Depends},
|
|
${shlibs:Depends}
|
|
Replaces: libmariadbclient16-dev, libmysqlclient16-dev
|
|
Conflicts: libmariadbclient16-dev,
|
|
libmysqlclient-dev,
|
|
libmysqlclient10-dev,
|
|
libmysqlclient12-dev,
|
|
libmysqlclient14-dev,
|
|
libmysqlclient15-dev,
|
|
libmysqlclient16-dev
|
|
Provides: libmysqlclient-dev
|
|
Description: MariaDB database development files
|
|
MariaDB 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 MariaDB are speed, robustness and
|
|
ease of use.
|
|
.
|
|
This package includes development libraries and header files.
|
|
|
|
Package: mysql-common
|
|
Section: database
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
Description: MariaDB database common files (e.g. /etc/mysql/my.cnf)
|
|
MariaDB 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 MariaDB are speed, robustness and
|
|
ease of use.
|
|
.
|
|
This package includes files needed by all versions of the client library
|
|
(e.g. /etc/mysql/my.cnf).
|
|
|
|
Package: mariadb-common
|
|
Section: database
|
|
Architecture: all
|
|
Depends: mysql-common (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
|
|
Description: MariaDB database common files (e.g. /etc/mysql/conf.d/mariadb.cnf)
|
|
MariaDB 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 MariaDB are speed, robustness and
|
|
ease of use.
|
|
.
|
|
This package includes files needed by all versions of the client library
|
|
(e.g. /etc/mysql/conf.d/mariadb.cnf).
|
|
|
|
Package: mariadb-client-core-10.0
|
|
Architecture: any
|
|
Depends: libmariadbclient18 (>= ${source:Version}),
|
|
mariadb-common (>= ${source:Version}),
|
|
${misc:Depends},
|
|
${shlibs:Depends}
|
|
Provides: mysql-client-core,
|
|
mysql-client-core-5.1,
|
|
mysql-client-core-5.5,
|
|
mysql-client-core-5.6
|
|
Conflicts: mariadb-client-5.1,
|
|
mariadb-client-5.2,
|
|
mariadb-client-5.3,
|
|
mariadb-client-5.5,
|
|
mariadb-client-core-5.1,
|
|
mariadb-client-core-5.2,
|
|
mariadb-client-core-5.3,
|
|
mariadb-client-core-5.5,
|
|
mysql-client (<< 5.0.51),
|
|
mysql-client-5.0,
|
|
mysql-client-5.1 (<< ${source:Version}),
|
|
mysql-client-5.5 (<< ${source:Version}),
|
|
mysql-client-core-5.1,
|
|
mysql-client-core-5.5,
|
|
mysql-client-core-5.6
|
|
Replaces: mariadb-client-5.1,
|
|
mariadb-client-5.2,
|
|
mariadb-client-5.3,
|
|
mariadb-client-5.5,
|
|
mariadb-client-core-5.1,
|
|
mariadb-client-core-5.2,
|
|
mariadb-client-core-5.3,
|
|
mariadb-client-core-5.5,
|
|
mysql-client (<< 5.0.51),
|
|
mysql-client-5.0,
|
|
mysql-client-5.1,
|
|
mysql-client-5.5,
|
|
mysql-client-core-5.1,
|
|
mysql-client-core-5.5,
|
|
mysql-client-core-5.6
|
|
Description: MariaDB database core client binaries
|
|
MariaDB 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 MariaDB are speed, robustness and
|
|
ease of use.
|
|
.
|
|
This package includes the core client files, as used by Akonadi.
|
|
|
|
Package: mariadb-client-10.0
|
|
Architecture: any
|
|
Depends: debianutils (>=1.6),
|
|
libdbd-mysql-perl (>= 1.2202),
|
|
libdbi-perl,
|
|
libmariadbclient18 (>= ${source:Version}),
|
|
mariadb-client-core-10.0 (>= ${source:Version}),
|
|
mariadb-common (>= ${source:Version}),
|
|
${misc:Depends},
|
|
${perl:Depends},
|
|
${shlibs:Depends}
|
|
Suggests: libterm-readkey-perl
|
|
Provides: mysql-client,
|
|
mysql-client-4.1,
|
|
mysql-client-5.1,
|
|
mysql-client-5.5,
|
|
mysql-client-5.6,
|
|
virtual-mysql-client
|
|
Conflicts: mariadb-client (<< ${source:Version}),
|
|
mariadb-client-5.1,
|
|
mariadb-client-5.2,
|
|
mariadb-client-5.3,
|
|
mariadb-client-5.5,
|
|
mysql-client (<< 5.0.51),
|
|
mysql-client-5.0,
|
|
mysql-client-5.1,
|
|
mysql-client-5.5,
|
|
mysql-client-5.6
|
|
Replaces: mariadb-client (<< ${source:Version}),
|
|
mariadb-client-5.1,
|
|
mariadb-client-5.2,
|
|
mariadb-client-5.3,
|
|
mariadb-client-5.5,
|
|
mysql-client (<< 5.0.51),
|
|
mysql-client-5.0,
|
|
mysql-client-5.1,
|
|
mysql-client-5.5,
|
|
mysql-client-5.6
|
|
Description: MariaDB database client binaries
|
|
MariaDB 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 MariaDB are speed, robustness and
|
|
ease of use.
|
|
.
|
|
This package includes the client binaries and the additional tools
|
|
innotop and mysqlreport.
|
|
|
|
Package: mariadb-server-core-10.0
|
|
Architecture: any
|
|
Depends: libmariadbclient18 (>= ${binary:Version}),
|
|
${misc:Depends},
|
|
${shlibs:Depends}
|
|
Provides: mysql-server-core,
|
|
mysql-server-core-5.1,
|
|
mysql-server-core-5.5,
|
|
mysql-server-core-5.6
|
|
Conflicts: mariadb-server-core-5.1,
|
|
mariadb-server-core-5.2,
|
|
mariadb-server-core-5.3,
|
|
mariadb-server-core-5.5,
|
|
mysql-server-5.0,
|
|
mysql-server-core-5.0,
|
|
mysql-server-core-5.1,
|
|
mysql-server-core-5.5,
|
|
mysql-server-core-5.6
|
|
Replaces: mariadb-server-core-5.1,
|
|
mariadb-server-core-5.2,
|
|
mariadb-server-core-5.3,
|
|
mariadb-server-core-5.5,
|
|
mysql-server-5.0,
|
|
mysql-server-core-5.0,
|
|
mysql-server-core-5.1,
|
|
mysql-server-core-5.5,
|
|
mysql-server-core-5.6
|
|
Description: MariaDB database core server files
|
|
MariaDB 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 MariaDB are speed, robustness and
|
|
ease of use.
|
|
.
|
|
This package includes the core server files, as used by Akonadi.
|
|
|
|
Package: mariadb-test-10.0
|
|
Section: database
|
|
Architecture: any
|
|
Depends: mariadb-client-10.0 (= ${source:Version}),
|
|
mariadb-server-10.0 (= ${source:Version})
|
|
Suggests: patch
|
|
Conflicts: mariadb-galera-server-5.5 (<< 5.5.33),
|
|
mariadb-server-5.5 (<< 5.5.33),
|
|
mariadb-test (<< ${source:Version}),
|
|
mariadb-test-5.1,
|
|
mariadb-test-5.2,
|
|
mariadb-test-5.3
|
|
Replaces: mariadb-test (<< ${source:Version}),
|
|
mariadb-test-5.1,
|
|
mariadb-test-5.2,
|
|
mariadb-test-5.3
|
|
Description: MariaDB database regression test suite
|
|
MariaDB 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 MariaDB are speed, robustness and
|
|
ease of use.
|
|
.
|
|
This package includes the regression test suite.
|
|
|
|
Package: mariadb-server-10.0
|
|
Architecture: any
|
|
Suggests: mailx, mariadb-test, tinyca
|
|
Recommends: libhtml-template-perl
|
|
Pre-Depends: mariadb-common (>= ${source:Version}), adduser (>= 3.40), debconf
|
|
Depends: bsdutils,
|
|
libdbi-perl,
|
|
lsb-base (>= 3.0-10),
|
|
mariadb-client-10.0 (>= ${source:Version}),
|
|
mariadb-server-core-10.0 (>= ${binary:Version}),
|
|
passwd,
|
|
perl (>= 5.6),
|
|
psmisc,
|
|
${misc:Depends},
|
|
${shlibs:Depends}
|
|
Provides: mariadb-server, mysql-server, virtual-mysql-server
|
|
Conflicts: mariadb-server (<< ${source:Version}),
|
|
mariadb-server-5.1,
|
|
mariadb-server-5.2,
|
|
mariadb-server-5.3,
|
|
mariadb-server-5.5,
|
|
mariadb-tokudb-engine-10.0,
|
|
mariadb-tokudb-engine-5.5,
|
|
mysql-server (<< ${source:Version}),
|
|
mysql-server-4.1,
|
|
mysql-server-5.0,
|
|
mysql-server-5.1,
|
|
mysql-server-5.5,
|
|
mysql-server-5.6
|
|
Replaces: libmariadbclient-dev (<< 5.5.0),
|
|
libmariadbclient16 (<< 5.3.4),
|
|
mariadb-server (<< ${source:Version}),
|
|
mariadb-server-5.1,
|
|
mariadb-server-5.2,
|
|
mariadb-server-5.3,
|
|
mariadb-server-5.5,
|
|
mariadb-tokudb-engine-10.0,
|
|
mariadb-tokudb-engine-5.5,
|
|
mysql-server (<< ${source:Version}),
|
|
mysql-server-4.1,
|
|
mysql-server-5.0,
|
|
mysql-server-5.1,
|
|
mysql-server-5.5,
|
|
mysql-server-5.6
|
|
Description: MariaDB database server binaries
|
|
MariaDB 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 MariaDB are speed, robustness and
|
|
ease of use.
|
|
.
|
|
This package includes the server binaries.
|
|
|
|
Package: mariadb-server
|
|
Section: database
|
|
Architecture: all
|
|
Depends: mariadb-server-10.0 (= ${source:Version}), ${misc:Depends}
|
|
Description: MariaDB database server (metapackage depending on the latest version)
|
|
This is an empty package that depends on the current "best" version of
|
|
mariadb-server (currently mariadb-server-10.0), as determined by the MariaDB
|
|
maintainers. Install this package if in doubt about which MariaDB
|
|
version you need. That will install the version recommended by the
|
|
package maintainers.
|
|
.
|
|
MariaDB 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 MariaDB are speed, robustness and
|
|
ease of use.
|
|
|
|
Package: mariadb-client
|
|
Section: database
|
|
Architecture: all
|
|
Depends: mariadb-client-10.0 (= ${source:Version}), ${misc:Depends}
|
|
Description: MariaDB database client (metapackage depending on the latest version)
|
|
This is an empty package that depends on the current "best" version of
|
|
mariadb-client (currently mariadb-client-10.0), as determined by the MariaDB
|
|
maintainers. Install this package if in doubt about which MariaDB version
|
|
you want, as this is the one we consider to be in the best shape.
|
|
|
|
Package: mariadb-test
|
|
Section: database
|
|
Architecture: all
|
|
Depends: mariadb-test-10.0 (= ${source:Version})
|
|
Description: MariaDB database regression test suite (metapackage depending on the latest version)
|
|
This is an empty package that depends on the current "best" version of
|
|
mariadb-test (currently mariadb-test-10.0), as determined by the MariaDB
|
|
maintainers.
|
|
|
|
Package: mariadb-connect-engine-10.0
|
|
Section: database
|
|
Architecture: any
|
|
Depends: libxml2, mariadb-server-10.0|mariadb-galera-server-10.0, unixODBC
|
|
Build-depends: libxml2-dev,
|
|
mariadb-server-10.0|mariadb-galera-server-10.0,
|
|
unixODBC-dev
|
|
Description: Connect storage engine for MariaDB
|
|
Connect engine supports a number of file formats (dbf, xml, txt, bin, etc),
|
|
connections to ODBC tables and remote MySQL tables, as well as a number of
|
|
other interesting features.
|
|
|
|
Package: mariadb-oqgraph-engine-10.0
|
|
Section: database
|
|
Architecture: any
|
|
Depends: libjudydebian1, mariadb-server-10.0|mariadb-galera-server-10.0
|
|
Description: Oqgraph storage engine for MariaDB
|
|
The OQGRAPH engine is a computation engine plugin for handling hierarchies
|
|
(trees) and graphs (friend-of-a-friend, etc) cleanly through standard SQL.
|