Author: frank
Date: 2006-06-27 18:33:16 +0000 (Tue, 27 Jun 2006)
New Revision: 1464

Modified:
   tetex-bin/trunk/debian/changelog
   tetex-bin/trunk/debian/rules.in
   tetex-bin/trunk/debian/tetex-bin_install.in
Log:
Do not install symlinks into texmfvar [frank]


Modified: tetex-bin/trunk/debian/changelog
===================================================================
--- tetex-bin/trunk/debian/changelog    2006-06-27 17:40:53 UTC (rev 1463)
+++ tetex-bin/trunk/debian/changelog    2006-06-27 18:33:16 UTC (rev 1464)
@@ -14,8 +14,9 @@
     (approved upstream). First step for a new font caching. [ralf]
   * In xdvi, force input focus for the text input field that appears after
     hitting Ctrl-F (string search). Closes: #370505. [florent]
+  * Do not install symlinks into texmfvar [frank]
 
- -- Frank Küster <[EMAIL PROTECTED]>  Thu,  4 May 2006 15:51:02 +0200
+ -- Frank Küster <[EMAIL PROTECTED]>  Tue, 27 Jun 2006 20:32:16 +0200
 
 tetex-bin (3.0-16) unstable; urgency=low
 

Modified: tetex-bin/trunk/debian/rules.in
===================================================================
--- tetex-bin/trunk/debian/rules.in     2006-06-27 17:40:53 UTC (rev 1463)
+++ tetex-bin/trunk/debian/rules.in     2006-06-27 18:33:16 UTC (rev 1464)
@@ -1,7 +1,7 @@
 #include "variables"
 
<:###############################################################################:>//
 <:# WARNING: The rules file AUTOMATICALLY REGENERATES itself from this very 
one #:>//
-<:#     Read the GNU Make Manual if you don't understand Makefile Remaking!    
 #:>//
+<:#     Read the GNU Make Manual if you do not understand Makefile Remaking!   
 #:>//
 
<:###############################################################################:>//
 #!/usr/bin/make -f
 #

Modified: tetex-bin/trunk/debian/tetex-bin_install.in
===================================================================
--- tetex-bin/trunk/debian/tetex-bin_install.in 2006-06-27 17:40:53 UTC (rev 
1463)
+++ tetex-bin/trunk/debian/tetex-bin_install.in 2006-06-27 18:33:16 UTC (rev 
1464)
@@ -1,5 +1,5 @@
 #include variables
-#!/bin/sh -e
+#!/bin/sh -ex
 # 
 # tetex-bin_install maintainer script for the Debian <:=${PACKAGE}:> package.
 # $Id$
@@ -57,7 +57,7 @@
     ;;
   --format-links)
     if [ $ACTION = install ]; then
-      ln -sf mf.base $txmfvardir/web2c/mfw.base
+      ln -sf mf.base $txmfdir/web2c/mfw.base
       mv debian/$package/usr/bin/mf debian/$package/usr/bin/mfw
       ln -sf mfw debian/$package/usr/bin/mf
       ln -sf $main_engine debian/$package/usr/bin/amstex


_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to