File: javadoc_allow-script-in-comments.patch

package info (click to toggle)
fop 1%3A2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 112,412 kB
  • sloc: java: 218,337; xml: 103,373; sh: 381; python: 316; javascript: 272; makefile: 44
file content (19 lines) | stat: -rw-r--r-- 858 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>

Index: fop/fop/build.xml
===================================================================
--- fop.orig/fop/build.xml
+++ fop/fop/build.xml
@@ -932,6 +932,7 @@ NOTE:
       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>