[Python-modules-commits] [python-testing.mysqld] 02/06: Try building with only core packages.
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 e40465f1d3d9887ec7eb17d82a72903de6880c64
Author: Dominik George <nik at naturalnet.de>
Date: Wed Jan 25 14:06:12 2017 +0100
Try building with only core packages.
---
debian/control | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index c17a216..ecfcbcc 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Priority: optional
Build-Depends:
debhelper (>= 10),
dh-python,
- default-mysql-client | virtual-mysql-client,
- default-mysql-server | virtual-mysql-server,
+ default-mysql-client-core | virtual-mysql-client,
+ default-mysql-server-core | 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:
- default-mysql-client | virtual-mysql-client,
- default-mysql-server | virtual-mysql-server,
+ default-mysql-client-core | virtual-mysql-client,
+ default-mysql-server-core | 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:
- default-mysql-client | virtual-mysql-client,
- default-mysql-server | virtual-mysql-server,
+ default-mysql-client-core | virtual-mysql-client,
+ default-mysql-server-core | 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