Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Switch from libmysql-java to libmariadb-java.
· 34ad11db
Markus Koschany
authored
Nov 09, 2018
34ad11db
Update changelog
· 671b3b20
Markus Koschany
authored
Nov 09, 2018
671b3b20
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
671b3b20
lucene-solr (3.6.2+dfsg-15) unstable; urgency=medium
* Team upload.
* Switch from libmysql-java to libmariadb-java.
-- Markus Koschany <apo@debian.org> Fri, 09 Nov 2018 17:23:59 +0100
lucene-solr (3.6.2+dfsg-14) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
671b3b20
...
...
@@ -161,7 +161,7 @@ Depends:
Recommends:
solr-tomcat (= ${binary:Version}) | solr-jetty (= ${binary:Version})
Suggests:
libm
ysql
-java
libm
ariadb
-java
Description: Enterprise search server based on Lucene3 - common files
Solr is an open source enterprise search server based on the Lucene
Java search library, with XML/HTTP and JSON APIs, hit highlighting,
...
...
debian/solr-common.README.Debian
View file @
671b3b20
...
...
@@ -64,10 +64,10 @@ yet packaged for Debian.
DataImportHandler
-----------------
If you use the handler with mysql, you need to install libm
ysql
-java and
If you use the handler with mysql, you need to install libm
ariadb
-java and
add the following to your solrconfig.xml:
<lib path="/usr/share/java/m
ysql
.jar" />
<lib path="/usr/share/java/m
ariadb-java-client
.jar" />
The handler writes status information to::
...
...