[Debian-tex-commits] SVN tex-common commit + diffs: r2724 - in tex-common/trunk: conf/texmf.d debian

Frank Küster frank at alioth.debian.org
Mon Apr 23 12:38:45 UTC 2007


Author: frank
Date: 2007-04-23 12:38:44 +0000 (Mon, 23 Apr 2007)
New Revision: 2724

Removed:
   tex-common/trunk/conf/texmf.d/97TeXLiveSpecial.cnf
Modified:
   tex-common/trunk/conf/texmf.d/45TeXinputs.cnf
   tex-common/trunk/conf/texmf.d/65BibTeX.cnf
   tex-common/trunk/conf/texmf.d/85Misc.cnf
   tex-common/trunk/conf/texmf.d/95NonPath.cnf
   tex-common/trunk/debian/changelog
Log:
  * Update snippets in texmf.d according to a reordering patch accepted
    upstream [fk]


Modified: tex-common/trunk/conf/texmf.d/45TeXinputs.cnf
===================================================================
--- tex-common/trunk/conf/texmf.d/45TeXinputs.cnf	2007-04-20 09:02:57 UTC (rev 2723)
+++ tex-common/trunk/conf/texmf.d/45TeXinputs.cnf	2007-04-23 12:38:44 UTC (rev 2724)
@@ -64,10 +64,27 @@
 % Earlier entries override later ones, so put this last.
 TEXINPUTS = .;$TEXMF/tex/{$progname,generic,}//
 
+% extra format definitions for TeX Live
+
+TEXINPUTS.elambda       = .;$TEXMF/tex/{lambda,latex,generic,}//
+TEXINPUTS.eomega        = .;$TEXMF/tex/{plain,generic,}//
+TEXINPUTS.pdfxmex       = .;$TEXMF/tex/{mex,plain,generic,}//
+TEXINPUTS.frpdflatex    = .;$TEXMF/tex/{french,latex,generic,}//
+TEXINPUTS.frpdftex      = .;$TEXMF/tex/{french,plain,generic,}//
+TEXINPUTS.xmltex        = .;$TEXMF/tex/{xmltex,latex,generic,}//
+TEXINPUTS.pdfxmltex     = .;$TEXMF/tex/{xmltex,latex,generic,}//
+
+TTF2TFMINPUTS =                 .;$TEXMF/ttf2pk//
+
 % Metafont, MetaPost inputs.
 MFINPUTS = .;$TEXMF/metafont//;{$TEXMF/fonts,$VARTEXFONTS}/source//
 MPINPUTS = .;$TEXMF/metapost//
 
+% allow for compressed files, and various extenions
+TEXDOCSSUFFIX   = ;.pdf;.ps;.dvi;.html;.txt;.tex
+TEXDOCSCOMPRESS = ;.gz;.bz2;.zip;.Z
+TEXDOCEXT       = {$TEXDOCSSUFFIX}{$TEXDOCSCOMPRESS}
+
 % Dump files (fmt/base/mem) for vir{tex,mf,mp} to read (see web2c/INSTALL),
 % and string pools (.pool) for ini{tex,mf,mp}.  It is silly that we have six
 % paths and directories here (they all resolve to a single place by default),

Modified: tex-common/trunk/conf/texmf.d/65BibTeX.cnf
===================================================================
--- tex-common/trunk/conf/texmf.d/65BibTeX.cnf	2007-04-20 09:02:57 UTC (rev 2723)
+++ tex-common/trunk/conf/texmf.d/65BibTeX.cnf	2007-04-23 12:38:44 UTC (rev 2724)
@@ -1,6 +1,9 @@
 % BibTeX bibliographies and style files.
 BIBINPUTS = .;$TEXMF/bibtex/bib//
 BSTINPUTS = .;$TEXMF/bibtex/{bst,csf}//
+% For bibtex8. Do we really need to repeat the BIBINPUTS setting?
+BIBINPUTS.bibtex8 =             .;$TEXMF/bibtex/{bib,}//
+BSTINPUTS.bibtex8 =             .;$TEXMF/bibtex/{bst,csf,}//
 
 % MFT style files.
 MFTINPUTS = .;$TEXMF/mft//

