[Python-modules-commits] [python-testing.mysqld] 01/06: Depend on default-mysql-*.
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 fa6cac5512958e56564cf0d5369dde1246d72013
Author: Dominik George <nik at naturalnet.de>
Date: Wed Jan 25 13:46:19 2017 +0100
Depend on default-mysql-*.
---
debian/control | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 784d066..c17a216 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Priority: optional
Build-Depends:
debhelper (>= 10),
dh-python,
- mysql-client,
- mysql-server,
+ default-mysql-client | virtual-mysql-client,
+ default-mysql-server | virtual-mysql-server,
python-all (>= 2.6.6-3),
python-mock,
python-nose,
@@ -32,8 +32,8 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-testi
Package: python-testing.mysqld
Architecture: all
Depends:
- mysql-client,
- mysql-server,
+ default-mysql-client | virtual-mysql-client,
+ default-mysql-server | virtual-mysql-server,
${misc:Depends},
${python:Depends},
Description: Python testing.* framework - MySQLd helpers (Python 2)
@@ -49,8 +49,8 @@ Description: Python testing.* framework - MySQLd helpers (Python 2)
Package: python3-testing.mysqld
Architecture: all
Depends:
- mysql-client,
- mysql-server,
+ default-mysql-client | virtual-mysql-client,
+ default-mysql-server | 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