This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository projectreactor.
commit 0d65949ffa657f19e3242daf79f19fb7718b314d Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 3 09:46:39 2016 +0200 Build the new reactor-bus and reactor-stream modules --- debian/changelog | 1 + debian/libreactor-core-java.poms | 2 ++ debian/rules | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8381aea..25d4f47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ projectreactor (2.0.8-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches + - Build the new reactor-bus and reactor-stream modules -- Emmanuel Bourg <[email protected]> Tue, 31 May 2016 14:41:51 +0200 diff --git a/debian/libreactor-core-java.poms b/debian/libreactor-core-java.poms index 5a35fb4..24cbb74 100644 --- a/debian/libreactor-core-java.poms +++ b/debian/libreactor-core-java.poms @@ -27,3 +27,5 @@ # reactor-core/build/poms/pom-default.xml --java-lib --artifact=reactor-core/build/libs/reactor-core-*.RELEASE.jar reactor-net/build/poms/pom-default.xml --java-lib --artifact=reactor-net/build/libs/reactor-net-*.RELEASE.jar +reactor-bus/build/poms/pom-default.xml --java-lib --artifact=reactor-bus/build/libs/reactor-bus-*.RELEASE.jar +reactor-stream/build/poms/pom-default.xml --java-lib --artifact=reactor-stream/build/libs/reactor-stream-*.RELEASE.jar diff --git a/debian/rules b/debian/rules index e13bd6b..6e928a5 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ dh $@ --buildsystem=gradle --with maven_repo_helper override_dh_auto_build: - dh_auto_build -- :reactor-core:install :reactor-net:install -Duser.home=. + dh_auto_build -- :reactor-core:install :reactor-net:install :reactor-bus:install :reactor-stream:install -Duser.home=. override_dh_auto_clean: dh_auto_clean -- 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

