[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

not modified modifications



Hello,

I must admit, I am pretty annoyed with TeX on my system, because I simply do
not need it, and more and more packages depend on it.

But I have chosen to ignore this problem, which is not that easy, because
ever so often I get an update of all those zillion tex related packages,
which is survive.

But currently I am quite annoyed about all those questions I got asked.
Especially stuff like this:

Configuration file /etc/texmf/texmf.d/05TeXMF.cnf'
 ==> File on system created by you or by a script.
 ==> File also in package provided by package maintainer.
   What would you like to do about it ?  Your options are:
    Y or I  : install the package maintainer's version
    N or O  : keep your currently-installed version
      D     : show the differences between the versions
      Z     : background this process to examine the situation
 The default action is to keep your current version.
*** 05TeXMF.cnf (Y/I/N/O/D/Z) [default=N] ? d
--- /etc/texmf/texmf.d/05TeXMF.cnf      2002-09-07 10:08:19.000000000 +0200
+++ /etc/texmf/texmf.d/05TeXMF.cnf.dpkg-new     2003-06-01
11:33:39.000000000 +02
00
@@ -70,11 +70,12 @@

 % Now, list all the texmf trees. If you have multiple trees you can
 % use shell brace notation, like this:
-TEXMF = {$HOMETEXMF,$TEXMFLOCAL,$TEXMFOLDLOCAL,!!$TEXMFMAIN}
+% TEXMF = {$HOMETEXMF,!!$TEXMFLOCAL,!!$TEXMFMAIN}
 % The braces are necessary.  If you set VARTEXMF, you also have to
 %   - list $VARTEXMF in the TEXMF definition;
 %   - make sure that $VARTEXMF precedes $TEXMFMAIN in the TEXMF definition.
 % TEXMF = $TEXMFMAIN
+TEXMF = {$HOMETEXMF,$TEXMFLOCAL,$TEXMFOLDLOCAL,!!$TEXMFMAIN}

 % The system trees.  These are the trees that are shared by all the users.
 SYSTEXMF = $TEXMFLOCAL;$TEXMFOLDLOCAL;$TEXMFMAIN

i am very sure, I did never have touched this file, so why is dpkg always
asking me if i want to overwrite it? IS this a dpkg problem, is it a
packaging problem, or is is a script which is modifying those files?

some more:

--- /etc/texmf/texmf.d/45TeXinputs.cnf  2002-03-25 13:14:04.000000000 +0100
+++ /etc/texmf/texmf.d/45TeXinputs.cnf.dpkg-new 2003-06-01
11:33:39.000000000 +02
00
@@ -30,6 +30,7 @@
 TEXINPUTS.pdfmex   = .;$TEXMF/{pdftex,tex}/{mex,plain,generic,}//
 TEXINPUTS.pdftex   = .;$TEXMF/{pdftex,tex}/{plain,generic,}//
 TEXINPUTS.pdftexinfo = .;$TEXMF/{pdftex,tex}/{texinfo,plain,generic,}//
+TEXINPUTS.pdfamstex = .;$TEXMF/{pdftex,tex}/{amstex,plain,generic,}//

 % pdfeTeX.
 TEXINPUTS.pdfelatex = .;$TEXMF/{pdfetex,pdftex,etex,tex}/{latex,generic,}//
@@ -50,7 +51,7 @@
 TEXINPUTS.pdfplatex = .;$TEXMF/{pdftex,tex}/{platex,latex,generic,}//
 TEXINPUTS.pdfmex-pl = .;$TEXMF/{pdftex,tex}/{mex,plain,generic,}//
 TEXINPUTS.pdfemex   =
.;$TEXMF/{pdfetex,pdftex,etex,tex}/{mex,plain,generic,}//
-TEXINPUTS.pdfemex-pl =
.;$TEXMF/{pdfetex,pdftex,etex,tex}/{mex,plain,generic,
+TEXINPUTS.pdfemex-pl =
.;$TEXMF/{pdfetex,pdftex,etex,tex}/{mex,plain,generic,}//

 % Earlier entries override later ones, so put this last.
 TEXINPUTS = .;$TEXMF/tex/{generic,}//


--- /etc/texmf/texmf.d/75DviPS.cnf      2002-03-25 13:14:04.000000000 +0100
+++ /etc/texmf/texmf.d/75DviPS.cnf.dpkg-new     2003-06-01
11:33:39.000000000 +02
00
@@ -1,5 +1,6 @@
 % PostScript headers, prologues (.pro), encodings (.enc) and fonts.
 TEXPSHEADERS = .;$TEXMF/{dvips,pdftex,tex,fonts/type1}//
+TEXPSHEADERS.gsftopk = .;$TEXMF/{dvips,pdftex,tex,fonts/{type1,truetype}}//

 % PostScript Type 1 outline fonts.
 T1FONTS = .;$TEXMF/fonts/type1//;$TEXMF/fonts/hbf//
@@ -14,5 +15,5 @@
 T42FONTS = .;$TEXMF/fonts/type42//

 % Dvips' config.* files (this name should not start with EX'!).
-TEXCONFIG = .;$TEXMF/dvips//
+TEXCONFIG = $TEXMF/dvips//



--- /etc/texmf/texmf.d/85Misc.cnf       2002-09-07 10:08:19.000000000 +0200
+++ /etc/texmf/texmf.d/85Misc.cnf.dpkg-new      2003-06-01
11:33:39.000000000 +02
00
@@ -35,11 +35,12 @@
 % search formats, you'll want to add their variables here as well.
 T4HTINPUTS   = .;$TEXMF/tex4ht//

-% xdvik with type1 support can share some files with dvips
-XDVIINPUTS = .;$TEXMF/{xdvi,dvips//}
+% xdvik and dvipdfm can share some files with dvips
+XDVIINPUTS = .;$TEXMF/{xdvi,dvips}//
+DVIPDFMINPUTS = .;$TEXMF/{dvipdfm,dvips}//

 %% The mktex* scripts rely on KPSE_DOT. Do not set it in the environment.
-KPSE_DOT = .
+% KPSE_DOT = .

 % This definition isn't used from this .cnf file itself (that would be
 % paradoxical), but the compile-time default in paths.h is built from it.


--- /etc/texmf/texmf.d/95NonPath.cnf    2002-03-25 13:14:04.000000000 +0100
+++ /etc/texmf/texmf.d/95NonPath.cnf.dpkg-new   2003-06-01
11:33:39.000000000 +0200
@@ -28,13 +28,7 @@

 % Allow TeX, MF, and MP to parse the first line of an input file for
 % the %&format construct.
-parse_first_line = t
...


... now i am waiting on inittex to finish *feels even more bothered* 

Greetings
Bernd
-- 
  (OO)      -- Bernd_Eckenfels@Wendelinusstrasse39.76646Bruchsal.de --
 ( .. )  ecki@{inka.de,linux.de,debian.org} http://home.pages.de/~eckes/
  o--o     *plush*  2048/93600EFD  eckes@irc  +497257930613  BE5-RIPE
(O____O)  When cryptography is outlawed, bayl bhgynjf jvyy unir cevinpl!



Reply to: