This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository projectreactor.
commit 4db6377a7d6b29e3ca9657ef5b1c85d073b9f7cd Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 3 12:24:44 2016 +0200 Depend on libopenhft-chronicle-queue-java (>= 3.6.0) --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d513208..c43a4cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ projectreactor (2.0.8-1) UNRELEASED; urgency=medium - Build the new reactor-bus and reactor-stream modules - Depend on libjsonpath-java (>= 2.0) - Depend on libnetty-java (>= 1:4.0.40) + - Depend on libopenhft-chronicle-queue-java (>= 3.6.0) - New dependency on libreactive-streams-java - Refreshed the Maven rules diff --git a/debian/control b/debian/control index 6bfac49..e536e3a 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9), libjsonpath-java (>= 2.0), libkryo-java, libnetty-java (>= 1:4.0.40), - libopenhft-chronicle-queue-java, + libopenhft-chronicle-queue-java (>= 3.6.0), libprotobuf-java, libreactive-streams-java, libsnappy-java, @@ -36,7 +36,7 @@ Suggests: libjackson2-databind-java, libjeromq-java, libjsonpath-java, libkryo-java, - libopenhft-chronicle-queue-java, + libopenhft-chronicle-queue-java (>= 3.6.0), libprotobuf-java, libsnappy-java Description: Reactive Streams Specification Implementation -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/projectreactor.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

