[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian packaging of texlive-bin) branch, master, updated. debian/2013.20130522.30620-1-15-gceb4e27



The following commit has been merged in the master branch:
commit 6506ee219fa8eb71c0a3583c70f99b8b457c552a
Author: Norbert Preining <preining@debian.org>
Date:   Thu May 23 09:41:37 2013 +0900

    fix postinst references to texlive/texmf, broke format rebuilding

diff --git a/debian/changelog b/debian/changelog
index 9bac24e..fa4cdef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ texlive-bin (2013.20130523.30626-1) unstable; urgency=low
   * disable ttf2pk and enable ttf2pk2, this allows us to get rid
     of unsupported libfreetype(1), thanks again to Ondřej Surý.
   * new upstream: remove biber binaries (Closes: #709274)
+  * fix postinst so that formats are again rebuild
 
- -- Norbert Preining <preining@debian.org>  Thu, 23 May 2013 09:01:51 +0900
+ -- Norbert Preining <preining@debian.org>  Thu, 23 May 2013 09:41:21 +0900
 
 texlive-bin (2013.20130522.30620-1) unstable; urgency=low
 
diff --git a/debian/texlive-binaries.postinst b/debian/texlive-binaries.postinst
index 85c90ec..fdcafe3 100644
--- a/debian/texlive-binaries.postinst
+++ b/debian/texlive-binaries.postinst
@@ -47,8 +47,8 @@ case "$1" in
     update-language
     if dhit_libkpathsea_configured; then
       # we are shipping mktexlsr, so it must be there!
-      mktexlsr /usr/share/texmf /usr/share/texlive/texmf /usr/share/texlive/texmf-dist /var/lib/texmf
-      if [ -r /usr/share/texlive/texmf/texconfig/tcfmgr ] ; then
+      mktexlsr /usr/share/texmf /usr/share/texlive/texmf-dist /var/lib/texmf
+      if [ -r /usr/share/texlive/texmf-dist/texconfig/tcfmgr ] ; then
         dhit_build_format --refresh
       fi
     fi

-- 
Debian packaging of texlive-bin)


Reply to: