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

Update TokuDB plugin install and copyright paths to match release

parent 56b22c28
...@@ -2,6 +2,8 @@ mariadb-10.0 (10.0.23-1) unstable; urgency=low ...@@ -2,6 +2,8 @@ mariadb-10.0 (10.0.23-1) unstable; urgency=low
* New upstream release * New upstream release
* Ignore test suite exit code on unstable platforms (mips, mipsel) * Ignore test suite exit code on unstable platforms (mips, mipsel)
* Update TokuDB plugin install and copyright paths to match latest
release done under Percona ownership
-- Otto Kekäläinen <otto@seravo.fi> Sun, 20 Dec 2015 14:18:33 +0200 -- Otto Kekäläinen <otto@seravo.fi> Sun, 20 Dec 2015 14:18:33 +0200
......
...@@ -833,7 +833,7 @@ Copyright: ...@@ -833,7 +833,7 @@ Copyright:
License: BSD-3-clause License: BSD-3-clause
Files: storage/tokudb/* Files: storage/tokudb/*
Copyright: 2007-2014 Tokutek, Inc Copyright: 2006-2015 Percona and/or its affiliates
License: GPL-2 License: GPL-2
Files: storage/tokudb/ft-index/third_party/xz-4.999.9beta/build-aux/ltmain.sh Files: storage/tokudb/ft-index/third_party/xz-4.999.9beta/build-aux/ltmain.sh
......
...@@ -115,7 +115,7 @@ override_dh_auto_install: ...@@ -115,7 +115,7 @@ override_dh_auto_install:
dh_testroot dh_testroot
# If TokuDB plugin was built add it to the server install list. # 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. # 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 [ ! -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