Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix broken links to woodstox-core-java. The jar files were renamed.
· 39b6b903
Markus Koschany
authored
Aug 25, 2018
39b6b903
Disable the tests.
· d98011c1
Markus Koschany
authored
Aug 25, 2018
d98011c1
Hide whitespace changes
Inline
Side-by-side
debian/build-jars
View file @
d98011c1
...
...
@@ -29,7 +29,7 @@
/usr/share/java/servlet-api-3.1.jar:./solr/lib/servlet-api-3.1.jar
/usr/share/java/slf4j-api.jar:./solr/lib/slf4j-api.jar
/usr/share/java/slf4j-jdk14.jar:./solr/lib/slf4j-jdk14.jar
/usr/share/java/wstx-
lgpl
.jar:./solr/lib/wstx-lgpl.jar
/usr/share/java/w
ood
st
o
x-
core
.jar:./solr/lib/wstx-lgpl.jar
/usr/share/java/jetty9-annotations.jar:./solr/example/lib/jetty-annotations.jar
/usr/share/java/jetty9-server.jar:./solr/example/lib/jetty-server.jar
/usr/share/java/jetty9-servlet.jar:./solr/example/lib/jetty-servlet.jar
...
...
debian/rules
View file @
d98011c1
...
...
@@ -26,13 +26,13 @@ override_dh_auto_build:
ant -buildfile solr/build.xml -propertyfile debian/ant.properties \
-Dversion=$(DEB_UPSTREAM_VERSION) dist-war
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
#
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
ant -buildfile lucene/build.xml -propertyfile debian/ant.properties \
-Dversion=$(DEB_UPSTREAM_VERSION) test-core test-contrib
ant -buildfile solr/build.xml -propertyfile debian/ant.properties \
-Dversion=$(DEB_UPSTREAM_VERSION) test-core
endif
#
ant -buildfile lucene/build.xml -propertyfile debian/ant.properties \
#
-Dversion=$(DEB_UPSTREAM_VERSION) test-core test-contrib
#
ant -buildfile solr/build.xml -propertyfile debian/ant.properties \
#
-Dversion=$(DEB_UPSTREAM_VERSION) test-core
#
endif
override_dh_auto_clean:
ant clean-jars
...
...
debian/solr-common.links
View file @
d98011c1
...
...
@@ -30,7 +30,7 @@
/usr/share/java/solr-dataimporthandler.jar /usr/share/solr/web/WEB-INF/lib/solr-dataimporthandler.jar
/usr/share/java/solr-solrj.jar /usr/share/solr/web/WEB-INF/lib/solr-solrj.jar
/usr/share/java/stax2-api.jar /usr/share/solr/web/WEB-INF/lib/stax2-api.jar
/usr/share/java/wstx-
lgpl.jar
/usr/share/solr/web/WEB-INF/lib/wstx-lgpl.jar
/usr/share/java/w
ood
st
o
x-
core.jar
/usr/share/solr/web/WEB-INF/lib/wstx-lgpl.jar
/usr/share/javascript/jquery/jquery.min.js /usr/share/solr/web/admin/jquery-1.4.3.min.js
/usr/share/solr/bin /usr/share/solr/scripts
/var/lib/solr/data /usr/share/solr/data
...
...