[Pkg-mysql-commits] r1748 - mysql-connector-cpp/trunk/debian/patches
Rene Engelhard
rene at alioth.debian.org
Sun Sep 13 22:55:24 UTC 2009
Author: rene
Date: 2009-09-13 22:55:24 +0000 (Sun, 13 Sep 2009)
New Revision: 1748
Removed:
mysql-connector-cpp/trunk/debian/patches/01_OOo_r271359.dpatch
mysql-connector-cpp/trunk/debian/patches/03_install_sqlstring.h.dpatch
Modified:
mysql-connector-cpp/trunk/debian/patches/00list
Log:
remove apparently obsolete patches...
Modified: mysql-connector-cpp/trunk/debian/patches/00list
===================================================================
--- mysql-connector-cpp/trunk/debian/patches/00list 2009-09-13 22:42:36 UTC (rev 1747)
+++ mysql-connector-cpp/trunk/debian/patches/00list 2009-09-13 22:55:24 UTC (rev 1748)
@@ -1,5 +1,3 @@
-01_OOo_r271359
02_no_README_LICENSE.mysql
-03_install_sqlstring.h
04_libmysqlclient_SONAME
05_disable_tests
Deleted: mysql-connector-cpp/trunk/debian/patches/01_OOo_r271359.dpatch
===================================================================
--- mysql-connector-cpp/trunk/debian/patches/01_OOo_r271359.dpatch 2009-09-13 22:42:36 UTC (rev 1747)
+++ mysql-connector-cpp/trunk/debian/patches/01_OOo_r271359.dpatch 2009-09-13 22:55:24 UTC (rev 1748)
@@ -1,39 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_OOo_r271359.dpatch by Rene Engelhard <rene at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad mysql-connector-c++-1.0.5~/cppconn/build_config.h mysql-connector-c++-1.0.5/cppconn/build_config.h
-diff -urNad mysql-connector-c++-1.0.5~/driver/mysql_driver.cpp mysql-connector-c++-1.0.5/driver/mysql_driver.cpp
---- mysql-connector-c++-1.0.5~/driver/mysql_driver.cpp 2009-05-11 21:37:12.000000000 +0200
-+++ mysql-connector-c++-1.0.5/driver/mysql_driver.cpp 2009-05-11 21:37:17.000000000 +0200
-@@ -22,6 +22,14 @@
- return sql::mysql::MySQL_Driver::Instance();
- }
-
-+extern "C"
-+{
-+ void* sql_mysql_get_mysql_driver_instance()
-+ {
-+ return sql::mysql::get_mysql_driver_instance();
-+ }
-+}
-+
- namespace sql
- {
- namespace mysql
-diff -urNad mysql-connector-c++-1.0.5~/driver/mysql_driver.h mysql-connector-c++-1.0.5/driver/mysql_driver.h
---- mysql-connector-c++-1.0.5~/driver/mysql_driver.h 2009-05-11 21:37:12.000000000 +0200
-+++ mysql-connector-c++-1.0.5/driver/mysql_driver.h 2009-05-11 21:37:17.000000000 +0200
-@@ -56,6 +56,9 @@
- } /* namespace mysql */
- } /* namespace sql */
-
-+// C-wrapper around sql::mysql::get_mysql_driver_instance, to be able to retrieve the symbol at runtime
-+extern "C" void* sql_mysql_get_mysql_driver_instance();
-+
- #endif // _MYSQL_DRIVER_H_
-
- /*
Deleted: mysql-connector-cpp/trunk/debian/patches/03_install_sqlstring.h.dpatch
===================================================================
--- mysql-connector-cpp/trunk/debian/patches/03_install_sqlstring.h.dpatch 2009-09-13 22:42:36 UTC (rev 1747)
+++ mysql-connector-cpp/trunk/debian/patches/03_install_sqlstring.h.dpatch 2009-09-13 22:55:24 UTC (rev 1748)
@@ -1,18 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 03_install_sqlstring.h.dpatch by <rene at pavillon.lan>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad mysql-connector-c++-1.0.6~r754~/cppconn/CMakeLists.txt mysql-connector-c++-1.0.6~r754/cppconn/CMakeLists.txt
---- mysql-connector-c++-1.0.6~r754~/cppconn/CMakeLists.txt 2009-08-20 16:42:14.000000000 +0200
-+++ mysql-connector-c++-1.0.6~r754/cppconn/CMakeLists.txt 2009-08-20 19:22:21.000000000 +0200
-@@ -52,6 +52,7 @@
- prepared_statement.h
- resultset.h
- resultset_metadata.h
-+ sqlstring.h
- statement.h
- warning.h)
-
More information about the Pkg-mysql-commits
mailing list