diff options
author | Faustin Lammler <faustin@falared.net> | 2018-04-03 10:33:11 -0300 |
---|---|---|
committer | Faustin Lammler <faustin@mariadb.org> | 2018-06-05 08:29:40 -0300 |
commit | eee5bd9a2e2949ef468670f1ec4431a4ce54ada0 (patch) | |
tree | 1a257b721262e7712b2ff7f8262f66441231c5f3 | |
parent | a61724a3ca187f6eb44fc67948acb76a94efa783 (diff) | |
download | mariadb-git-eee5bd9a2e2949ef468670f1ec4431a4ce54ada0.tar.gz |
Package dependency case problem
dummy commit, add carriage return
rollback and add travis build
remove travis CI config
-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 |