Commit b37654c4 authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Temporarily remove mariadb-plugin-cassandra and upload to unstable

parent 7c1e7020
mariadb-10.0 (10.0.24-7) unstable; urgency=low
* Temporarily remove mariadb-plugin-cassandra as Debian FTP bot thinks
it wasn't there before 10.0.24-6 and put the package in the NEW queue.
-- Otto Kekäläinen <otto@debian.org> Wed, 13 Apr 2016 13:24:28 +0300
mariadb-10.0 (10.0.24-6) unstable; urgency=low mariadb-10.0 (10.0.24-6) unstable; urgency=low
* Move mysql_embedded from client package to client-core package, * Move mysql_embedded from client package to client-core package,
......
...@@ -352,21 +352,6 @@ Description: Mroonga storage engine for MariaDB ...@@ -352,21 +352,6 @@ Description: Mroonga storage engine for MariaDB
provides fast CJK-ready full text searching using column store. provides fast CJK-ready full text searching using column store.
This package contains the Mroonga plugin for MariaDB. This package contains the Mroonga plugin for MariaDB.
Package: mariadb-plugin-cassandra
Architecture: any
Depends: mariadb-server-10.0|mariadb-galera-server-10.0,
${misc:Depends},
${shlibs:Depends}
Breaks: mariadb-server-10.0 (<< ${source:Version})
Replaces: mariadb-server-10.0 (<< ${source:Version})
Description: Cassandra storage engine for MariaDB
The Cassandra Storage Engine allows access to data in a Cassandra cluster from
MariaDB, combining the best of SQL and no-SQL worlds. Cassandra SE (storage
engine) makes Cassandra's column family appear as a table in MariaDB that you
can insert to, update, and select from. You can write joins against this table,
it is possible to join data that's stored in MariaDB with data that's stored in
Cassandra.
Package: mariadb-plugin-spider Package: mariadb-plugin-spider
Architecture: any Architecture: any
Depends: mariadb-server-10.0|mariadb-galera-server-10.0, Depends: mariadb-server-10.0|mariadb-galera-server-10.0,
......
...@@ -120,7 +120,7 @@ override_dh_auto_install: ...@@ -120,7 +120,7 @@ override_dh_auto_install:
# If libthrift-dev was available (manually installed, as it is # If libthrift-dev was available (manually installed, as it is
# not in Debian) and ha_cassandra.so was thus built, create package, # not in Debian) and ha_cassandra.so was thus built, create package,
# otherwise skip it. # otherwise skip it.
[ -f $(BUILDDIR)/storage/cassandra/ha_cassandra.so ] || sed -i -e "/Package: mariadb-plugin-cassandra/,+14d" debian/control #[ -f $(BUILDDIR)/storage/cassandra/ha_cassandra.so ] || sed -i -e "/Package: mariadb-plugin-cassandra/,+14d" debian/control
# make install # make install
cd $(BUILDDIR) && $(MAKE) install DESTDIR=$(TMP) cd $(BUILDDIR) && $(MAKE) install DESTDIR=$(TMP)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment