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

Frank Küster frank at costa.debian.org
Tue Apr 11 18:09:40 UTC 2006


Author: frank
Date: 2006-04-11 18:09:39 +0000 (Tue, 11 Apr 2006)
New Revision: 1192

Modified:
   tetex-base/trunk/debian/tetex-extra.postinst.in
   tetex-base/trunk/debian/tetex-extra.postrm.in
   tetex-base/trunk/debian/tetex-extra.preinst.in
Log:
add pathname in the eperl files

Modified: tetex-base/trunk/debian/tetex-extra.postinst.in
===================================================================
--- tetex-base/trunk/debian/tetex-extra.postinst.in	2006-04-11 15:35:54 UTC (rev 1191)
+++ tetex-base/trunk/debian/tetex-extra.postinst.in	2006-04-11 18:09:39 UTC (rev 1192)
@@ -12,7 +12,7 @@
 oldstuff_dir=<:=$OLDSTUFFDIR:>
 
 
-<:open(FUNCTIONS,'common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
+<:open(FUNCTIONS,'debian/common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
 <:=@FUNCTIONS:>//
 
 #################################################################

Modified: tetex-base/trunk/debian/tetex-extra.postrm.in
===================================================================
--- tetex-base/trunk/debian/tetex-extra.postrm.in	2006-04-11 15:35:54 UTC (rev 1191)
+++ tetex-base/trunk/debian/tetex-extra.postrm.in	2006-04-11 18:09:39 UTC (rev 1192)
@@ -5,10 +5,10 @@
 # $Id$
 <:=@COPYRIGHT:>//
 
-<:open(FUNCTIONS,'postrm.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
+<:open(FUNCTIONS,'debian/postrm.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
 <:=@FUNCTIONS:>//
 
-<:open(FUNCTIONS,'common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
+<:open(FUNCTIONS,'debian/common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
 <:=@FUNCTIONS:>//
 
 ## Static variable definitions

Modified: tetex-base/trunk/debian/tetex-extra.preinst.in
===================================================================
--- tetex-base/trunk/debian/tetex-extra.preinst.in	2006-04-11 15:35:54 UTC (rev 1191)
+++ tetex-base/trunk/debian/tetex-extra.preinst.in	2006-04-11 18:09:39 UTC (rev 1192)
@@ -14,7 +14,7 @@
 
 
 
-<:open(FUNCTIONS,'common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
+<:open(FUNCTIONS,'debian/common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
 <:=@FUNCTIONS:>//
 
 #################################################################




More information about the Pkg-tetex-commits mailing list