[Pkg-mysql-commits] r1636 - mysql-dfsg-5.1/branches/experimental/debian

Christian Hammers ch at alioth.debian.org
Mon Jul 20 21:18:52 UTC 2009


tags 515145 pending
thanks

Author: ch
Date: 2009-07-20 21:18:50 +0000 (Mon, 20 Jul 2009)
New Revision: 1636

Added:
   mysql-dfsg-5.1/branches/experimental/debian/libmysqld-dev.files
   mysql-dfsg-5.1/branches/experimental/debian/libmysqld-pic.README.Debian
   mysql-dfsg-5.1/branches/experimental/debian/libmysqld-pic.files
Modified:
   mysql-dfsg-5.1/branches/experimental/debian/changelog
   mysql-dfsg-5.1/branches/experimental/debian/control
Log:
-fPIC library to its own package


Modified: mysql-dfsg-5.1/branches/experimental/debian/changelog
===================================================================
--- mysql-dfsg-5.1/branches/experimental/debian/changelog	2009-07-20 17:14:10 UTC (rev 1635)
+++ mysql-dfsg-5.1/branches/experimental/debian/changelog	2009-07-20 21:18:50 UTC (rev 1636)
@@ -3,7 +3,7 @@
   * Build both -fPIC (libmysql_pic.a) and non -fPIC (libmysqld.a) as
     some packages seem to need the -fPIC variant for their own build
     process. Documented in README.Debian. Thanks to Modestas Vainius
-    for the patch. Closes: #508406
+    for the patch. Closes: #515145
   * Switch to out-of-source true build mode was a side effect of this change.
 
  -- Christian Hammers <ch at debian.org>  Sun, 19 Jul 2009 18:48:53 +0200

Modified: mysql-dfsg-5.1/branches/experimental/debian/control
===================================================================
--- mysql-dfsg-5.1/branches/experimental/debian/control	2009-07-20 17:14:10 UTC (rev 1635)
+++ mysql-dfsg-5.1/branches/experimental/debian/control	2009-07-20 21:18:50 UTC (rev 1636)
@@ -29,6 +29,30 @@
  This is an empty package that depends on libmysqlclient-dev to ease the
  transition for packages with versioned build-deps on libmysqlclient15-dev.
 
+Package: libmysqld-dev
+Architecture: any
+Section: libdevel
+Conflicts: libmysqlclient15-dev
+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
+ language in the world. The main goals of MySQL are speed, robustness and
+ ease of use.
+ .
+ This package includes the embedded server library and header files.
+
+Package: libmysqld-pic
+Architecture: any
+Section: libdevel
+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
+ language in the world. The main goals of MySQL are speed, robustness and
+ ease of use.
+ .
+ This package includes the -fPIC version of the embedded server library.
+
+# This must come after libmysqld* because it grabs "/usr/lib/mysql/*.a".
 Package: libmysqlclient-dev
 Architecture: any
 Section: libdevel

Added: mysql-dfsg-5.1/branches/experimental/debian/libmysqld-dev.files
===================================================================
--- mysql-dfsg-5.1/branches/experimental/debian/libmysqld-dev.files	                        (rev 0)
+++ mysql-dfsg-5.1/branches/experimental/debian/libmysqld-dev.files	2009-07-20 21:18:50 UTC (rev 1636)
@@ -0,0 +1 @@
+usr/lib/mysql/libmysqld.a

Added: mysql-dfsg-5.1/branches/experimental/debian/libmysqld-pic.README.Debian
===================================================================
--- mysql-dfsg-5.1/branches/experimental/debian/libmysqld-pic.README.Debian	                        (rev 0)
+++ mysql-dfsg-5.1/branches/experimental/debian/libmysqld-pic.README.Debian	2009-07-20 21:18:50 UTC (rev 1636)
@@ -0,0 +1,3 @@
+This package was requested in http://bugs.debian.org/508406 because it
+is needed by programs want to include the embedded MySQL into their
+shared libraries.

Added: mysql-dfsg-5.1/branches/experimental/debian/libmysqld-pic.files
===================================================================
--- mysql-dfsg-5.1/branches/experimental/debian/libmysqld-pic.files	                        (rev 0)
+++ mysql-dfsg-5.1/branches/experimental/debian/libmysqld-pic.files	2009-07-20 21:18:50 UTC (rev 1636)
@@ -0,0 +1 @@
+usr/lib/mysql/libmysqld_pic.a




More information about the Pkg-mysql-commits mailing list