This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository projectreactor.
commit 481be6a23df1a9359c90827084e9912eda7006dc Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 3 09:54:14 2016 +0200 New dependency on libreactive-streams-java --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index acaad17..abaa91d 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) + - New dependency on libreactive-streams-java -- Emmanuel Bourg <[email protected]> Tue, 31 May 2016 14:41:51 +0200 diff --git a/debian/control b/debian/control index 854029b..6bfac49 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 9), libnetty-java (>= 1:4.0.40), libopenhft-chronicle-queue-java, libprotobuf-java, + libreactive-streams-java, libsnappy-java, maven-repo-helper Standards-Version: 3.9.8 @@ -28,6 +29,7 @@ Architecture: all Depends: libdisruptor-java, libgs-collections-java, libnetty-java (>= 1:4.0.40), + libreactive-streams-java, libslf4j-java, ${misc:Depends} Suggests: libjackson2-databind-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

