diff -Nru carrotsearch-randomizedtesting-2.7.8/debian/changelog carrotsearch-randomizedtesting-2.7.8/debian/changelog --- carrotsearch-randomizedtesting-2.7.8/debian/changelog 2020-10-30 21:29:05.000000000 +0000 +++ carrotsearch-randomizedtesting-2.7.8/debian/changelog 2020-11-06 16:52:37.000000000 +0000 @@ -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 Fri, 06 Nov 2020 16:52:37 +0000 + carrotsearch-randomizedtesting (2.7.8-1) unstable; urgency=medium * New upstream version 2.7.8 diff -Nru carrotsearch-randomizedtesting-2.7.8/debian/control carrotsearch-randomizedtesting-2.7.8/debian/control --- carrotsearch-randomizedtesting-2.7.8/debian/control 2020-10-30 20:11:42.000000000 +0000 +++ carrotsearch-randomizedtesting-2.7.8/debian/control 2020-11-06 16:47:14.000000000 +0000 @@ -29,7 +29,8 @@ 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