diff options
Diffstat (limited to 'debian/dist/Ubuntu/control')
-rw-r--r-- | debian/dist/Ubuntu/control | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/debian/dist/Ubuntu/control b/debian/dist/Ubuntu/control index 8ad7471815c..d1cf8531932 100644 --- a/debian/dist/Ubuntu/control +++ b/debian/dist/Ubuntu/control @@ -39,7 +39,7 @@ Description: MariaDB database server with Galera cluster binaries Package: mariadb-galera-server Section: database Architecture: all -Depends: mariadb-galera-server-5.5, ${misc:Depends} +Depends: mariadb-galera-server-5.5 (= ${source:Version}), ${misc:Depends} Description: MariaDB database with Galera cluster 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-5.5), as determined by the MariaDB @@ -52,3 +52,21 @@ Description: MariaDB database with Galera cluster server (metapackage depending 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-5.5 (= ${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-5.5), 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-5.5 (= ${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-5.5), as determined by the MariaDB + maintainers. |