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

[tex-common] 05/05: fmtutil: call --byhyphen with file name unexpanded (Closes: #815416)



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository tex-common.

commit 819779fdb2984aae760c375a1bc30198f8bbd665
Author: Norbert Preining <preining@debian.org>
Date:   Mon Feb 22 20:14:57 2016 +0900

    fmtutil: call --byhyphen with file name unexpanded (Closes: #815416)
---
 debian/changelog | 3 ++-
 debian/postinst  | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index edb9329..b585af1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
 tex-common (6.05) unstable; urgency=medium
 
   * fmtutil calling convention updated, switch to --strict
+  * fmtutil: call --byhyphen with file name unexpanded (Closes: #815416)
   * bump standards version, no changes necessary
   * adjust vcs-browser location
   * dh_clean -> dh_prep in rules file
 
- -- Norbert Preining <preining@debian.org>  Mon, 22 Feb 2016 19:47:39 +0900
+ -- Norbert Preining <preining@debian.org>  Mon, 22 Feb 2016 20:14:06 +0900
 
 tex-common (6.04) unstable; urgency=medium
 
diff --git a/debian/postinst b/debian/postinst
index be6f8e3..bc651e3 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -259,8 +259,8 @@ run_hyphen()
                 TEXMFCONFIG="$c"
                 export TEXMFVAR TEXMFCONFIG
                 tempfile=$(mktemp -p /tmp fmtutil.XXXXXXXX)
-                printf "Building latex-based formats --byhyphen $(kpsewhich language.dat).\n\tThis may take some time... "
-                if $FMTUTIL --byhyphen "$(kpsewhich language.dat)" > $tempfile 2>&1 ; then
+                printf "Building latex-based formats --byhyphen language.dat.\n\tThis may take some time... "
+                if $FMTUTIL --byhyphen language.dat > $tempfile 2>&1 ; then
                     rm -f $tempfile
                     echo "done."
                 else
@@ -273,8 +273,8 @@ run_hyphen()
                     exit 1
                 fi
                 tempfile=$(mktemp -p /tmp fmtutil.XXXXXXXX)
-                printf "Building e-tex based formats --byhyphen $(kpsewhich language.def).\n\tThis may take some time... "
-                if $FMTUTIL --byhyphen "$(kpsewhich language.def)" > $tempfile 2>&1 ; then
+                printf "Building e-tex based formats --byhyphen language.def.\n\tThis may take some time... "
+                if $FMTUTIL --byhyphen language.def > $tempfile 2>&1 ; then
                     rm -f $tempfile
                     echo "done."
                 else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/tex-common.git


Reply to: