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.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to