Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Faustin Lammler
mariadb-10.1
Commits
8cdd7913
Commit
8cdd7913
authored
Dec 20, 2015
by
Otto Kekäläinen
Browse files
Update TokuDB plugin install and copyright paths to match release
parent
56b22c28
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
8cdd7913
...
@@ -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
...
...
debian/copyright
View file @
8cdd7913
...
@@ -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: 200
7
-201
4 Tokutek, Inc
Copyright: 200
6
-201
5 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
...
...
debian/rules
View file @
8cdd7913
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment