File: fix_itext_class_updates

package info (click to toggle)
biojava4-live 4.2.12%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 107,344 kB
  • sloc: java: 246,196; xml: 27,590; sh: 95; makefile: 86; python: 64
file content (18 lines) | stat: -rw-r--r-- 770 bytes parent folder | download | duplicates (3)
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: no
--- a/biojava-forester/src/main/java/org/forester/archaeopteryx/PdfExporter.java
+++ b/biojava-forester/src/main/java/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;