[Pkg-mysql-commits] r1985 - mysql-5.5/branches/experimental/debian

Norbert Tretkowski nobse at alioth.debian.org
Wed Jun 22 15:42:56 UTC 2011


Author: nobse
Date: 2011-06-22 15:42:55 +0000 (Wed, 22 Jun 2011)
New Revision: 1985

Modified:
   mysql-5.5/branches/experimental/debian/control
Log:
Rename mysql-client to mysql-client-5.5 and readd mysql-client and mysql-server meta packages.

Modified: mysql-5.5/branches/experimental/debian/control
===================================================================
--- mysql-5.5/branches/experimental/debian/control	2011-06-21 18:42:01 UTC (rev 1984)
+++ mysql-5.5/branches/experimental/debian/control	2011-06-22 15:42:55 UTC (rev 1985)
@@ -75,12 +75,12 @@
  This package includes files needed by all versions of the client library,
  e.g. /etc/mysql/my.cnf.
 
-Package: mysql-client
+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}, mysql-client-5.5
+Depends: debianutils (>=1.6), libdbi-perl, libdbd-mysql-perl (>= 1.2202), mysql-common (>= ${source:Version}), ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: virtual-mysql-client, mysql-client, mysql-client-4.1
-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
+Conflicts: mysql-client (<< ${source:Version}), mysql-client-5.0
+Replaces: mysql-client (<< ${source:Version}), mysql-client-5.0, mysql-server-5.1 (<= 5.1.49-1)
 Suggests: libterm-readkey-perl
 Description: MySQL database client binaries
  MySQL is a fast, stable and true multi-user, multi-threaded SQL database
@@ -124,6 +124,32 @@
  This package contains all the infrastructure needed to setup system
  databases.
 
+Package: mysql-server
+Section: database
+Architecture: all
+Depends: mysql-server-5.5, ${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.5), 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
+Section: database
+Architecture: all
+Depends: mysql-client-5.5, ${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.5), 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.5
 Architecture: any
 Depends: mysql-server, mysql-client, ${misc:Depends},  ${shlibs:Depends}




More information about the Pkg-mysql-commits mailing list