In Debian there is an experimental package: http://packages.debian.org/experimental/subversion
Code: tar xzf subversion_1.5.0dfsg1.orig.tar.gz cd subversion-1.5.0dfsg1 zcat ../subversion_1.5.0dfsg1-1.diff.gz | patch -p1 The building with "debuild -us -uc" (depending packages install with "sudo apt-get build-dep subversion". Simply install missing packages) works well, but it does not build the libsvn-java package. With " DEB_BUILD_OPTIONS="with-javahl" debuild -us -uc " I again get this error. http://ubuntuusers.de/paste/373157/ -- Building package for Subversion 1.5.0 https://bugs.launchpad.net/bugs/243224 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
