[Python-modules-commits] [python-testing.mysqld] 01/07: Use proper depends on mysql.

Dominik George natureshadow-guest at moszumanska.debian.org
Thu Oct 13 15:20:36 UTC 2016


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 773f29040bbecaa1681df61fca67224b3cccf144
Author: Dominik George <nik at naturalnet.de>
Date:   Thu Oct 13 16:41:27 2016 +0200

    Use proper depends on mysql.
---
 debian/control | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 81b9440..6ec70c7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,9 @@ Section: python
 Priority: optional
 Build-Depends:
  debhelper (>= 10),
- mysql-client,
- mysql-server,
  dh-python,
+ mysql-client-core-5.6 | virtual-mysql-client-core,
+ mysql-server-core-5.6 | virtual-mysql-server-core,
  python-all (>= 2.6.6-3),
  python-nose,
  python-pymysql,
@@ -30,8 +30,8 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-testi
 Package: python-testing.mysqld
 Architecture: all
 Depends:
- mysql-client,
- mysql-server,
+ mysql-client-core-5.6 | virtual-mysql-client-core,
+ mysql-server-core-5.6 | virtual-mysql-server-core,
  ${misc:Depends},
  ${python:Depends},
 Description: Python testing.* framework - MySQLd helpers (Python 2)
@@ -47,8 +47,8 @@ Description: Python testing.* framework - MySQLd helpers (Python 2)
 Package: python3-testing.mysqld
 Architecture: all
 Depends:
- mysql-client,
- mysql-server,
+ mysql-client-core-5.6 | virtual-mysql-client-core,
+ mysql-server-core-5.6 | virtual-mysql-server-core,
  ${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