package: svnclientadapter
Version: 1.10.3-1
Severity: important

src/javahl/org/tigris/subversion/svnclientadapter/javahl/JhlClientAdapterFactory.java
contains an exact check on the subversion version:
if (version.getMajor() == 1 && version.getMinor() == 8)
and raises an error when it does not match during setup.

the package does not have an equivalent dependency, it only depends on
>= 1.8 of libjava-svn

as the package stops working if subversion bumps its version the package
have the same strict version requirement so it is not overlooked in
transitions.

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to