This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository svnkit.
commit f78640ae37eaaf0346a7df3f342cd7fe1c1d1eb6 Author: Emmanuel Bourg <[email protected]> Date: Fri Oct 17 15:04:07 2014 +0200 Depend on libsqljet-java >= 1.1.10-1 to ensure the Maven artifacts for sqljet are available --- debian/changelog | 2 ++ debian/control | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 741b539..219ec51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ svnkit (1.8.6-1) unstable; urgency=medium * Removed the unnecessary Maven dependency on net.java.dev.jna:platform and com.jcraft:jsch.agentproxy.* (this broke libshib-common-java, see #752964) + * Depend on libsqljet-java >= 1.1.10-1 to ensure the Maven artifacts for + sqljet are available and thus avoid breaking Maven builds. * debian/orig-tar.sh: - Use XZ compression for the upstream tarball - Use the version passed by uscan instead of the current version diff --git a/debian/control b/debian/control index 489e7f2..562c674 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: ant, javahelper, libjna-java, libsequence-library-java, - libsqljet-java, + libsqljet-java (>= 1.1.10-1~), libsvn-java (>= 1.8.8), libtrilead-ssh2-java (>= 6401+svn158), perl, @@ -40,7 +40,7 @@ Section: java Depends: antlr3, libjna-java, libsequence-library-java, - libsqljet-java, + libsqljet-java (>= 1.1.10-1~), libtrilead-ssh2-java (>= 6401+svn158), ${misc:Depends} Recommends: libsvn-java (>= 1.7) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/svnkit.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

