Package: src:witty
Followup-For: Bug #642674

added a description to the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
#! /bin/sh /usr/share/dpatch/dpatch-run
## libhary_error.dpatch by Tobias Frost <t...@coldtobi.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix for FTBFS, Debian BTS #642674, 
## DP: See: http://www.mail-archive.com/witty-interest@lists.sourceforge.net/msg05729.html

@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' witty-3.1.10~/src/Wt/WPdfImage.C witty-3.1.10/src/Wt/WPdfImage.C
--- witty-3.1.10~/src/Wt/WPdfImage.C	2011-07-07 10:10:04.000000000 +0200
+++ witty-3.1.10/src/Wt/WPdfImage.C	2012-01-12 08:34:40.000000000 +0100
@@ -69,7 +69,7 @@
 
   trueTypeFonts_ = new FontSupport(this);
 
-#if HPDF_VERSION_ID>=20200
+#if HPDF_VERSION_ID>=20300
   if (trueTypeFonts_)
     HPDF_UseUTFEncodings(pdf_);
 #endif

Reply via email to