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

Frank Küster frank at costa.debian.org
Mon Aug 22 18:41:00 UTC 2005


Author: frank
Date: 2005-08-22 18:40:55 +0000 (Mon, 22 Aug 2005)
New Revision: 153

Modified:
   tetex-bin/trunk/debian/TODO
   tetex-bin/trunk/debian/changelog
   tetex-bin/trunk/debian/debianize-updmap
   tetex-bin/trunk/debian/tetex-bin_install.in
Log:
Install the symlink for mfw in TEXMFVAR/web2c, where it belongs; close a bug in changelog, comment remark in debianize-updmap

Modified: tetex-bin/trunk/debian/TODO
===================================================================
--- tetex-bin/trunk/debian/TODO	2005-08-22 13:26:43 UTC (rev 152)
+++ tetex-bin/trunk/debian/TODO	2005-08-22 18:40:55 UTC (rev 153)
@@ -14,4 +14,4 @@
 - add patch-mandash, forward upstream
 
 - document the dropping of debconf questions about update-foo in
-   NEWS.Debian 
\ No newline at end of file
+   NEWS.Debian 

Modified: tetex-bin/trunk/debian/changelog
===================================================================
--- tetex-bin/trunk/debian/changelog	2005-08-22 13:26:43 UTC (rev 152)
+++ tetex-bin/trunk/debian/changelog	2005-08-22 18:40:55 UTC (rev 153)
@@ -2,9 +2,12 @@
 
   * Fix a syntax error in the postinst script, thanks to Jörg Sommer
     <joerg at alea.gnuu.de> (closes: #323826) [frank]
-  * Make all update-* calls use the --quiet option
+  * Make all update-* calls use the --quiet option (closes: #323827)
+    [frank] 
+  * Install the symlink for mfw in TEXMFVAR/web2c, where it belongs, not in
+    TEXMFMAIN/web2c [frank]
 
- -- Frank Küster <frank at debian.org>  Fri, 19 Aug 2005 14:43:24 +0200
+ -- Frank Küster <frank at debian.org>  Mon, 22 Aug 2005 20:39:25 +0200
 
 tetex-bin (3.0-6) experimental; urgency=low
 

Modified: tetex-bin/trunk/debian/debianize-updmap
===================================================================
--- tetex-bin/trunk/debian/debianize-updmap	2005-08-22 13:26:43 UTC (rev 152)
+++ tetex-bin/trunk/debian/debianize-updmap	2005-08-22 18:40:55 UTC (rev 153)
@@ -23,6 +23,9 @@
 #       - if 99local.cfg does not exist, create it (with an explanatory comment)
 #       - run configReplace on it appropriately
 #
+# C for syncwithtrees (and even more?)
+# ?
+#
 # After that, update-updmap must be run (in the appropriate mode!), and then updmap
 # must reexecute itself.  Since disableMap is called by enableMap, we need a wrapper
 # for it.  An alternative would be to do this just before the creation of the output

Modified: tetex-bin/trunk/debian/tetex-bin_install.in
===================================================================
--- tetex-bin/trunk/debian/tetex-bin_install.in	2005-08-22 13:26:43 UTC (rev 152)
+++ tetex-bin/trunk/debian/tetex-bin_install.in	2005-08-22 18:40:55 UTC (rev 153)
@@ -2,12 +2,13 @@
 #!/bin/sh -e
 # 
 # tetex-bin_install maintainer script for the Debian <:=${PACKAGE}:> package.
-# $Id: tetex-bin_install.in,v 1.1.2.7 2005/07/20 10:10:50 frank Exp $
+# $Id$
 <:=@COPYRIGHT:>//
 
 # assign static variables
 package=<:=$PACKAGE:>
 sharedir=debian/$package/usr/share
+txmfvardir=debian/$package/var/lib/texmf
 txmfdir=$sharedir/texmf
 etcdir=/etc/texmf
 debetc=debian/$package/$etcdir
@@ -56,7 +57,7 @@
     ;;
   --format-links)
     if [ $ACTION = install ]; then
-      ln -s mf.base $txmfdir/web2c/mfw.base
+      ln -s mf.base $txmfvardir/web2c/mfw.base
       ln -s $main_engine debian/$package/usr/bin/amstex
       ln -s $main_engine debian/$package/usr/bin/latex
       ln -s $main_engine debian/$package/usr/bin/elatex




More information about the Pkg-tetex-commits mailing list