[Python-modules-commits] [python-testing.mysqld] 01/01: MariaDB doesn't work either under some conditions.

Dominik George natureshadow-guest at moszumanska.debian.org
Thu Oct 13 14:27:40 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 f3d0bdd296bb604b9579583bc5768881db3838ea
Author: Dominik George <nik at naturalnet.de>
Date:   Thu Oct 13 16:19:13 2016 +0200

    MariaDB doesn't work either under some conditions.
---
 debian/control | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 060fa84..81b9440 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Section: python
 Priority: optional
 Build-Depends:
  debhelper (>= 10),
- default-mysql-client,
- default-mysql-server,
+ mysql-client,
+ mysql-server,
  dh-python,
  python-all (>= 2.6.6-3),
  python-nose,
@@ -30,8 +30,8 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-testi
 Package: python-testing.mysqld
 Architecture: all
 Depends:
- default-mysql-client,
- default-mysql-server,
+ mysql-client,
+ mysql-server,
  ${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:
- default-mysql-client,
- default-mysql-server,
+ mysql-client,
+ 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