This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository projectreactor.
commit 93d32db0d20010a6e7d1e2d3bb667e35a3acb11c Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 3 09:52:38 2016 +0200 Depend on libjsonpath-java (>= 2.0) --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 25d4f47..a0b9a43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ projectreactor (2.0.8-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches - Build the new reactor-bus and reactor-stream modules + - Depend on libjsonpath-java (>= 2.0) -- Emmanuel Bourg <[email protected]> Tue, 31 May 2016 14:41:51 +0200 diff --git a/debian/control b/debian/control index 38c04dc..43db5ff 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9), libgs-collections-java, libjackson2-databind-java, libjeromq-java, - libjsonpath-java, + libjsonpath-java (>= 2.0), libkryo-java, libnetty-java (>= 1:4.0.36-2~), libopenhft-chronicle-queue-java, -- 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

