diff options
author | Faustin Lammler <faustin@falared.net> | 2018-04-03 10:33:11 -0300 |
---|---|---|
committer | Faustin Lammler <faustin@falared.net> | 2018-04-03 10:33:11 -0300 |
commit | d4e94739231be30cbda7f910eb1d76cfba2e549b (patch) | |
tree | 1f682eb58e7472ee60c8cc4aa5eee7ae691ee4b5 | |
parent | e3dd9a95e50ef2019435b01bd9e161d552673a28 (diff) | |
download | mariadb-git-d4e94739231be30cbda7f910eb1d76cfba2e549b.tar.gz |
Package dependency case problem
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 862cd4f3cea..79ccf8c8fd4 100644 --- a/debian/control +++ b/debian/control @@ -373,10 +373,10 @@ Description: MariaDB database regression test suite (metapackage depending on th Package: mariadb-connect-engine-10.0 Section: database Architecture: any -Depends: libxml2, mariadb-server-10.0|mariadb-galera-server-10.0, unixODBC +Depends: libxml2, mariadb-server-10.0|mariadb-galera-server-10.0, unixodbc Build-depends: libxml2-dev, mariadb-server-10.0|mariadb-galera-server-10.0, - unixODBC-dev + unixodbc-dev Description: Connect storage engine for MariaDB Connect engine supports a number of file formats (dbf, xml, txt, bin, etc), connections to ODBC tables and remote MySQL tables, as well as a number of |