Skip to content
Commits on Source (2)
......@@ -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/woodstox-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
......
......@@ -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
......
......@@ -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/woodstox-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
......