Modified: tex-common/trunk/conf/texmf.d/85Misc.cnf
===================================================================
--- tex-common/trunk/conf/texmf.d/85Misc.cnf	2007-04-20 09:02:57 UTC (rev 2723)
+++ tex-common/trunk/conf/texmf.d/85Misc.cnf	2007-04-23 12:38:44 UTC (rev 2724)
@@ -58,9 +58,23 @@
 % search formats, you'll want to add their variables here as well.
 T4HTINPUTS   = .;$TEXMF/tex4ht//
 
+%% t4ht utility, sharing files with TeX4ht
+TEX4HTFONTSET=alias,iso8859,unicode
+TEX4HTINPUTS = .;$TEXMF/tex4ht/base//;$TEXMF/tex4ht/ht-fonts/{$TEX4HTFONTSET}//
+
+% Part for scripts that are distributed/installed in the texmf tree.
+
 % Architecture independent executables.
 TEXMFSCRIPTS = $TEXMF/scripts/{$engine,$progname,}//
 
+% Perl, Python, Ruby, Java scripts
+JAVAINPUTS   = .;$TEXMF/scripts/{$progname,$engine,}/java//
+LUAINPUTS    = .;$TEXMF/scripts/{$progname,$engine,}/lua//
+PERLINPUTS   = .;$TEXMF/scripts/{$progname,$engine,}/perl//
+PYTHONINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/python//
+RUBYINPUTS   = .;$TEXMF/scripts/{$progname,$engine,}/ruby//
+
+
 %% The mktex* scripts rely on KPSE_DOT. Do not set it in the environment.
 % KPSE_DOT = .
 

Modified: tex-common/trunk/conf/texmf.d/95NonPath.cnf
===================================================================
--- tex-common/trunk/conf/texmf.d/95NonPath.cnf	2007-04-20 09:02:57 UTC (rev 2723)
+++ tex-common/trunk/conf/texmf.d/95NonPath.cnf	2007-04-23 12:38:44 UTC (rev 2724)
@@ -35,6 +35,12 @@
 openout_any = p
 openin_any = a
 
+% Disable search on multiple suffixes filenames. In many case, when `foo.bar'
+% is looked for, you do not want to look for `foo.bar.tex' before. This flag
+% disables searching for standard suffixes if the file name has already an
+% extension of 3 characters. Default value is true (old behaviour).
+allow_multiple_suffixes =                       f
+
 % Allow TeX, MF, and MP to parse the first line of an input file for
 % the %&format construct.
 parse_first_line = t
@@ -175,4 +181,3 @@
 half_error_line = 50
 max_print_line = 79
 
-

