Sudip Mukherjee pushed to branch master at Debian Java Maintainers / carrotsearch-randomizedtesting
Commits: a4bab338 by Sudip Mukherjee at 2020-11-06T16:47:41+00:00 Add dependency on libsimple-xml-java Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - a4149e95 by Sudip Mukherjee at 2020-11-06T16:52:54+00:00 Add changelog for 2.7.8-2 release Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +carrotsearch-randomizedtesting (2.7.8-2) unstable; urgency=medium + + * Add dependency on libsimple-xml-java as the binary package + fails to find it which causes FTBFS with lz4-java. + + -- Sudip Mukherjee <[email protected]> Fri, 06 Nov 2020 16:52:37 +0000 + carrotsearch-randomizedtesting (2.7.8-1) unstable; urgency=medium * New upstream version 2.7.8 ===================================== debian/control ===================================== @@ -29,7 +29,8 @@ Homepage: http://labs.carrotsearch.com/randomizedtesting.html Package: libcarrotsearch-randomizedtesting-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends}, libcommons-io-java, libguava-java +Depends: ${misc:Depends}, ${maven:Depends}, libcommons-io-java, libguava-java, + libsimple-xml-java Recommends: ${maven:OptionalDepends} Description: Randomized testing infrastructure for JUnit, Ant and Maven Inspired by the Apache Lucene project's infrastructure, this project brings View it on GitLab: https://salsa.debian.org/java-team/carrotsearch-randomizedtesting/-/compare/680b114e4866a9bfafc782a07d63e30c8ddf0782...a4149e95901b64429e9b388902c8b64ef272e135 -- View it on GitLab: https://salsa.debian.org/java-team/carrotsearch-randomizedtesting/-/compare/680b114e4866a9bfafc782a07d63e30c8ddf0782...a4149e95901b64429e9b388902c8b64ef272e135 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

