Author: frank Date: 2006-09-04 16:14:06 +0000 (Mon, 04 Sep 2006) New Revision: 1592
Modified: tex-common/trunk/debian/changelog tex-common/trunk/debian/preinst.in Log: also add missing variable declaration Modified: tex-common/trunk/debian/changelog =================================================================== --- tex-common/trunk/debian/changelog 2006-09-04 13:31:36 UTC (rev 1591) +++ tex-common/trunk/debian/changelog 2006-09-04 16:14:06 UTC (rev 1592) @@ -1,8 +1,9 @@ tex-common (0.29~0.1) UNRELEASED; urgency=low - * Add missing function to preinst (closes: #385532) [frank] + * Add missing function and variable declarations to preinst, thanks to + Hilmar (closes: #385532) [frank] - -- Frank Küster <[EMAIL PROTECTED]> Mon, 4 Sep 2006 15:30:28 +0200 + -- Frank Küster <[EMAIL PROTECTED]> Mon, 4 Sep 2006 18:13:44 +0200 tex-common (0.28) unstable; urgency=low Modified: tex-common/trunk/debian/preinst.in =================================================================== --- tex-common/trunk/debian/preinst.in 2006-09-04 13:31:36 UTC (rev 1591) +++ tex-common/trunk/debian/preinst.in 2006-09-04 16:14:06 UTC (rev 1592) @@ -12,6 +12,9 @@ ## Variables needed for upgrading FIRST_VERSION_WITH_UPGRADE_PATH=0.3 +## misc variables +MKTMPDIR=<:=$MKTMPDIR:> # mktemp will create its files there + ################################################################# # Functions ################################################################# _______________________________________________ Pkg-tetex-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

