Package: libjdeb-java Version: 1.5-4 Trying to use jdeb in ant, configured for signing changes as explained in:
https://github.com/tcurdt/jdeb/blob/master/docs/ant.md#signing-changes , I got the error below: java.lang.ClassNotFoundException: org.vafer.jdeb.shaded.bc.jce.provider.BouncyCastleProvider Having a look at /usr/share/java/jdeb.jar, there are classes missing with respect to the version obtained from maven: http://repo.maven.apache.org/maven2/org/vafer/jdeb/1.5/jdeb-1.5.jar In this version, under /org/vafer/jdeb/shaded/ there is (bc, commons, xz) whereas in the debian version (both stable and unstable) there is only (commons, xz) : bc is missing. Although I do not really need this feature, I thought it would be useful to fix nevertheless. Feel free to ask for any additional info. Regards, Raphael __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.
