summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@kekalainen.net>2021-05-28 22:04:17 -0700
committerSergei Golubchik <vuvova@gmail.com>2021-06-06 11:49:36 +0200
commit3c922d6defcfa6be819fe33794abcf507bb70c25 (patch)
tree39c963b1a41c835213f94ce74f2ad15dbaa0938d /debian
parent9f9a925c399b9d960f095be0886f56f51396eb04 (diff)
downloadmariadb-git-3c922d6defcfa6be819fe33794abcf507bb70c25.tar.gz
Revert "CONNECT: move jar files to /usr/share and include them in DEBs"
This partially reverts commit d7321893d8c50071632a102e17a7869da9cb03a5. The *.jar files are not being built and all Debian builds are failing as dh_install stops on missing files. To build them we would need to also add new Java build dependencies. In a stable release (10.2->10.5) we shouldn't add new files and certainly not any new build dependencies, so reverting commit. Also, the files are located in a different path, and already included in the mariadb-test-data package: /usr/share/mysql/mysql-test/plugin/connect/connect/std_data/JavaWrappers.jar /usr/share/mysql/mysql-test/plugin/connect/connect/std_data/JdbcMariaDB.jar /usr/share/mysql/mysql-test/plugin/connect/connect/std_data/Mongo2.jar /usr/share/mysql/mysql-test/plugin/connect/connect/std_data/Mongo3.jar This change needs to be redesigned and applies only on 10.6 or newer.
Diffstat (limited to 'debian')
-rw-r--r--debian/mariadb-plugin-connect.install4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/mariadb-plugin-connect.install b/debian/mariadb-plugin-connect.install
index 7b5a5f0633e..8a7aee412df 100644
--- a/debian/mariadb-plugin-connect.install
+++ b/debian/mariadb-plugin-connect.install
@@ -1,6 +1,2 @@
etc/mysql/conf.d/connect.cnf
usr/lib/mysql/plugin/ha_connect.so
-usr/share/mysql/Mongo2.jar
-usr/share/mysql/Mongo3.jar
-usr/share/mysql/JavaWrappers.jar
-usr/share/mysql/JdbcInterface.jar