[commons-math3] 01/02: add --allow-script-in-comments to maven-javadoc-plugin invocation
Tony Mancill
tmancill at moszumanska.debian.org
Sun Jan 29 00:37:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository commons-math3.
commit 9634aaa7bf9c60bc94cc58c4e53633430eb56be3
Author: tony mancill <tmancill at debian.org>
Date: Sat Jan 28 16:27:47 2017 -0800
add --allow-script-in-comments to maven-javadoc-plugin invocation
Closes: #852880 (FTBFS)
---
debian/patches/03_libjs-mathjax.patch | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/patches/03_libjs-mathjax.patch b/debian/patches/03_libjs-mathjax.patch
index 917727a..57391fc 100644
--- a/debian/patches/03_libjs-mathjax.patch
+++ b/debian/patches/03_libjs-mathjax.patch
@@ -11,16 +11,17 @@
</javadoc>
--- a/pom.xml
+++ b/pom.xml
-@@ -539,7 +539,7 @@
+@@ -534,7 +534,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
- <additionalparam>-header '<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>'</additionalparam>
+ <additionalparam>-header '<script type="text/javascript" src="file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>'</additionalparam>
++ <additionalparam>--allow-script-in-comments</additionalparam>
</configuration>
</plugin>
</plugins>
-@@ -690,7 +690,7 @@
+@@ -685,7 +686,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
@@ -31,7 +32,7 @@
</plugins>
--- a/src/site/site.xml
+++ b/src/site/site.xml
-@@ -81,7 +81,7 @@
+@@ -83,7 +83,7 @@
</menu>
<head>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-math3.git
More information about the pkg-java-commits
mailing list