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

Julian Gilbey jdg at costa.debian.org
Mon Apr 3 18:57:05 UTC 2006


Author: jdg
Date: 2006-04-03 18:57:04 +0000 (Mon, 03 Apr 2006)
New Revision: 1160

Modified:
   tetex-base/trunk/debian/changelog
   tetex-base/trunk/debian/postinst.in
   tetex-base/trunk/debian/postrm.in
   tetex-base/trunk/debian/preinst.in
Log:
* Fix eperl open commands in maintainer scripts to work with -k [jdg]

Modified: tetex-base/trunk/debian/changelog
===================================================================
--- tetex-base/trunk/debian/changelog	2006-04-03 14:38:48 UTC (rev 1159)
+++ tetex-base/trunk/debian/changelog	2006-04-03 18:57:04 UTC (rev 1160)
@@ -3,8 +3,9 @@
   * Add a PDF documentation file for pst-poly which is only present as
     LaTeX source [frank]
   * Improve readability of eperl scripts in debian/ as in tetex-bin [jdg]
+  * Fix eperl open commands in maintainer scripts to work with -k [jdg]
 
- -- Julian Gilbey <jdg at debian.org>  Wed, 29 Mar 2006 15:16:06 +0100
+ -- Julian Gilbey <jdg at debian.org>  Mon,  3 Apr 2006 19:56:07 +0100
 
 tetex-base (3.0-17) unstable; urgency=low
 

Modified: tetex-base/trunk/debian/postinst.in
===================================================================
--- tetex-base/trunk/debian/postinst.in	2006-04-03 14:38:48 UTC (rev 1159)
+++ tetex-base/trunk/debian/postinst.in	2006-04-03 18:57:04 UTC (rev 1160)
@@ -36,10 +36,10 @@
 # . <:=${CONFMODULE}:>
 # db_version 2.0
 
-<:open(FUNCTIONS,'common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
+<:open(FUNCTIONS,'debian/common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
 <:=@FUNCTIONS:>//
 
-<:open(FUNCTIONS,'postinst.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
+<:open(FUNCTIONS,'debian/postinst.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
 <:=@FUNCTIONS:>//
 
 #################################################################

Modified: tetex-base/trunk/debian/postrm.in
===================================================================
--- tetex-base/trunk/debian/postrm.in	2006-04-03 14:38:48 UTC (rev 1159)
+++ tetex-base/trunk/debian/postrm.in	2006-04-03 18:57:04 UTC (rev 1160)
@@ -27,10 +27,10 @@
 old_texdoctk="<:=$OLD_TEXDOCTK:>"
 
 
-<:open(FUNCTIONS,'common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
+<:open(FUNCTIONS,'debian/common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
 <:=@FUNCTIONS:>//
 
-<:open(FUNCTIONS,'postrm.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
+<:open(FUNCTIONS,'debian/postrm.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
 <:=@FUNCTIONS:>//
 
 #################################################################

Modified: tetex-base/trunk/debian/preinst.in
===================================================================
--- tetex-base/trunk/debian/preinst.in	2006-04-03 14:38:48 UTC (rev 1159)
+++ tetex-base/trunk/debian/preinst.in	2006-04-03 18:57:04 UTC (rev 1160)
@@ -24,7 +24,7 @@
 # Functions
 #################################################################
 
-<: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