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

Frank Küster frank at costa.debian.org
Mon Apr 3 14:38:48 UTC 2006


Author: frank
Date: 2006-04-03 14:38:48 +0000 (Mon, 03 Apr 2006)
New Revision: 1159

Modified:
   tetex-bin/trunk/debian/postinst.in
   tetex-bin/trunk/debian/postrm.in
   tetex-bin/trunk/debian/preinst.in
Log:
specify included files with path, like this:

-<:open(FUNCTIONS,'common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
+<:open(FUNCTIONS,'debian/common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//

why is this necessary?

Modified: tetex-bin/trunk/debian/postinst.in
===================================================================
--- tetex-bin/trunk/debian/postinst.in	2006-04-03 12:55:45 UTC (rev 1158)
+++ tetex-bin/trunk/debian/postinst.in	2006-04-03 14:38:48 UTC (rev 1159)
@@ -41,10 +41,10 @@
 . <:=${CONFMODULE}:>
 db_version 2.0
 
-<:open(FUNCTIONS,'postinst.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
+<:open(FUNCTIONS,'debian/postinst.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
 <:=@FUNCTIONS:>//
 
-<:open(FUNCTIONS,'common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
+<:open(FUNCTIONS,'debian/common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
 <:=@FUNCTIONS:>//
 
 #################################################################

Modified: tetex-bin/trunk/debian/postrm.in
===================================================================
--- tetex-bin/trunk/debian/postrm.in	2006-04-03 12:55:45 UTC (rev 1158)
+++ tetex-bin/trunk/debian/postrm.in	2006-04-03 14:38:48 UTC (rev 1159)
@@ -54,7 +54,7 @@
   done
 }
 
-<:open(FUNCTIONS,'postrm.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
+<:open(FUNCTIONS,'debian/postrm.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
 <:=@FUNCTIONS:>//
 
 ## do the things we have to do for upgraders from pre-woody versions

Modified: tetex-bin/trunk/debian/preinst.in
===================================================================
--- tetex-bin/trunk/debian/preinst.in	2006-04-03 12:55:45 UTC (rev 1158)
+++ tetex-bin/trunk/debian/preinst.in	2006-04-03 14:38:48 UTC (rev 1159)
@@ -25,7 +25,7 @@
   fi
 }
 
-<: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