Deleted: tex-common/trunk/conf/texmf.d/97TeXLiveSpecial.cnf
===================================================================
--- tex-common/trunk/conf/texmf.d/97TeXLiveSpecial.cnf	2007-04-20 09:02:57 UTC (rev 2723)
+++ tex-common/trunk/conf/texmf.d/97TeXLiveSpecial.cnf	2007-04-23 12:38:44 UTC (rev 2724)
@@ -1,71 +0,0 @@
-%  Part 4: extra format definitions for TeX Live
-
-TEXINPUTS.elambda       = .;$TEXMF/tex/{lambda,latex,generic,}//
-TEXINPUTS.eomega        = .;$TEXMF/tex/{plain,generic,}//
-TEXINPUTS.pdfxmex       = .;$TEXMF/tex/{mex,plain,generic,}//
-TEXINPUTS.frpdflatex    = .;$TEXMF/tex/{french,latex,generic,}//
-TEXINPUTS.frpdftex      = .;$TEXMF/tex/{french,plain,generic,}//
-TEXINPUTS.xmltex        = .;$TEXMF/tex/{xmltex,latex,generic,}//
-TEXINPUTS.pdfxmltex     = .;$TEXMF/tex/{xmltex,latex,generic,}//
-
-TTF2TFMINPUTS =                 .;$TEXMF/ttf2pk//
-
-% For bibtex8. Do we really need to repeat the BIBINPUTS setting?
-BIBINPUTS.bibtex8 =             .;$TEXMF/bibtex/{bib,}//
-BSTINPUTS.bibtex8 =             .;$TEXMF/bibtex/{bst,csf,}//
-
-% Part for scripts that are distributed/installed in the texmf tree.
-
-% Perl, Python, Ruby, Java scripts (Win32 only)
-% This is used by the irun.exe program which simulates a symlink
-% but also makes use of kpathsea to retrieve the target
-JAVAINPUTS   = .;$TEXMF/scripts/{$progname,$engine,}/java//
-LUAINPUTS    = .;$TEXMF/scripts/{$progname,$engine,}/lua//
-PERLINPUTS   = .;$TEXMF/scripts/{$progname,$engine,}/perl//
-PYTHONINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/python//
-RUBYINPUTS   = .;$TEXMF/scripts/{$progname,$engine,}/ruby//
-
-% Suggestions for editor settings under Windows. Uncomment your
-% preferred option. The corresponding MFEDIT can also be set for use with
-% Metafont.
-%
-% Winedt:
-%  TEXEDIT=C:\WinEdt\WinEdt.exe "[Open('%s');SelLine(%d,7)]
-% Textpad:
-%  TEXEDIT =                    c:\Progra~1\TextPad\System\Ddeopn32 TextPad %s(%d)
-% UltraEdit (newer Win32 versions):
-%  TEXEDIT =                    uedit32 %s/%d/1
-% WinTeXShell32:
-%  TEXEDIT =                    texshell.exe /l=%d %s
-% vi, vim, gvim. here we show Windows gvim.exe:
-%  TEXEDIT =                    gvim.exe %s +%d
-% PFE:
-%  TEXEDIT=pfe32/g%d  %s
-% MED:
-%  TEXEDIT=med.exe "%s" %d
-% TSE:
-%  TEXEDIT=e32.exe "%s" -n%d
-% Epsilon (Lugaru)            http://www.lugaru.com/
-%  TEXEDIT="c:\Program Files\eps90\bin\e32.exe" +%d %s
-% WinShell
-% TEXEDIT=C:\Progra~1\WinShell\WinShell.exe -c %s -l %d
-% notepad
-% TEXEDIT = notepad %s
-
-% For unix
-%
-% vi, vim, NEdit, (X)Emacs, pico, jed
-% TEXEDIT =                     vi     +%d %s
-% TEXEDIT =                     vim    +%d %s
-% TEXEDIT =                     nedit  +%d %s
-% TEXEDIT =                     xemacs +%d %s
-% TEXEDIT =                     emacs +%d %s
-
-%(x)fte:
-% TEXEDIT =                     xfte   -l%d %s
-
-% Disable search on multiple suffixes filenames. In many case, when `foo.bar'
-% is looked for, you do not want to look for `foo.bar.tex' before. This flag
-% disables searching for standard suffixes if the file name has already an
-% extension of 3 characters. Default value is true (old behaviour).
-allow_multiple_suffixes =                       f

Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2007-04-20 09:02:57 UTC (rev 2723)
+++ tex-common/trunk/debian/changelog	2007-04-23 12:38:44 UTC (rev 2724)
@@ -8,8 +8,10 @@
     way a dpkg-reconfigure will create *all* formats defined in the config
     file, even if the sysadm has defined additional formats.
     (Closes: #418983) [np]
+  * Update snippets in texmf.d according to a reordering patch accepted
+    upstream [fk]
 
- -- Norbert Preining <preining at debian.org>  Wed, 18 Apr 2007 10:18:47 +0200
+ -- Frank Küster <frank at debian.org>  Mon, 23 Apr 2007 14:40:08 +0200
 
 tex-common (1.7) unstable; urgency=low
 




More information about the Debian-tex-commits mailing list