This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-databind.
commit 65e5adb954fa6f1cd8677f633f2762ec49eb22b9 Author: Timo Aaltonen <[email protected]> Date: Wed Sep 24 16:55:12 2014 +0300 control: Bump dependency on -core and -annotations. --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b8844e3..6ee6f0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ jackson-databind (2.4.2-1) UNRELEASED; urgency=medium * control: Add libmaven-bundle-plugin to build-deps. * fix-using-bundle.diff: Use extensions with bundle plugin. * maven.{publishedR,r}ules: Fix version mangling. + * control: Bump dependency on -core and -annotations. -- Timo Aaltonen <[email protected]> Sat, 06 Sep 2014 17:47:27 +0300 diff --git a/debian/control b/debian/control index 21e142e..5ebe11d 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Build-Depends: default-jdk, javahelper (>= 0.32), maven-debian-helper (>= 1.6.5), - libjackson2-core-java, - libjackson2-annotations-java, + libjackson2-core-java (>= 2.4.2), + libjackson2-annotations-java (>= 2.4.0), libmaven-bundle-plugin-java, xmlstarlet Build-Depends-Indep: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-databind.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

