[Python-modules-commits] [python-testing.mysqld] 05/06: Make dependency on default-mysql-server versioned.

Dominik George natureshadow-guest at moszumanska.debian.org
Wed Jan 25 13:33:11 UTC 2017


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

natureshadow-guest pushed a commit to branch master
in repository python-testing.mysqld.

commit d9269f40224a6508c633a5d9d5026420c44f926b
Author: Dominik George <nik at naturalnet.de>
Date:   Wed Jan 25 14:13:46 2017 +0100

    Make dependency on default-mysql-server versioned.
    
    default-mysql-server before 1.0.2 pointed to mariadb-10.0 which had
    a broken mysql_install_db.
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index ad78b81..bad2194 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Priority: optional
 Build-Depends:
  debhelper (>= 10),
  dh-python,
- default-mysql-server | virtual-mysql-server,
+ default-mysql-server (>= 1.0.2) | virtual-mysql-server,
  python-all (>= 2.6.6-3),
  python-mock,
  python-nose,
@@ -31,7 +31,7 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-testi
 Package: python-testing.mysqld
 Architecture: all
 Depends:
- default-mysql-server | virtual-mysql-server,
+ default-mysql-server (>= 1.0.2) | virtual-mysql-server,
  ${misc:Depends},
  ${python:Depends},
 Description: Python testing.* framework - MySQLd helpers (Python 2)
@@ -47,7 +47,7 @@ Description: Python testing.* framework - MySQLd helpers (Python 2)
 Package: python3-testing.mysqld
 Architecture: all
 Depends:
- default-mysql-server | virtual-mysql-server,
+ default-mysql-server (>= 1.0.2) | virtual-mysql-server,
  ${misc:Depends},
  ${python3:Depends},
 Description: Python testing.* framework - MySQL helpers (Python 3)

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



More information about the Python-modules-commits mailing list