Bug#749034: svnclientadapter: subversion dependency not strict enough

Julian Taylor jtaylor.debian at googlemail.com
Fri May 23 09:01:32 UTC 2014


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.



More information about the pkg-java-maintainers mailing list