[Debian-tex-commits] SVN tex-common commit + diffs: r4004 - tex-common/trunk/debian

Norbert Preining preining at alioth.debian.org
Tue Jun 9 20:38:20 UTC 2009


Author: preining
Date: 2009-06-09 20:38:19 +0000 (Tue, 09 Jun 2009)
New Revision: 4004

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/debian/postinst.in
Log:
* after the change to tex-common's postinst script the ls-R file for
  /var/lib/texmf was not recreated, which breaks installation.
  Add this tree to the trigger call to mktexlsr (Closes: #532525)


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2009-06-09 15:09:01 UTC (rev 4003)
+++ tex-common/trunk/debian/changelog	2009-06-09 20:38:19 UTC (rev 4004)
@@ -1,3 +1,11 @@
+tex-common (1.20) unstable; urgency=low
+
+  * after the change to tex-common's postinst script the ls-R file for
+    /var/lib/texmf was not recreated, which breaks installation.
+    Add this tree to the trigger call to mktexlsr (Closes: #532525)
+
+ -- Norbert Preining <preining at debian.org>  Tue, 09 Jun 2009 22:37:03 +0200
+
 tex-common (1.19) unstable; urgency=low
 
   [ Norbert Preining ]

Modified: tex-common/trunk/debian/postinst.in
===================================================================
--- tex-common/trunk/debian/postinst.in	2009-06-09 15:09:01 UTC (rev 4003)
+++ tex-common/trunk/debian/postinst.in	2009-06-09 20:38:19 UTC (rev 4004)
@@ -51,7 +51,7 @@
         if which mktexlsr >/dev/null; then
             tempfile=$(mktemp -p /tmp mktexlsr.XXXXXXXX)
             printf "Running mktexlsr. This may take some time... "
-            if mktexlsr /usr/share/texmf/ /usr/share/texmf-texlive/ > $tempfile 2>&1 ; then
+            if mktexlsr /usr/share/texmf/ /usr/share/texmf-texlive/ /var/lib/texmf/ > $tempfile 2>&1 ; then
                 rm -f $tempfile
                 echo "done."
             else




More information about the Debian-tex-commits mailing list