[Pkg-mysql-commits] r1646 -	mysql-dfsg-5.1/branches/experimental/debian
    Christian Hammers 
    ch at alioth.debian.org
       
    Wed Jul 22 07:12:23 UTC 2009
    
    
  
Author: ch
Date: 2009-07-22 07:12:21 +0000 (Wed, 22 Jul 2009)
New Revision: 1646
Modified:
   mysql-dfsg-5.1/branches/experimental/debian/control
Log:
I guess that's better as the libmysqld packages do not have any header
files
Modified: mysql-dfsg-5.1/branches/experimental/debian/control
===================================================================
--- mysql-dfsg-5.1/branches/experimental/debian/control	2009-07-22 07:09:22 UTC (rev 1645)
+++ mysql-dfsg-5.1/branches/experimental/debian/control	2009-07-22 07:12:21 UTC (rev 1646)
@@ -32,7 +32,7 @@
 Package: libmysqld-dev
 Architecture: any
 Section: libdevel
-Conflicts: libmysqlclient15-dev
+Depends: libmysqlclient-dev (>= ${source:Version})
 Description: MySQL embedded database development files
  MySQL is a fast, stable and true multi-user, multi-threaded SQL database
  server. SQL (Structured Query Language) is the most popular database query
@@ -44,6 +44,7 @@
 Package: libmysqld-pic
 Architecture: any
 Section: libdevel
+Depends: libmysqlclient-dev (>= ${source:Version})
 Description: MySQL database development files
  MySQL is a fast, stable and true multi-user, multi-threaded SQL database
  server. SQL (Structured Query Language) is the most popular database query
    
    
More information about the Pkg-mysql-commits
mailing list