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):>//
 <:[EMAIL PROTECTED]:>//
 
-<:open(FUNCTIONS,'common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
+<:open(FUNCTIONS,'debian/common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
 <:[EMAIL PROTECTED]:>//
 
 #################################################################

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):>//
 <:[EMAIL PROTECTED]:>//
 
 ## 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):>//
 <:[EMAIL PROTECTED]:>//
 
 


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

Reply via email to