[Python-modules-commits] [python-mysqldb] 01/01: Fix suggests.

Brian May bam at moszumanska.debian.org
Wed Nov 4 08:30:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository python-mysqldb.

commit 185c1a218c5706a71f14cca445d843c222e513a2
Author: Brian May <bam at debian.org>
Date:   Wed Nov 4 19:30:08 2015 +1100

    Fix suggests.
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3f979ec..9cb9d01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-mysqldb (1.3.6-1) UNRELEASED; urgency=medium
   * Remove duplicate changelog file.
   * New upstream release.
   * Fixes MySQLdb.escape_string method fails. Closes: #803944.
+  * Don't suggest MySQL 5.1 which is no longer available. Closes: #667661.
 
  -- Brian May <bam at debian.org>  Thu, 22 Oct 2015 18:13:00 +1100
 
diff --git a/debian/control b/debian/control
index 0d25c4a..c8090f2 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Architecture: any
 Depends: ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends},
-Suggests: mysql-server-5.1 | mysql-server,
+Suggests: mysql-server,
           python-egenix-mxdatetime,
           python-mysqldb-dbg,
 Provides: ${python:Provides},
@@ -62,7 +62,7 @@ Architecture: any
 Depends: ${misc:Depends},
          ${python3:Depends},
          ${shlibs:Depends},
-Suggests: mysql-server-5.1 | mysql-server,
+Suggests: mysql-server,
           python-egenix-mxdatetime,
           python3-mysqldb-dbg,
 Provides: ${python3:Provides},

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mysqldb.git



More information about the Python-modules-commits mailing list