Hi, my last debdiff did not include an appropriate (Closes: #)-Tag, this one is corrected. Sorry for the noise.
Cheers, Mika --
diff -Nru python-mysqldb-1.2.3/debian/changelog python-mysqldb-1.2.3/debian/changelog --- python-mysqldb-1.2.3/debian/changelog 2011-10-18 12:46:05.000000000 +0200 +++ python-mysqldb-1.2.3/debian/changelog 2013-03-12 03:11:11.000000000 +0100 @@ -1,3 +1,14 @@ +python-mysqldb (1.2.3-2) unstable; urgency=low + + * Team upload. + * debian/patches/05_ssl.patch: Add upstream patch to force building + SSL support with newer MySQL client libraries. Thanks to Eldon Koyle + for isolating the fix in the upstream VCS. (Closes: #678169) + * Delete now obsolete debian/patches/README.source which referred to + dpatch. + + -- Mika Pflüger <deb...@mikapflueger.de> Mon, 11 Mar 2013 18:03:06 +0100 + python-mysqldb (1.2.3-1) unstable; urgency=low * Merge with package from Ubuntu, thanks to Mario Limonciello. @@ -54,7 +65,6 @@ * Add 02_python_2.6.dpatch to fix python 2.6 related warnings. Thanks to Mario Limonciello <supe...@ubuntu.com> for the patch. (closes: #541719) * bump standards-version to 3.8.3, no changes required. - -- Jonas Meurer <m...@debian.org> Wed, 26 Aug 2009 01:50:35 +0200 python-mysqldb (1.2.2-8) unstable; urgency=low diff -Nru python-mysqldb-1.2.3/debian/patches/05_ssl.patch python-mysqldb-1.2.3/debian/patches/05_ssl.patch --- python-mysqldb-1.2.3/debian/patches/05_ssl.patch 1970-01-01 01:00:00.000000000 +0100 +++ python-mysqldb-1.2.3/debian/patches/05_ssl.patch 2013-03-11 18:32:15.000000000 +0100 @@ -0,0 +1,21 @@ +Description: Force HAVE_OPENSSL if the client library is 5.5 or newer. +Origin: http://sourceforge.net/p/mysql-python/svn/656/tree//branches/MySQLdb-1.2/MySQLdb/_mysql.c?diff=5059d1f5bfc09e26e1a66617:655 +Bug: http://sourceforge.net/p/mysql-python/bugs/323/ +Reviewed-by: Eldon Koyle <eko...@gmail.com> +Last-Update: 2013-03-11 + +Index: python-mysqldb-argh/_mysql.c +=================================================================== +--- python-mysqldb-argh.orig/_mysql.c 2010-06-17 09:21:56.000000000 +0200 ++++ python-mysqldb-argh/_mysql.c 2013-03-11 18:30:38.839269635 +0100 +@@ -102,6 +102,10 @@ + #define check_server_init(x) if (!_mysql_server_init_done) _mysql_server_init_done = 1 + #endif + ++#if MYSQL_VERSION_ID >= 50500 ++#define HAVE_OPENSSL 1 ++#endif ++ + PyObject * + _mysql_Exception(_mysql_ConnectionObject *c) + { diff -Nru python-mysqldb-1.2.3/debian/patches/series python-mysqldb-1.2.3/debian/patches/series --- python-mysqldb-1.2.3/debian/patches/series 2011-10-18 11:38:40.000000000 +0200 +++ python-mysqldb-1.2.3/debian/patches/series 2013-03-11 18:19:24.000000000 +0100 @@ -1,2 +1,3 @@ 01_converters_boolean.patch 03_converters_set2str.patch +05_ssl.patch diff -Nru python-mysqldb-1.2.3/debian/README.source python-mysqldb-1.2.3/debian/README.source --- python-mysqldb-1.2.3/debian/README.source 2011-09-19 12:48:38.000000000 +0200 +++ python-mysqldb-1.2.3/debian/README.source 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -This package uses dpatch for its patch management, see -/usr/share/doc/dpatch/README.source.gz if you are unfamiliar with it.
signature.asc
Description: PGP signature