[dbus-java] 01/12: Ignore javadoc errors.
Markus Koschany
apo at moszumanska.debian.org
Wed Dec 20 23:27:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to annotated tag debian/2.8-7
in repository dbus-java.
commit 24961e90ef73e794c0352bc0252c58ec2a9ac488
Author: Markus Koschany <apo at debian.org>
Date: Wed Dec 20 01:53:19 2017 +0100
Ignore javadoc errors.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 6cf9795..3af80eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ override_dh_auto_build:
JAVAC=${JAVA_HOME}/bin/javac \
JAVA=${JAVA_HOME}/bin/java \
JAR=${JAVA_HOME}/bin/jar \
- JAVADOC="${JAVA_HOME}/bin/javadoc -link /usr/share/doc/default-jdk-doc/api" \
+ JAVADOC="${JAVA_HOME}/bin/javadoc -link /usr/share/doc/default-jdk-doc/api --ignore-source-errors" \
all doc check
touch $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dbus-java.git
More information about the pkg-java-commits
mailing list