[Debian-tex-commits] SVN tex-common commit + diffs: r4537 - tex-common/branches/for-tl2008/debian

Norbert Preining preining at alioth.debian.org
Tue Jan 12 11:33:21 UTC 2010


Author: preining
Date: 2010-01-12 11:33:17 +0000 (Tue, 12 Jan 2010)
New Revision: 4537

Modified:
   tex-common/branches/for-tl2008/debian/changelog
   tex-common/branches/for-tl2008/debian/postinst.in
Log:
call mktexlsr with list of trees in lsr trigger action (Closes: #564457)


Modified: tex-common/branches/for-tl2008/debian/changelog
===================================================================
--- tex-common/branches/for-tl2008/debian/changelog	2010-01-11 14:50:09 UTC (rev 4536)
+++ tex-common/branches/for-tl2008/debian/changelog	2010-01-12 11:33:17 UTC (rev 4537)
@@ -1,3 +1,9 @@
+tex-common (2.06) unstable; urgency=high
+
+  * call mktexlsr with list of trees in lsr trigger action (Closes: #564457)
+
+ -- Norbert Preining <preining at debian.org>  Tue, 12 Jan 2010 20:32:14 +0900
+
 tex-common (2.05) unstable; urgency=low
 
   * update language.def based formats in the texmf-hyphen trigger option,

Modified: tex-common/branches/for-tl2008/debian/postinst.in
===================================================================
--- tex-common/branches/for-tl2008/debian/postinst.in	2010-01-11 14:50:09 UTC (rev 4536)
+++ tex-common/branches/for-tl2008/debian/postinst.in	2010-01-12 11:33:17 UTC (rev 4537)
@@ -94,13 +94,13 @@
                 if which mktexlsr >/dev/null; then
                     tempfile=$(mktemp -p /tmp mktexlsr.XXXXXXXX)
                     printf "Running mktexlsr. This may take some time... "
-                    if mktexlsr > $tempfile 2>&1 ; then
+                    if mktexlsr $TEXMFTREES > $tempfile 2>&1 ; then
                         rm -f $tempfile
                         echo "done."
                     else
                         exec >&2
                         echo
-                        echo "mktexlsr failed. Output has been stored in"
+                        echo "mktexlsr $TEXMFTREES failed. Output has been stored in"
                         echo "$tempfile"
                         echo "Please include this file if you report a bug."
                         echo




More information about the Debian-tex-commits mailing list