[xml-commons-external] 18/23: No longer generate the javadoc for the javax.xml and org.w3c.dom packages (Closes: #873250)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Mar 11 23:43:00 GMT 2018


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

ebourg-guest pushed a commit to branch master
in repository xml-commons-external.

commit ed4edb806366fd9aa6ccad92f8a5f528c418ce50
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sun Mar 11 23:38:19 2018 +0100

    No longer generate the javadoc for the javax.xml and org.w3c.dom packages (Closes: #873250)
---
 debian/changelog | 2 ++
 debian/rules     | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0498686..81ff45e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ xml-commons-external (1.4.01-3) UNRELEASED; urgency=low
 
   [ Emmanuel Bourg ]
   * Changed the source/target level to 1.7 to build with Java 9
+  * No longer generate the javadoc for the javax.xml and org.w3c.dom packages
+    (Closes: #873250)
   * Removed Damien Raude-Morvan from the uploaders (Closes: #889354)
   * Moved the package to Git
   * Standards-Version updated to 4.1.3
diff --git a/debian/rules b/debian/rules
index 6f12f2a..ec0bf33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,8 +23,8 @@ build-indep:
 	  `find -type f ! \( -wholename "*/sac/*" -o -wholename "*/smil/*" -o -wholename "*/svg/*" \)`)
 
 	#Build api documentation
-	mkdir api
-	javadoc -d api javax.xml org.apache.xmlcommons org.w3c.css.sac org.w3c.dom
+	mkdir -p api
+	javadoc -d api org.apache.xmlcommons org.w3c.css.sac
 
 install/libxml-commons-external-java::
 	# Install xml-apis-ext

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



More information about the pkg-java-commits mailing list