[scala] 04/22: Build the documentation

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jul 29 23:16:21 UTC 2015


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

ebourg-guest pushed a commit to annotated tag debian/2.11.6-1
in repository scala.

commit b5e87f4484ff2f27c35d4bcdde8a95590749e3ff
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Jun 12 12:07:49 2015 +0200

    Build the documentation
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 970bec0..7efa2d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
 include $(CURDIR)/build.number
 BUNDLE_VERSION="$(version.major).$(version.minor).$(version.patch)"
@@ -18,7 +18,7 @@ override_dh_auto_build:
 	    -Dreflect.starr.jar=/usr/share/java/scala-reflect.jar \
 	    -Dcompiler.starr.jar=/usr/share/java/scala-compiler.jar \
 	    -Djline.version=2.x \
-	    fastdist-opt
+	    fastdist-opt docs
 
 	for file in scala scala-library; do \
 		sed "s/@VERSION@/$(BUNDLE_VERSION)/" debian/$${file}.pom.xml.in > debian/$${file}.pom.xml; \

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



More information about the pkg-java-commits mailing list