Markus Koschany pushed to branch master at Debian Java Maintainers / openrefine
Commits: 28bd1305 by Markus Koschany at 2025-05-25T23:04:22+02:00 Add missing link to localizer.jar. - - - - - 21767c57 by Markus Koschany at 2025-05-25T23:04:40+02:00 Start new changelog entry - - - - - e796df6c by Markus Koschany at 2025-05-25T23:12:04+02:00 Update changelog - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +openrefine (3.8.7-2) unstable; urgency=medium + + * Add missing links to localizer.jar. + It seems the missing localizer.jar caused errors on non-english systems and + this change might fix the problem. See #1095034 for more information. + + -- Markus Koschany <[email protected]> Sun, 25 May 2025 23:09:29 +0200 + openrefine (3.8.7-1) unstable; urgency=medium * New upstream version 3.8.7. ===================================== debian/rules ===================================== @@ -4,7 +4,7 @@ LINK_JARS_SERVER := butterfly commons-collections3 commons-io commons-lang3 LINK_JARS_SERVER += jetty9-servlet jetty9-webapp jetty9-server metaweb-lessen LINK_JARS_SERVER += jetty9-http jetty9-io jetty9-security jetty9-util jetty9-xml LINK_JARS_SERVER += slf4j-api slf4j-log4j12 velocity servlet-api js rhino log4j-core log4j-api -LINK_JARS_SERVER += oro commons-lang-2.6 log4j-1.2-api +LINK_JARS_SERVER += oro commons-lang-2.6 log4j-1.2-api localizer LINK_JARS_WEBAPP := ant ant-launcher openrefine-arithcode butterfly clojure univocity-parsers LINK_JARS_WEBAPP += dexx.collection commons-beanutils commons-cli commons-codec @@ -22,22 +22,22 @@ LINK_JARS_WEBAPP += ptk-common rats-runtime com.wcohen.secondstring servlet-api LINK_JARS_WEBAPP += signpost-core slf4j-api slf4j-log4j12 swc-parser-lazy velocity LINK_JARS_WEBAPP += vicino xercesImpl xml-apis xmlbeans language-detector titanium-json-ld LINK_JARS_WEBAPP += httpclient5 httpcore5 httpcore5-h2 utils marc4j javax.activation -LINK_JARS_WEBAPP += jetty9-continuation jetty9-http jetty9-io jetty9-servlets jetty9-util +LINK_JARS_WEBAPP += jetty9-continuation jetty9-http jetty9-io jetty9-servlets jetty9-util localizer LINK_JARS_EXT_WIKIBASE := signpost-core okhttp-urlconnection okhttp wdtk-wikibaseapi threeten-extra LINK_JARS_EXT_WIKIBASE += jackson-annotations commons-lang3 wdtk-datamodel commons-compress commons-codec -LINK_JARS_EXT_WIKIBASE += jackson-core okhttp-signpost okio wdtk-util jackson-databind +LINK_JARS_EXT_WIKIBASE += jackson-core okhttp-signpost okio wdtk-util jackson-databind localizer -LINK_JARS_EXT_JYTHON := jython +LINK_JARS_EXT_JYTHON := jython localizer LINK_JARS_EXT_GDATA := grpc-context opencensus-contrib-http-util commons-logging jsr305 httpclient LINK_JARS_EXT_GDATA += google-oauth-client google-api-services-sheets httpcore google-api-services-drive LINK_JARS_EXT_GDATA += google-api-client opencensus-api google-http-client-jackson2 google-http-client-gson -LINK_JARS_EXT_GDATA += commons-codec guava google-http-client +LINK_JARS_EXT_GDATA += commons-codec guava google-http-client localizer LINK_JARS_EXT_DATABASE := encoder grpc-context opencensus-contrib-http-util commons-logging jsr305 httpclient postgresql LINK_JARS_EXT_DATABASE += httpcore jackson-annotations commons-lang3 opencensus-api google-http-client-jackson2 commons-codec -LINK_JARS_EXT_DATABASE += guava mariadb-java-client jasypt google-http-client xerial-sqlite-jdbc +LINK_JARS_EXT_DATABASE += guava mariadb-java-client jasypt google-http-client xerial-sqlite-jdbc localizer %: dh $@ View it on GitLab: https://salsa.debian.org/java-team/openrefine/-/compare/b0e22f7e3cfce83b4f42cba5030e5b04ee5afd9b...e796df6c68215696ba54a94b5f253d18922945ac -- View it on GitLab: https://salsa.debian.org/java-team/openrefine/-/compare/b0e22f7e3cfce83b4f42cba5030e5b04ee5afd9b...e796df6c68215696ba54a94b5f253d18922945ac You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

