summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
1 files changed, 24 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 4f01ab1..3b6aa12 100644
--- a/debian/control
+++ b/debian/control
@@ -77,9 +77,22 @@ Description: MySQL database common files, e.g. /etc/mysql/my.cnf
This package includes files needed by all versions of the client library,
e.g. /etc/mysql/my.cnf.
+Package: mysql-client-core-5.5
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: mysql-client-5.5 (<< ${source:Version})
+Replaces: mysql-client-5.5 (<< ${source:Version})
+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-5.5
Architecture: any
-Depends: debianutils (>=1.6), libdbi-perl, libdbd-mysql-perl (>= 1.2202), mysql-common (>= ${source:Version}), ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: debianutils (>=1.6), libdbi-perl, libdbd-mysql-perl (>= 1.2202), mysql-common (>= ${source:Version}), ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, mysql-client-core-5.5
Provides: virtual-mysql-client, mysql-client
Breaks: mysql-client (<< ${source:Version}), mysql-client-5.0, mysql-client-5.1
Replaces: mysql-client (<< ${source:Version}), mysql-client-5.0, mysql-client-5.1
@@ -152,10 +165,19 @@ Description: MySQL database client (metapackage depending on the latest 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-5.5, ${misc:Depends}
+Description: MySQL testsuite
+ This is an empty package that depends on the current "best" version of
+ mysql-testsuite (currently mysql-testsuite-5.5), 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.
+
Package: mysql-testsuite-5.5
Architecture: any
Depends: mysql-server (= ${source:Version}), mysql-client (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
-Description: MySQL testsuite
+Description: MySQL 5.5 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