File: jar-hyph.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-- 1,057 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Only build jar-hyph, skip the rest
 We are now using maven to build the source code, only use ant for a legacy
 target which seems not to have been updated.
Author: Mathieu Malaterre <malat@debian.org>
Forwarded: yes, https://lists.debian.org/debian-java/2018/11/msg00041.html

Index: fop/fop/build.xml
===================================================================
--- fop.orig/fop/build.xml
+++ fop/fop/build.xml
@@ -466,7 +466,7 @@ list of possible build targets.
   <!-- =================================================================== -->
   <!-- compiles hyphenation patterns                                       -->
   <!-- =================================================================== -->
-  <target name="compile-hyphenation" depends="compile" description="Compiles the hyphenation pattern files">
+  <target name="compile-hyphenation" description="Compiles the hyphenation pattern files">
     <path id="hyph-classpath">
       <path refid="libs-build-classpath"/>
       <pathelement location="${build.classes.dir}"/>