[subversion-commit] SVN tetex commit + diffs: r393 - tetex-base/trunk/debian/patches

Julian Gilbey jdg at costa.debian.org
Sun Dec 11 06:08:56 UTC 2005


Author: jdg
Date: 2005-12-11 06:08:55 +0000 (Sun, 11 Dec 2005)
New Revision: 393

Modified:
   tetex-base/trunk/debian/patches/patch-deb
Log:
ensure lines of dvips/config.ps have < 80 chars

Modified: tetex-base/trunk/debian/patches/patch-deb
===================================================================
--- tetex-base/trunk/debian/patches/patch-deb	2005-12-09 10:44:18 UTC (rev 392)
+++ tetex-base/trunk/debian/patches/patch-deb	2005-12-11 06:08:55 UTC (rev 393)
@@ -10,9 +10,9 @@
 
 Index: tetex-base-3.0/dvips/config/config.ps
 ===================================================================
---- tetex-base-3.0.orig/dvips/config/config.ps	2005-10-06 14:55:14.041733069 +0200
-+++ tetex-base-3.0/dvips/config/config.ps	2005-10-06 15:02:50.068720439 +0200
-@@ -7,13 +7,19 @@
+--- tetex-base-3.0.orig/dvips/config/config.ps	2005-08-07 17:19:18.000000000 +0100
++++ tetex-base-3.0/dvips/config/config.ps	2005-12-11 06:01:38.000000000 +0000
+@@ -7,13 +7,20 @@
  % to determine this number. (It will be the only thing printed.)
  m 3500000
  
@@ -21,15 +21,16 @@
 +% A setting of `z1' inhibits execution of shell commands in `\special's
 +% and via the `E' option in config files like this one ("secure mode").
 +% Dvips permits these operations by default or with an explit setting of `z0'.
-+% Debian GNU/Linux inhibits these operations by default with the setting `z1' here.
++% Debian GNU/Linux inhibits these operations by default by setting `z1' here.
  z1
  
 -% How to print, maybe with lp instead lpr, etc. If commented-out, output
 -% will go into a file by default.
 -o |lpr
-+% Where dvips output should go by default.  If unspecified, output goes to a file.  
-+% To send output via a pipe directly to a printing program such as `lpr' or 'lp',
-+% use a line like one of the following two:
++% Where dvips output should go by default.
++% If unspecified, output goes to a file.  
++% To send output via a pipe directly to a printing program such as
++% `lpr' or 'lp', use a line like one of the following two:
 +% o |lpr
 +% o |lpr -Pmyprinter
 +% To send output to standard-output by default, use:
@@ -39,8 +40,8 @@
  D 600
 Index: tetex-base-3.0/texdoctk/texdocrc.defaults
 ===================================================================
---- tetex-base-3.0.orig/texdoctk/texdocrc.defaults	2005-10-06 14:55:14.041733069 +0200
-+++ tetex-base-3.0/texdoctk/texdocrc.defaults	2005-10-06 15:02:50.069720332 +0200
+--- tetex-base-3.0.orig/texdoctk/texdocrc.defaults	2005-08-07 17:19:19.000000000 +0100
++++ tetex-base-3.0/texdoctk/texdocrc.defaults	2005-12-11 05:59:52.000000000 +0000
 @@ -8,7 +8,7 @@
  # want/need to leave empty.
  
@@ -89,8 +90,8 @@
  # end of config
 Index: tetex-base-3.0/web2c/mktex.cnf
 ===================================================================
---- tetex-base-3.0.orig/web2c/mktex.cnf	2005-10-06 14:55:14.041733069 +0200
-+++ tetex-base-3.0/web2c/mktex.cnf	2005-10-06 15:02:50.069720332 +0200
+--- tetex-base-3.0.orig/web2c/mktex.cnf	2005-08-07 17:33:14.000000000 +0100
++++ tetex-base-3.0/web2c/mktex.cnf	2005-12-11 05:59:52.000000000 +0000
 @@ -1,5 +1,5 @@
  : ${MT_FEATURES=appendonlydir:varfonts}
 -: ${MODE=ljfour}
