[Python-modules-commits] [python-testing.mysqld] 03/06: Try building without client.
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 1d3d5838e64b0e9ee88b05325e1e966d9e5474fb
Author: Dominik George <nik at naturalnet.de>
Date: Wed Jan 25 14:08:55 2017 +0100
Try building without client.
---
debian/control | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index ecfcbcc..ad78b81 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,7 @@ Priority: optional
Build-Depends:
debhelper (>= 10),
dh-python,
- default-mysql-client-core | virtual-mysql-client,
- default-mysql-server-core | virtual-mysql-server,
+ default-mysql-server | virtual-mysql-server,
python-all (>= 2.6.6-3),
python-mock,
python-nose,
@@ -32,8 +31,7 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-testi
Package: python-testing.mysqld
Architecture: all
Depends:
- default-mysql-client-core | virtual-mysql-client,
- default-mysql-server-core | virtual-mysql-server,
+ default-mysql-server | virtual-mysql-server,
${misc:Depends},
${python:Depends},
Description: Python testing.* framework - MySQLd helpers (Python 2)
@@ -49,8 +47,7 @@ Description: Python testing.* framework - MySQLd helpers (Python 2)
Package: python3-testing.mysqld
Architecture: all
Depends:
- default-mysql-client-core | virtual-mysql-client,
- default-mysql-server-core | virtual-mysql-server,
+ 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