[Debian-tex-commits] SVN tetex-bin commit + diffs: r1858 - in tetex-bin/trunk/debian: . patches

Frank Küster frank at costa.debian.org
Thu Oct 19 05:49:31 UTC 2006


Author: frank
Date: 2006-10-19 05:49:29 +0000 (Thu, 19 Oct 2006)
New Revision: 1858

Added:
   tetex-bin/trunk/debian/patches/patch-pdftex-ttftable
Modified:
   tetex-bin/trunk/debian/changelog
   tetex-bin/trunk/debian/patches/series
Log:
include simple patch for pdftex


Modified: tetex-bin/trunk/debian/changelog
===================================================================
--- tetex-bin/trunk/debian/changelog	2006-10-18 15:59:20 UTC (rev 1857)
+++ tetex-bin/trunk/debian/changelog	2006-10-19 05:49:29 UTC (rev 1858)
@@ -1,3 +1,10 @@
+tetex-bin (3.0-23~1) unstable; urgency=low
+
+  * Include in pdftex a simple one-line-patch from upstream to allow
+    inclusion of TrueType fonts (closes: #394028) [frank]
+
+ -- Frank Küster <frank at debian.org>  Thu, 19 Oct 2006 07:48:44 +0200
+
 tetex-bin (3.0-22) unstable; urgency=low
 
   * Restrict the compile-time search path for texmf.cnf to directories

Added: tetex-bin/trunk/debian/patches/patch-pdftex-ttftable
===================================================================
--- tetex-bin/trunk/debian/patches/patch-pdftex-ttftable	                        (rev 0)
+++ tetex-bin/trunk/debian/patches/patch-pdftex-ttftable	2006-10-19 05:49:29 UTC (rev 1858)
@@ -0,0 +1,16 @@
+ texk/web2c/pdftexdir/writettf.c |    2 +-
+ 1 files changed, 1 insertion(+), 1 deletion(-)
+
+Index: trunk/texk/web2c/pdftexdir/writettf.c
+===================================================================
+--- trunk.orig/texk/web2c/pdftexdir/writettf.c	2006-10-18 12:13:08.000000000 +0200
++++ trunk/texk/web2c/pdftexdir/writettf.c	2006-10-19 07:46:18.000000000 +0200
+@@ -1023,7 +1023,7 @@
+     TTF_USHORT version;
+     ttf_reset_chksm(tab);
+     version = get_ushort();
+-    if (version != 0x0000 && version != 0x0001 && version != 0x0002)
++    if (version != 0x0000 && version != 0x0001 && version != 0x0002 && != 0x0003)
+         pdftex_fail("unknown verssion of OS/2 table (%.4X)", version);
+     put_ushort(0x0001); /* fix version to 1*/
+     ttf_ncopy(2*TTF_USHORT_SIZE + 13*TTF_SHORT_SIZE + 10*TTF_BYTE_SIZE);

Modified: tetex-bin/trunk/debian/patches/series
===================================================================
--- tetex-bin/trunk/debian/patches/series	2006-10-18 15:59:20 UTC (rev 1857)
+++ tetex-bin/trunk/debian/patches/series	2006-10-19 05:49:29 UTC (rev 1858)
@@ -12,3 +12,4 @@
 patch-tmp
 patch-texdoctk-tmp
 patch-a2ping_invocation
+patch-pdftex-ttftable




More information about the Debian-tex-commits mailing list