[debian-mysql] [RFC PATCH 3/9] Add mysql-server, mysql-client and mysql-testsuite

Robie Basak robie.basak at canonical.com
Wed Aug 13 17:03:45 UTC 2014


To be removed from src:mysql-5.5.
---
 debian/control | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/debian/control b/debian/control
index 126b7b5..a449b1e 100644
--- a/debian/control
+++ b/debian/control
@@ -176,6 +176,40 @@ Description: MySQL database server binaries and system database setup
  This package contains all the infrastructure needed to setup system
  databases.
 
+Package: mysql-server
+Architecture: all
+Depends: mysql-server-5.6, ${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-5.6), 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-5.6, ${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-5.6), 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-5.6, ${misc:Depends}
+Description: MySQL testsuite
+ This is an empty package that depends on the current "best" version of
+ mysql-testsuite (currently mysql-testsuite-5.6), 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-5.6
 Architecture: any
 Depends:
-- 
1.9.1




More information about the pkg-mysql-maint mailing list