[projectreactor] 10/11: Don't build the javadoc

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Aug 3 11:03:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository projectreactor.

commit 10413c0d81d62c8c613b536c721d2651095f87a6
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Aug 3 12:57:24 2016 +0200

    Don't build the javadoc
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 4bde819..9ee7182 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 :reactor-bus:install :reactor-stream:install
+	dh_auto_build -- :reactor-core:install :reactor-net:install :reactor-bus:install :reactor-stream:install -x javadoc
 
 get-orig-source:
 	uscan --download-current-version --rename --force-download

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/projectreactor.git



More information about the pkg-java-commits mailing list