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

Update TokuDB plugin install and copyright paths to match release

Cherry-pick 8cdd7913
parent 4e98a91d
......@@ -12,6 +12,8 @@ mariadb-10.0 (10.0.23-0ubuntu0.15.04.1) vivid-security; urgency=low
- CVE-2016-0596
- CVE-2016-0546
- CVE-2016-0505
* Update TokuDB plugin install and copyright paths to match latest
release done under Percona ownership
-- Otto Kekäläinen <otto@seravo.fi> Tue, 26 Jan 2016 23:59:51 +0200
......
......@@ -917,7 +917,7 @@ Copyright:
License: BSD-3-clause
Files: storage/tokudb/*
Copyright: 2007-2014 Tokutek, Inc
Copyright: 2006-2015 Percona and/or its affiliates
License: GPL-2
Files: storage/tokudb/ft-index/third_party/xz-4.999.9beta/build-aux/ltmain.sh
......
......@@ -123,7 +123,7 @@ override_dh_auto_install:
dh_testroot
# If TokuDB plugin was built add it to the server install list.
[ ! -f $(BUILDDIR)/storage/tokudb/ha_tokudb.so ] || echo 'usr/lib/mysql/plugin/ha_tokudb.so\netc/mysql/conf.d/tokudb.cnf\nusr/bin/tokuftdump\nusr/share/doc/mariadb-server-10.0/README-TOKUDB\nusr/share/doc/mariadb-server-10.0/README.md' >> debian/mariadb-server-10.0.install
[ ! -f $(BUILDDIR)/storage/tokudb/ha_tokudb.so ] || echo 'usr/lib/mysql/plugin/ha_tokudb.so\netc/mysql/conf.d/tokudb.cnf\nusr/bin/tokuftdump\nusr/share/doc/mariadb-server-10.0/README.md' >> debian/mariadb-server-10.0.install
# If Mroonga plugin was built add it to the server install list.
[ ! -f $(BUILDDIR)/storage/mroonga/ha_mroonga.so ] || echo 'usr/lib/mysql/plugin/ha_mroonga.so' >> debian/mariadb-server-10.0.install
......
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