File: javadoc_allow-script-in-comments.patch

package info (click to toggle)
fop 1%3A2.10%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 103,024 kB
  • sloc: java: 220,896; xml: 108,681; sh: 372; python: 316; javascript: 272; makefile: 44
file content (17 lines) | stat: -rw-r--r-- 750 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: error: package javax.media.jai does not exist
Author: Emmanuel Bourg <ebourg@apache.org>
Origin: vendor, https://lists.debian.org/debian-java/2017/01/msg00015.html
Bug-Debian: https://bugs.debian.org/852910
Forwarded: not-needed
Reviewed-By: Mathieu Malaterre <malat@debian.org>

--- a/fop/build.xml
+++ b/fop/build.xml
@@ -910,6 +910,7 @@
       bottom="Copyright ${year} The Apache Software Foundation. All Rights Reserved."
       encoding="UTF-8" docencoding="UTF-8" charset="UTF-8"
       overview="${src.java.dir}/org/apache/fop/overview.html"
+      additionalparam="--allow-script-in-comments"
       maxmemory="256M">
       <header><![CDATA[${name} ${version}]]></header>
       <footer><![CDATA[${name} ${version}]]></footer>