[subversion-commit] SVN tetex-base commit + diffs: r1418 - in tetex-base/trunk/debian: . patches

Frank Küster frank at costa.debian.org
Fri Jun 9 08:57:38 UTC 2006


Author: frank
Date: 2006-06-09 08:57:38 +0000 (Fri, 09 Jun 2006)
New Revision: 1418

Added:
   tetex-base/trunk/debian/patches/patch-dvipdfm
Modified:
   tetex-base/trunk/debian/changelog
   tetex-base/trunk/debian/patches/series
Log:
Add a patch for dvipdfm's config file that allows proper inclusion of
really large Postscript files, as reported by Thomas Esser and Laurent
Siebenmann  on the TeXLive list.


Modified: tetex-base/trunk/debian/changelog
===================================================================
--- tetex-base/trunk/debian/changelog	2006-06-08 17:20:26 UTC (rev 1417)
+++ tetex-base/trunk/debian/changelog	2006-06-09 08:57:38 UTC (rev 1418)
@@ -3,8 +3,12 @@
   * Adjust the directory name in the apache configuration file to the new
     location of the teTeX documentation, thanks to Vincent Danjean
     <Vincent.Danjean at ens-lyon.org> (closes: #370660)
+  * Add a patch for dvipdfm's config file that allows proper inclusion of
+    really large Postscript files, as reported by Thomas Esser and Laurent
+    Siebenmann  on the TeXLive list.  Thanks to Heiko Oberdiek for the
+    patch. 
 
- -- Frank Küster <frank at debian.org>  Tue,  6 Jun 2006 15:21:53 +0200
+ -- Frank Küster <frank at debian.org>  Fri,  9 Jun 2006 10:57:03 +0200
 
 tetex-base (3.0-18) unstable; urgency=low
 

Added: tetex-base/trunk/debian/patches/patch-dvipdfm
===================================================================
--- tetex-base/trunk/debian/patches/patch-dvipdfm	2006-06-08 17:20:26 UTC (rev 1417)
+++ tetex-base/trunk/debian/patches/patch-dvipdfm	2006-06-09 08:57:38 UTC (rev 1418)
@@ -0,0 +1,24 @@
+ dvipdfm/config/config |   10 +++++++++-
+ 1 files changed, 9 insertions(+), 1 deletion(-)
+
+Index: tetex-base-3.0/dvipdfm/config/config
+===================================================================
+--- tetex-base-3.0.orig/dvipdfm/config/config	2005-07-20 14:55:37.000000000 +0200
++++ tetex-base-3.0/dvipdfm/config/config	2006-06-09 10:53:25.000000000 +0200
+@@ -4,7 +4,15 @@
+ 
+ % Distiller config. Uses ghostscript and works on compressed and
+ % uncompressed files.
+-D "zcat -f %i | gs -q -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -dSAFER -sOutputFile=%o - -c quit"
++% D "zcat -f %i | gs -q -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -dSAFER -sOutputFile=%o - -c quit"
++%%%%%%%%%%%%%% begin bug comment
++% Laurent S. & Heiko Oberdiek bugfix of May 2006 on comp.text.tex:
++% Any fixed papersize as in above line will cause unwanted clipping of very big objects, 
++% so -- following a (version 8.50)  gs log suggestion spotted by Heiko Oberdiek 
++% -- use  "-dEPSCrop" instead of  "-sPAPERSIZE=a0".  
++% The other gs suggestion "-dEPSFitPage" causes unwanted downscaling. Here is the revised line:
++%%%%%%%%%%%%%% end bug comment
++D "zcat -f %i | gs -q -sDEVICE=pdfwrite -dEPSCrop -dCompatibilityLevel=1.2 -dUseFlateCompression=true -dSAFER -sOutputFile=%o - -c quit"
+ 
+ % Set default paper size here
+ p a4

Modified: tetex-base/trunk/debian/patches/series
===================================================================
--- tetex-base/trunk/debian/patches/series	2006-06-08 17:20:26 UTC (rev 1417)
+++ tetex-base/trunk/debian/patches/series	2006-06-09 08:57:38 UTC (rev 1418)
@@ -4,3 +4,4 @@
 patch-doc 
 patch-deb 
 patch-tmp
+patch-dvipdfm




More information about the Pkg-tetex-commits mailing list