[Python-modules-commits] r28089 - in packages/mysql-connector-python/trunk/debian (2 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Mar 9 17:14:46 UTC 2014


    Date: Sunday, March 9, 2014 @ 17:14:45
  Author: morph
Revision: 28089

* debian/control
  - add proper Replaces/Breaks on mysql-utilities, now they share the same
    namespace with dh_python2; thanks to Laurent Bigonville for the report and
    to Dmitry Smirnov for the work on mysql-utilities; Closes: #739488

Modified:
  packages/mysql-connector-python/trunk/debian/changelog
  packages/mysql-connector-python/trunk/debian/control

Modified: packages/mysql-connector-python/trunk/debian/changelog
===================================================================
--- packages/mysql-connector-python/trunk/debian/changelog	2014-03-09 17:07:35 UTC (rev 28088)
+++ packages/mysql-connector-python/trunk/debian/changelog	2014-03-09 17:14:45 UTC (rev 28089)
@@ -1,8 +1,12 @@
 mysql-connector-python (1.1.6-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * debian/control
+    - add proper Replaces/Breaks on mysql-utilities, now they share the same
+      namespace with dh_python2; thanks to Laurent Bigonville for the report and
+      to Dmitry Smirnov for the work on mysql-utilities; Closes: #739488
 
- -- Sandro Tosi <morph at debian.org>  Sun, 09 Mar 2014 18:07:21 +0100
+ -- Sandro Tosi <morph at debian.org>  Sun, 09 Mar 2014 18:12:39 +0100
 
 mysql-connector-python (1.1.5-1) unstable; urgency=low
 

Modified: packages/mysql-connector-python/trunk/debian/control
===================================================================
--- packages/mysql-connector-python/trunk/debian/control	2014-03-09 17:07:35 UTC (rev 28088)
+++ packages/mysql-connector-python/trunk/debian/control	2014-03-09 17:14:45 UTC (rev 28089)
@@ -14,6 +14,8 @@
 Package: python-mysql.connector
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Replaces: mysql-utilities (<< 1.3.5-2)
+Breaks: mysql-utilities (<< 1.3.5-2)
 Description: pure Python implementation of MySQL Client/Server protocol
  MySQL driver written in Python which does not depend on MySQL C client
  libraries and implements the DB API v2.0 specification (PEP-249).




More information about the Python-modules-commits mailing list