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
Samuel Thibault
mariadb-10.1
Commits
86f555f0
Commit
86f555f0
authored
Dec 20, 2015
by
Otto Kekäläinen
Browse files
Update TokuDB plugin install and copyright paths to match release
Cherry-pick
8cdd7913
parent
4e98a91d
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
86f555f0
...
...
@@ -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
...
...
debian/copyright
View file @
86f555f0
...
...
@@ -917,7 +917,7 @@ Copyright:
License: BSD-3-clause
Files: storage/tokudb/*
Copyright: 200
7
-201
4 Tokutek, Inc
Copyright: 200
6
-201
5 Percona and/or its affiliates
License: GPL-2
Files: storage/tokudb/ft-index/third_party/xz-4.999.9beta/build-aux/ltmain.sh
...
...
debian/rules
View file @
86f555f0
...
...
@@ -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
...
...
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