diff options
author | Roman Nozdrin <roman.nozdrin@mariadb.com> | 2020-06-18 06:10:25 +0000 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2020-06-19 21:04:18 +0200 |
commit | 1e7a68f84a753bd708e719d664cd78f01f28f279 (patch) | |
tree | a903a6c77d6664685366f2d90d0ac604eb85bcea /debian/control | |
parent | 070413fab327fe9c16e340d8335e26549dd91b08 (diff) | |
download | mariadb-git-1e7a68f84a753bd708e719d664cd78f01f28f279.tar.gz |
Both RPM and DEB now restart MDB uninstalling the plugin.
Both RPM and DEB now conflicts on previous versions of MCS.
Trim .deb packaging.
MCS now depends on python. Python version varies in distributions.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 65b67e64d9c..03a286ff739 100644 --- a/debian/control +++ b/debian/control @@ -657,9 +657,13 @@ Depends: mariadb-server-10.5 (= ${binary:Version}), net-tools, libsnappy1 | libsnappy1v5, libjemalloc1 | libjemalloc2, + python | python2 | python3, ${misc:Depends}, ${shlibs:Depends} -Recommends: python-mysqldb +Breaks: mariadb-columnstore-libs, + mariadb-columnstore-platform +Replaces: mariadb-columnstore-libs, + mariadb-columnstore-platform Description: MariaDB ColumnStore storage engine The MariaDB ColumnStore storage engine is a high-performance columnar analytical engine, aimed at rapid processing of analytical queries on very |