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 @@
<[EMAIL PROTECTED]> (closes: #360212) [frank]
- Updated Lithuanian debconf translation, thanks to Kęstutis Biliūnas
<[EMAIL PROTECTED]> (closes: #360282) [frank]
-
- -- Frank Küster <[EMAIL PROTECTED]> Sat, 1 Apr 2006 10:56:00 +0200
+ * Fix eperl open commands in maintainer scripts to work with -k [jdg]
+ -- Julian Gilbey <[EMAIL PROTECTED]> 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
<:[EMAIL PROTECTED]:>//
## 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):>//
<:[EMAIL PROTECTED]:>//
-#
<:open(FUNCTIONS,'common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
+#
<:open(FUNCTIONS,'debian/common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
# <:[EMAIL PROTECTED]:>//
#################################################################
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
<:[EMAIL PROTECTED]:>//
## 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):>//
<:[EMAIL PROTECTED]:>//
## 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
<:[EMAIL PROTECTED]:>//
## 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):>//
# <:[EMAIL PROTECTED]:>//
#################################################################
_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits