[subversion-commit] SVN tetex-bin commit + diffs: r955 - tetex-bin/trunk/debian

Norbert Preining preining-guest at costa.debian.org
Sat Feb 25 18:37:44 UTC 2006


Author: preining-guest
Date: 2006-02-25 18:37:42 +0000 (Sat, 25 Feb 2006)
New Revision: 955

Modified:
   tetex-bin/trunk/debian/changelog
   tetex-bin/trunk/debian/tetex-bin_install.in
Log:
add magic header to fmt.d/01tetex.cnf


Modified: tetex-bin/trunk/debian/changelog
===================================================================
--- tetex-bin/trunk/debian/changelog	2006-02-25 17:16:35 UTC (rev 954)
+++ tetex-bin/trunk/debian/changelog	2006-02-25 18:37:42 UTC (rev 955)
@@ -6,8 +6,9 @@
     <rtf at jabble.org> [frank]
   * Convert README.Debian to the DebianDoc-SGML format; install the text
     and HTML versions; register them with doc-base. [florent]
+  * add the magic header to fmt.d/01tetex.cnf (Closes: #354375) [preining]
 
- -- Frank Küster <frank at debian.org>  Fri, 24 Feb 2006 10:23:52 +0100
+ -- Norbert Preining <preining at logic.at>  Sat, 25 Feb 2006 19:34:13 +0100
 
 tetex-bin (3.0-14) unstable; urgency=low
 

Modified: tetex-bin/trunk/debian/tetex-bin_install.in
===================================================================
--- tetex-bin/trunk/debian/tetex-bin_install.in	2006-02-25 17:16:35 UTC (rev 954)
+++ tetex-bin/trunk/debian/tetex-bin_install.in	2006-02-25 18:37:42 UTC (rev 955)
@@ -88,7 +88,15 @@
     if [ $ACTION = install ]; then
       fmtutil_source=$txmfdir/web2c/fmtutil.cnf
       # cut away from configuration files the parts that are already in tex-common
-      sed -n -e '0,/^# initex (or another/ d;p' $fmtutil_source > $sharedir/$package/01tetex.cnf
+      echo '#
+# /etc/texmf/fmt.d/01tetex.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 -_-"
+#' > $sharedir/$package/01tetex.cnf
+      sed -n -e '0,/^# initex (or another/ d;p' $fmtutil_source >> $sharedir/$package/01tetex.cnf
       # copy md5sums
       for file in $UCF_FILES; do
 	md5sumfile=debian/md5sums/`basename $file`.md5sum




More information about the Pkg-tetex-commits mailing list