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

[tex-common] 01/02: Revert "undo luajittex changes"



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

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

commit 43ea7842c154e7f9d8445ab9eebd7e2ba1a381b1
Author: Norbert Preining <preining@debian.org>
Date:   Tue Oct 14 17:11:07 2014 +0900

    Revert "undo luajittex changes"
    
    This reverts commit 182fb9e484989c807ba3f82ab116705306d59952.
---
 debian/changelog     | 7 -------
 debian/postinst      | 6 +++---
 scripts/postinst-tex | 2 +-
 3 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ece671c..eedfbf7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,3 @@
-tex-common (5.03) UNRELEASED; urgency=medium
-
-  * undo the luajittex change from 5.02, luajittex will be disabled
-    per default on Debian, too much pain.
-
- -- Norbert Preining <preining@debian.org>  Sat, 31 May 2014 23:10:46 +0900
-
 tex-common (5.02) unstable; urgency=medium
 
   * call fmtutil-sys with --no-error-if-no-engine=luajittex following
diff --git a/debian/postinst b/debian/postinst
index 5082dda..edc08a4 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -76,7 +76,7 @@ dhit_build_format ()
 
     tempfile=$(mktemp -p /tmp fmtutil.XXXXXXXX)
     printf "Building format(s) $*.\n\tThis may take some time... "
-    if fmtutil-sys "$@" > $tempfile 2>&1 ; then
+    if fmtutil-sys --no-error-if-no-engine=luajittex "$@" > $tempfile 2>&1 ; then
         rm -f $tempfile
         echo "done."
     else
@@ -312,7 +312,7 @@ do_triggers()
                   # formats based on language.dat
                   tempfile=$(mktemp -p /tmp fmtutil.XXXXXXXX)
                   printf "Building latex-based formats --byhyphen $(kpsewhich language.dat).\n\tThis may take some time... "
-                  if fmtutil-sys --byhyphen "$(kpsewhich language.dat)" > $tempfile 2>&1 ; then
+                  if fmtutil-sys --no-error-if-no-engine=luajittex --byhyphen "$(kpsewhich language.dat)" > $tempfile 2>&1 ; then
                     rm -f $tempfile
                     echo "done."
                   else
@@ -331,7 +331,7 @@ do_triggers()
                   # formats based on language.def
                   tempfile=$(mktemp -p /tmp fmtutil.XXXXXXXX)
                   printf "Building e-tex based formats --byhyphen $(kpsewhich language.def).\n\tThis may take some time... "
-                  if fmtutil-sys --byhyphen "$(kpsewhich language.def)" > $tempfile 2>&1 ; then
+                  if fmtutil-sys --no-error-if-no-engine=luajittex --byhyphen "$(kpsewhich language.def)" > $tempfile 2>&1 ; then
                     rm -f $tempfile
                     echo "done."
                   else
diff --git a/scripts/postinst-tex b/scripts/postinst-tex
index f3b1f21..42f46ec 100644
--- a/scripts/postinst-tex
+++ b/scripts/postinst-tex
@@ -81,7 +81,7 @@ dhit_build_format ()
 
     tempfile=$(mktemp -p /tmp fmtutil.XXXXXXXX)
     printf "Building format(s) $*.\n\tThis may take some time... "
-    if fmtutil-sys "$@" > $tempfile 2>&1 ; then
+    if fmtutil-sys --no-error-if-no-engine=luajittex "$@" > $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: