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

Frank Küster frank at alioth.debian.org
Sun Jun 7 19:53:05 UTC 2009


Author: frank
Date: 2009-06-07 19:53:04 +0000 (Sun, 07 Jun 2009)
New Revision: 3996

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/debian/postinst.in
Log:
Make sure that tex-common's own postinst script does not create
/usr/local/share/texmf/ls-R (closes: #528021)


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2009-06-06 16:00:52 UTC (rev 3995)
+++ tex-common/trunk/debian/changelog	2009-06-07 19:53:04 UTC (rev 3996)
@@ -1,5 +1,6 @@
 tex-common (1.19) unstable; urgency=low
 
+  [ Norbert Preining ]
   * UNRELEASED
   * change dh_installtex generated postrm code to call update-texmf-config
     only if it is present. That should be due to the policy, but it still
@@ -10,8 +11,12 @@
     we are not allowed to do that (policy), but we try to remove that 
     directory if it is empty. (Closes: #528021)
 
- -- Norbert Preining <preining at debian.org>  Sat, 06 Jun 2009 17:54:52 +0200
+  [ Frank Küster ]
+  * Make sure that tex-common's own postinst script does not create
+    /usr/local/share/texmf/ls-R (closes: #528021)
 
+ -- Frank Küster <frank at debian.org>  Sun, 07 Jun 2009 21:53:07 +0200
+
 tex-common (1.18) unstable; urgency=low
 
   * make sure that fmtutil-sys --all and updmap-sys are called on new

Modified: tex-common/trunk/debian/postinst.in
===================================================================
--- tex-common/trunk/debian/postinst.in	2009-06-06 16:00:52 UTC (rev 3995)
+++ tex-common/trunk/debian/postinst.in	2009-06-07 19:53:04 UTC (rev 3996)
@@ -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 > $tempfile 2>&1 ; then
+            if mktexlsr /usr/share/texmf/ /usr/share/texmf-texlive/ > $tempfile 2>&1 ; then
                 rm -f $tempfile
                 echo "done."
             else




More information about the Debian-tex-commits mailing list