File: fix_itext_class_updates.patch

package info (click to toggle)
biojava6-live 6.1.0%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 109,224 kB
  • sloc: java: 245,617; xml: 27,410; python: 64; makefile: 39; sh: 31
file content (18 lines) | stat: -rw-r--r-- 734 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Subject: iText move a class to another package
Description: one of the class from iText moved to another package.
 Upstream code needs to refer to this new package and depends on
 newer release if iText5
Author: Olivier Sallou <osallou@debian.org>
Last-Updated: 2013-06-18
Forwarded: not-needed
--- a/forester/org/forester/archaeopteryx/PdfExporter.java
+++ b/forester/org/forester/archaeopteryx/PdfExporter.java
@@ -40,7 +40,7 @@
 import com.itextpdf.text.DocumentException;
 import com.itextpdf.text.FontFactory;
 import com.itextpdf.text.Rectangle;
-import com.itextpdf.text.pdf.DefaultFontMapper;
+import com.itextpdf.awt.DefaultFontMapper;
 import com.itextpdf.text.pdf.PdfContentByte;
 import com.itextpdf.text.pdf.PdfWriter;