[subversion-commit] SVN tex-common commit + diffs: r891 - tex-common/trunk/debian

Frank Küster frank at costa.debian.org
Thu Feb 16 16:16:18 UTC 2006


Author: frank
Date: 2006-02-16 16:16:18 +0000 (Thu, 16 Feb 2006)
New Revision: 891

Modified:
   tex-common/trunk/debian/common.variables
   tex-common/trunk/debian/postrm.in
Log:
 - use different variable names for /var/lib/texmf as a texmf.cnf
   variable and as a maintainer script variable


Modified: tex-common/trunk/debian/common.variables
===================================================================
--- tex-common/trunk/debian/common.variables	2006-02-16 16:15:35 UTC (rev 890)
+++ tex-common/trunk/debian/common.variables	2006-02-16 16:16:18 UTC (rev 891)
@@ -10,7 +10,7 @@
 <:$ETC="/etc/":>//
 <:$etc="/etc/texmf/":>//
 <:$doc="/usr/share/doc/$PACKAGE/":>//
-<:$TEXMFSYSVAR="/var/lib/texmf":>//
+<:$TEXMFSYSVARDIR="/var/lib/texmf":>//
 <:$MKTMPDIR="/tmp":>//
 <:$FONTMAP_MEMORY_DIR="/var/lib/tex-common/fontmap-cfg":>//
 <:$LANGUAGE_MEMORY_DIR="/var/lib/tex-common/language-cnf":>//

Modified: tex-common/trunk/debian/postrm.in
===================================================================
--- tex-common/trunk/debian/postrm.in	2006-02-16 16:15:35 UTC (rev 890)
+++ tex-common/trunk/debian/postrm.in	2006-02-16 16:16:18 UTC (rev 891)
@@ -8,7 +8,7 @@
 ## variables
 PURGE_EXTENSIONS="<:=$PURGE_EXTENSIONS:>"
 UCF_FILES="<:=$TEX_COMMON_UCF_FILES:>"
-TEXMFSYSVAR="<:=$TEXMFSYSVAR:>"
+TEXMFSYSVARDIR="<:=$TEXMFSYSVARDIR:>"
 
 # give commandline args a name
 action=$1 # remove, purge, upgrade, failed-upgrade, abort-install, abort-upgrade, disappear
@@ -19,9 +19,9 @@
 ## do the things we have to do always
 case $action in
   remove)
-    # remove TEXMFSYSVAR: All files and dirs are created either by
+    # remove TEXMFSYSVARDIR: All files and dirs are created either by
     # us, or by packages depending on us.
-    rm -rf $TEXMFSYSVAR
+    rm -rf $TEXMFSYSVARDIR
     # same with /var/cache/fonts
     rm -rf /var/cache/fonts
     ;;




More information about the Pkg-tetex-commits mailing list