diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2018-01-12 16:56:55 +0000 |
---|---|---|
committer | Vicențiu-Marian Ciorbaru <cvicentiu@gmail.com> | 2018-01-16 13:48:00 +0200 |
commit | b5edb4ca3a39c46e0109cf888aeb6ca54a6fc9a9 (patch) | |
tree | 5c77b6685ba1d9f342a43c59057cfc28c88a3e5d /debian/mariadb-plugin-mroonga.install | |
parent | dbc9cfa52b822ebd0542faf09e0a561b638a637b (diff) | |
download | mariadb-git-b5edb4ca3a39c46e0109cf888aeb6ca54a6fc9a9.tar.gz |
Deb: Add missing files into correct packages and rest in not-installed
There was a lot of files generated by the sources that were not installed
in any package. This fixes most of those issues, but not all. Files still
outside any package are in the not-installed, which is used by dh_install.
Also make sure all configuration files are installed to the correct
location that matches layout used by Debian official packages.
Diffstat (limited to 'debian/mariadb-plugin-mroonga.install')
-rw-r--r-- | debian/mariadb-plugin-mroonga.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/mariadb-plugin-mroonga.install b/debian/mariadb-plugin-mroonga.install index c28fde2fd18..5cb81419e5e 100644 --- a/debian/mariadb-plugin-mroonga.install +++ b/debian/mariadb-plugin-mroonga.install @@ -1,3 +1,5 @@ usr/lib/mysql/plugin/ha_mroonga.so usr/share/mysql/mroonga/install.sql usr/share/mysql/mroonga/uninstall.sql +usr/share/mysql/mroonga/COPYING +usr/share/mysql/mroonga/AUTHORS |