@@ -101,8 +102,8 @@
  # : ${ps_to_pk=ps2pk}
 Index: tetex-base-3.0/tex/generic/config/language.dat
 ===================================================================
---- tetex-base-3.0.orig/tex/generic/config/language.dat	2005-10-06 14:55:14.042732962 +0200
-+++ tetex-base-3.0/tex/generic/config/language.dat	2005-10-06 15:02:50.070720225 +0200
+--- tetex-base-3.0.orig/tex/generic/config/language.dat	2005-08-07 17:31:57.000000000 +0100
++++ tetex-base-3.0/tex/generic/config/language.dat	2005-12-11 05:59:52.000000000 +0000
 @@ -5,6 +5,16 @@
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  
@@ -156,8 +157,8 @@
 +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 Index: tetex-base-3.0/scripts/context/perl/texfind.pl
 ===================================================================
---- tetex-base-3.0.orig/scripts/context/perl/texfind.pl	2005-10-06 14:55:14.042732962 +0200
-+++ tetex-base-3.0/scripts/context/perl/texfind.pl	2005-10-06 15:02:50.071720117 +0200
+--- tetex-base-3.0.orig/scripts/context/perl/texfind.pl	2005-08-07 17:19:22.000000000 +0100
++++ tetex-base-3.0/scripts/context/perl/texfind.pl	2005-12-11 05:59:52.000000000 +0000
 @@ -20,7 +20,28 @@
  use Getopt::Long ;
  use File::Find ;
@@ -190,8 +191,8 @@
  
 Index: tetex-base-3.0/scripts/context/perl/texshow.pl
 ===================================================================
---- tetex-base-3.0.orig/scripts/context/perl/texshow.pl	2005-10-06 14:55:14.042732962 +0200
-+++ tetex-base-3.0/scripts/context/perl/texshow.pl	2005-10-06 15:02:50.072720010 +0200
+--- tetex-base-3.0.orig/scripts/context/perl/texshow.pl	2005-08-07 17:19:22.000000000 +0100
++++ tetex-base-3.0/scripts/context/perl/texshow.pl	2005-12-11 05:59:52.000000000 +0000
 @@ -28,7 +28,28 @@
  use Getopt::Long ;
  use XML::Parser;
@@ -224,8 +225,8 @@
  use Time::HiRes;
 Index: tetex-base-3.0/fonts/map/dvips/omega/omega.map
 ===================================================================
---- tetex-base-3.0.orig/fonts/map/dvips/omega/omega.map	2005-10-06 14:55:14.043732855 +0200
-+++ tetex-base-3.0/fonts/map/dvips/omega/omega.map	2005-10-06 15:02:50.072720010 +0200
+--- tetex-base-3.0.orig/fonts/map/dvips/omega/omega.map	2005-08-07 17:30:23.000000000 +0100
++++ tetex-base-3.0/fonts/map/dvips/omega/omega.map	2005-12-11 05:59:52.000000000 +0000
 @@ -1,3 +1,6 @@
 +% map comment changed, so that Debian's dpkg will try to 
 +% reinstall it after deletion in versions prior to 2.0.2-9
@@ -235,8 +236,8 @@
  omsecoi OmegaSerifCommon-Italic <omsecoi.pfb
 Index: tetex-base-3.0/fonts/map/dvips/context/original-context-symbol.map
 ===================================================================
---- tetex-base-3.0.orig/fonts/map/dvips/context/original-context-symbol.map	2005-10-06 14:55:14.043732855 +0200
-+++ tetex-base-3.0/fonts/map/dvips/context/original-context-symbol.map	2005-10-06 15:02:50.073719903 +0200
+--- tetex-base-3.0.orig/fonts/map/dvips/context/original-context-symbol.map	2005-08-07 17:30:23.000000000 +0100
++++ tetex-base-3.0/fonts/map/dvips/context/original-context-symbol.map	2005-12-11 05:59:52.000000000 +0000
 @@ -1 +1 @@
 -contnav ContextNavigation <contnav.pfb
 \ No newline at end of file




More information about the Pkg-tetex-commits mailing list