[antlr3] 06/09: Fix FTBFS with Java 9.

Markus Koschany apo at moszumanska.debian.org
Tue Mar 20 20:51:49 GMT 2018


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

apo pushed a commit to branch master
in repository antlr3.

commit 1db6ad90371aab09110b44ce94b6c2ad3b3043f8
Author: Markus Koschany <apo at debian.org>
Date:   Tue Mar 20 21:34:28 2018 +0100

    Fix FTBFS with Java 9.
    
    Thanks: Tiago Stürmer Daitx for the patch.
    Closes: #892760
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 27978bd..bf3e9dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ include /usr/share/cdbs/1/class/maven.mk
 
 DEB_MAVEN_INSTALL_TO_USJ := false
 DEB_MAVEN_BUILD_TARGET := package install
-DEB_MAVEN_DOC_TARGET := javadoc:jar javadoc:aggregate
+DEB_MAVEN_DOC_TARGET := generate-sources javadoc:jar javadoc:aggregate
 PACKAGE              := $(DEB_SOURCE_PACKAGE)
 VERSION              := $(shell echo $(DEB_UPSTREAM_VERSION) | cut -d'+' -f1 -)
 JAVA_HOME            := /usr/lib/jvm/default-java

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



More information about the pkg-java-commits mailing list