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

Norbert Preining preining-guest at costa.debian.org
Thu Dec 15 12:37:50 UTC 2005


Author: preining-guest
Date: 2005-12-15 12:37:49 +0000 (Thu, 15 Dec 2005)
New Revision: 411

Modified:
   tetex-base/trunk/debian/setup-conflinks.in
Log:
fix missing magic comment in language.d/00tetex.cnf


Modified: tetex-base/trunk/debian/setup-conflinks.in
===================================================================
--- tetex-base/trunk/debian/setup-conflinks.in	2005-12-15 08:35:42 UTC (rev 410)
+++ tetex-base/trunk/debian/setup-conflinks.in	2005-12-15 12:37:49 UTC (rev 411)
@@ -28,6 +28,16 @@
   package=tetex-base
   texmfdir=debian/$package/usr/share/texmf-tetex
 
+# add the magic header to the language config file
+  printf "%% 00tetex.cnf
+%%
+%% You really can change stuff in this file, but it is NOT RECOMMENDED
+%% to play around with this file if you do not know what you are doing!
+%% Please leave this comment!
+%% -_- DebPkgProvidedMaps -_-
+%%
+" >> $LANGUAGE_DIR/00tetex.cnf
+
 # install latex's language dat in language.d
   sed -n -e '0,\@^% The hyphenation pattern files are in the dir@ d; 0,/^$/ d; p' \
     $ldatdir/language.dat >> $LANGUAGE_DIR/00tetex.cnf




More information about the Pkg-tetex-commits mailing list