[Debian-tex-commits] SVN tex-common commit + diffs: r4549 - tex-common/trunk/debian
Norbert Preining
preining at alioth.debian.org
Wed Jan 27 00:10:51 UTC 2010
Author: preining
Date: 2010-01-27 00:10:36 +0000 (Wed, 27 Jan 2010)
New Revision: 4549
Modified:
tex-common/trunk/debian/changelog
tex-common/trunk/debian/common.functions.in
tex-common/trunk/debian/common.variables
tex-common/trunk/debian/postinst.in
tex-common/trunk/debian/variables
Log:
* reword the language.{dat,def} trigger action's message to include
the name of the base format (Closes: #566915)
* convert some files to UTF8
Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog 2010-01-26 13:23:52 UTC (rev 4548)
+++ tex-common/trunk/debian/changelog 2010-01-27 00:10:36 UTC (rev 4549)
@@ -1,3 +1,12 @@
+tex-common (2.07) unstable; urgency=low
+
+ * UNRELEASED
+ * reword the language.{dat,def} trigger action's message to include
+ the name of the base format (Closes: #566915)
+ * convert some files to UTF8
+
+ -- Norbert Preining <preining at debian.org> Wed, 27 Jan 2010 09:08:46 +0900
+
tex-common (2.06) unstable; urgency=high
* call mktexlsr with list of trees in lsr trigger action (Closes: #564457)
Modified: tex-common/trunk/debian/common.functions.in
===================================================================
--- tex-common/trunk/debian/common.functions.in 2010-01-26 13:23:52 UTC (rev 4548)
+++ tex-common/trunk/debian/common.functions.in 2010-01-27 00:10:36 UTC (rev 4549)
@@ -2,7 +2,7 @@
#################################################################
## Function definitions - included from file common.functions
#################################################################
-# Copyright (C) 2004, 05, 06 by Frank Küster <frank at debian.org>.
+# Copyright (C) 2004, 05, 06 by Frank Küster <frank at debian.org>.
# Copyright (C) 2006 by Julian Gilbey <jdg at debian.org>.
# $Id$
Modified: tex-common/trunk/debian/common.variables
===================================================================
--- tex-common/trunk/debian/common.variables 2010-01-26 13:23:52 UTC (rev 4548)
+++ tex-common/trunk/debian/common.variables 2010-01-27 00:10:36 UTC (rev 4549)
@@ -1,6 +1,6 @@
<:
# Copyright (C) 1999, 2000, 01, 02 by Davide Giovanni Maria Salvetti <salve at debian.org>.
-# Copyright (C) 2004, 05, 06 by Frank Küster <frank at debian.org>.
+# Copyright (C) 2004, 05, 06 by Frank Küster <frank at debian.org>.
# Copyright (C) 2006 by Julian Gilbey <jdg at debian.org>.
# $Id$
# this list is from dpkg-1.10.9/include/dpkg.h.in:
Modified: tex-common/trunk/debian/postinst.in
===================================================================
--- tex-common/trunk/debian/postinst.in 2010-01-26 13:23:52 UTC (rev 4548)
+++ tex-common/trunk/debian/postinst.in 2010-01-27 00:10:36 UTC (rev 4549)
@@ -177,7 +177,7 @@
# latex is installed so we can actually try to recreate
# formats based on language.dat
tempfile=$(mktemp -p /tmp fmtutil.XXXXXXXX)
- printf "Building formats --byhyphen $(kpsewhich language.dat).\n\tThis may take some time... "
+ printf "Building latex-based formats --byhyphen $(kpsewhich language.dat).\n\tThis may take some time... "
if fmtutil-sys --byhyphen "$(kpsewhich language.dat)" > $tempfile 2>&1 ; then
rm -f $tempfile
echo "done."
@@ -196,7 +196,7 @@
# tex is installed so we can actually try to recreate
# formats based on language.def
tempfile=$(mktemp -p /tmp fmtutil.XXXXXXXX)
- printf "Building formats --byhyphen $(kpsewhich language.def).\n\tThis may take some time... "
+ printf "Building e-tex based formats --byhyphen $(kpsewhich language.def).\n\tThis may take some time... "
if fmtutil-sys --byhyphen "$(kpsewhich language.def)" > $tempfile 2>&1 ; then
rm -f $tempfile
echo "done."
Modified: tex-common/trunk/debian/variables
===================================================================
--- tex-common/trunk/debian/variables 2010-01-26 13:23:52 UTC (rev 4548)
+++ tex-common/trunk/debian/variables 2010-01-27 00:10:36 UTC (rev 4549)
@@ -1,5 +1,5 @@
<:
-# Copyright (C) 2004 by Frank Küster <frank at kuesterei.ch>.
+# Copyright (C) 2004 by Frank Küster <frank at kuesterei.ch>.
# $Id$
use File::Basename;
More information about the Debian-tex-commits
mailing list