[subversion-commit] SVN tex-common commit + diffs: r1161 - tex-common/trunk/debian

Julian Gilbey jdg at costa.debian.org
Mon Apr 3 19:00:10 UTC 2006


Author: jdg
Date: 2006-04-03 19:00:10 +0000 (Mon, 03 Apr 2006)
New Revision: 1161

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

Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2006-04-03 18:57:04 UTC (rev 1160)
+++ tex-common/trunk/debian/changelog	2006-04-03 19:00:10 UTC (rev 1161)
@@ -18,9 +18,10 @@
       <kurem at upcase.inf.upol.cz> (closes: #360212) [frank]
     - Updated Lithuanian debconf translation, thanks to Kęstutis Biliūnas
       <kebil at kaunas.init.lt> (closes: #360282) [frank]
-  
- -- Frank Küster <frank at debian.org>  Sat,  1 Apr 2006 10:56:00 +0200
+  * Fix eperl open commands in maintainer scripts to work with -k [jdg]
 
+ -- Julian Gilbey <jdg at debian.org>  Mon,  3 Apr 2006 19:59:45 +0100
+
 tex-common (0.20) unstable; urgency=medium
 
   * This version fixes a RC bug (#357983) - the version in testing was not

Modified: tex-common/trunk/debian/postinst.in
===================================================================
--- tex-common/trunk/debian/postinst.in	2006-04-03 18:57:04 UTC (rev 1160)
+++ tex-common/trunk/debian/postinst.in	2006-04-03 19:00:10 UTC (rev 1161)
@@ -1,8 +1,9 @@
-#include variables
 #!/bin/sh -e
 # 
 # postinst maintainer script for the Debian <:=${PACKAGE}:> package.
 # $Id$
+
+#include variables
 <:=@COPYRIGHT:>//
 
 ## Define static variables we need
@@ -24,10 +25,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: tex-common/trunk/debian/postrm.in
===================================================================
--- tex-common/trunk/debian/postrm.in	2006-04-03 18:57:04 UTC (rev 1160)
+++ tex-common/trunk/debian/postrm.in	2006-04-03 19:00:10 UTC (rev 1161)
@@ -1,8 +1,9 @@
-#include variables
 #!/bin/sh -e
 # 
 # postrm maintainer script for the Debian <:=${PACKAGE}:> package.
 # $Id$
+
+#include variables
 <:=@COPYRIGHT:>//
 
 ## variables
@@ -13,7 +14,7 @@
 # give commandline args a name
 action=$1 # remove, purge, upgrade, failed-upgrade, abort-install, abort-upgrade, disappear
 
-<: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 always

Modified: tex-common/trunk/debian/preinst.in
===================================================================
--- tex-common/trunk/debian/preinst.in	2006-04-03 18:57:04 UTC (rev 1160)
+++ tex-common/trunk/debian/preinst.in	2006-04-03 19:00:10 UTC (rev 1161)
@@ -1,10 +1,11 @@
-#include variables
 #!/bin/bash -e
 # 
 # preinst maintainer script for the Debian tex-common package.
 # $Id$
 # don't try to understand this generated script as installed with the package.
 # instead, look at the source files in the source package
+
+#include variables
 <:=@COPYRIGHT:>//
 
 ## Variables needed for upgrading
@@ -101,7 +102,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