[jblas] 28/30: Add javadoc.patch and fix two javadoc errors which prevent
Markus Koschany
apo at moszumanska.debian.org
Tue Oct 24 13:54:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository jblas.
commit cbf7d96d2cbd93c3937772bc6dd285d354ef85ef
Author: Markus Koschany <apo at debian.org>
Date: Tue Oct 24 15:20:16 2017 +0200
Add javadoc.patch and fix two javadoc errors which prevent
building the documentation files correctly. (index.html is missing)
---
debian/patches/javadoc.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 22 insertions(+)
diff --git a/debian/patches/javadoc.patch b/debian/patches/javadoc.patch
new file mode 100644
index 0000000..1432038
--- /dev/null
+++ b/debian/patches/javadoc.patch
@@ -0,0 +1,21 @@
+From: Markus Koschany <apo at debian.org>
+Date: Tue, 24 Oct 2017 15:20:01 +0200
+Subject: javadoc
+
+---
+ build.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/build.xml b/build.xml
+index 3092333..c88ba4f 100644
+--- a/build.xml
++++ b/build.xml
+@@ -230,7 +230,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ sourcepath="${src}" defaultexcludes="yes"
+ destdir="${doc}" author="true" version="true"
+ use="true" windowtitle="jblas" linksource="yes"
+- stylesheetfile="javadoc.css" overview="${src}/overview.html">
++ additionalparam="-Xdoclint:none" overview="${src}/overview.html">
+ <doctitle>
+ <![CDATA[ <h1>jblas - Linear Algebra for Java (version ${version})</h1> ]]>
+ </doctitle>
diff --git a/debian/patches/series b/debian/patches/series
index baed766..a90d114 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
version-property.patch
debug-symbols.patch
+javadoc.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jblas.git
More information about the pkg-java-commits
mailing list