[Pkg-mysql-commits] r963 - branches/sid-5.1/debian
Monty Taylor
mtaylor-guest at alioth.debian.org
Fri Oct 12 21:40:27 UTC 2007
Author: mtaylor-guest
Date: 2007-10-12 21:40:27 +0000 (Fri, 12 Oct 2007)
New Revision: 963
Modified:
branches/sid-5.1/debian/control
Log:
Fixed interdepndencies between libndbclient and libmysqlclient
Modified: branches/sid-5.1/debian/control
===================================================================
--- branches/sid-5.1/debian/control 2007-10-12 13:49:18 UTC (rev 962)
+++ branches/sid-5.1/debian/control 2007-10-12 21:40:27 UTC (rev 963)
@@ -1,5 +1,5 @@
Source: mysql-dfsg-5.1
-Section: misc
+Section: universe/misc
Priority: optional
Maintainer: Debian MySQL Maintainers <pkg-mysql-maint at lists.alioth.debian.org>
Uploaders: Christian Hammers <ch at debian.org>, Sean Finney <seanius at debian.org>, Adam Conrad <adconrad at 0c3.net>, Monty Taylor <mtaylor at mysql.com>
@@ -7,7 +7,7 @@
Standards-Version: 3.7.2
Package: libmysqlclient16
-Section: libs
+Section: universe/libs
Architecture: any
Depends: mysql-common (>= ${source:Version}), ${shlibs:Depends}
Description: MySQL database client library
@@ -19,9 +19,9 @@
This package includes the client library.
Package: libndbclient3
-Section: libs
+Section: universe/libs
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: libmysqlclient16 (>= ${source:Version}), ${shlibs:Depends}
Description: MySQL NDB-cluster client library
MySQL is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
@@ -29,11 +29,11 @@
ease of use.
.
This package includes the client library for the NDB cluster.
- The corresponding header files are in libmysqlclient-dev.
+ The corresponding header files are in libndbclient-dev.
Package: libmysqlclient15-dev
Architecture: all
-Section: libdevel
+Section: universe/libdevel
Depends: libmysqlclient-dev (>= ${source:Version})
Description: MySQL database development files - empty transitional package
This is an empty package that depends on libmysqlclient-dev to ease the
@@ -41,7 +41,7 @@
Package: libmysqlclient-dev
Architecture: any
-Section: libdevel
+Section: universe/libdevel
Depends: libmysqlclient16 (>= ${source:Version}), zlib1g-dev, , ${shlibs:Depends}
Conflicts: libmysqlclient14-dev, libmysqlclient12-dev, libmysqlclient10-dev
Description: MySQL database development files
@@ -54,7 +54,7 @@
Package: libndbclient-dev
Architecture: any
-Section: libdevel
+Section: universe/libdevel
Depends: libndbclient3 (>= ${source:Version}), ${shlibs:Depends}
Description: MySQL NDB API development files
MySQL is a fast, stable and true multi-user, multi-threaded SQL database
@@ -66,7 +66,7 @@
used to develop applications against NDB cluster.
Package: mysql-common
-Section: misc
+Section: universe/misc
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: mysql-common-4.1
More information about the Pkg-mysql-commits
mailing list