[Reproducible-commits] [texlive-bin] 01/05: fix garbled output of vptovf and ovf2ovp (Closes: #795054)

Reiner Herrmann reiner at reiner-h.de
Mon Aug 24 20:38:13 UTC 2015


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

deki-guest pushed a commit to branch master
in repository texlive-bin.

commit 4ee282e75b7f13e17a5972b121532d0b98ac491e
Author: Norbert Preining <preining at debian.org>
Date:   Mon Aug 10 23:33:31 2015 +0900

    fix garbled output of vptovf and ovf2ovp (Closes: #795054)
---
 debian/changelog                                   |  7 +++
 debian/patches/series                              |  1 +
 debian/patches/upstream-svn38091-fix-pltotf-output | 73 ++++++++++++++++++++++
 3 files changed, 81 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3424f92..43280e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+texlive-bin (2015.20150524.37493-6) UNRELEASED; urgency=medium
+
+  * fix garbled output of vptovf and ovf2ovp (Closes: #795054)
+    Note, all the output is going to STDERR now.
+
+ -- Norbert Preining <preining at debian.org>  Mon, 10 Aug 2015 23:31:10 +0900
+
 texlive-bin (2015.20150524.37493-5) unstable; urgency=medium
 
   * mv c-auto.h back into /usr/include/kpathsea, we need a different
diff --git a/debian/patches/series b/debian/patches/series
index 9d1d52b..a4ba463 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,3 +10,4 @@ libpng-arm64-neon-fix
 mktexlsr-use-mktemp
 dvihp-use-mktemp
 remove-libdir-from-kpathsea-pkgconfig
+upstream-svn38091-fix-pltotf-output
diff --git a/debian/patches/upstream-svn38091-fix-pltotf-output b/debian/patches/upstream-svn38091-fix-pltotf-output
new file mode 100644
index 0000000..ce0e177
--- /dev/null
+++ b/debian/patches/upstream-svn38091-fix-pltotf-output
@@ -0,0 +1,73 @@
+Upstream svn 38091
+fix messed up output of vptovf and pltotf etc
+---
+ texk/web2c/ChangeLog            |    5 +++++
+ texk/web2c/omegaware/ChangeLog  |    5 +++++
+ texk/web2c/omegaware/opl2ofm.ch |    1 +
+ texk/web2c/omegaware/ovp2ovf.ch |    1 +
+ texk/web2c/pltotf.ch            |    1 +
+ texk/web2c/vptovf.ch            |    1 +
+ 6 files changed, 14 insertions(+)
+
+--- texlive-bin.orig/texk/web2c/ChangeLog
++++ texlive-bin/texk/web2c/ChangeLog
+@@ -1,3 +1,8 @@
++2015-08-10  Peter Breitenlohner  <peb at mppmu.mpg.de>
++
++	* pltotf.ch, vptovf.ch: Send also real numbers to stderr,
++	completing the change from 2015-01-09 (report from Norbert).
++
+ 2015-05-21  Karl Berry  <karl at tug.org>
+ 
+ 	* TL'15.
+--- texlive-bin.orig/texk/web2c/omegaware/ChangeLog
++++ texlive-bin/texk/web2c/omegaware/ChangeLog
+@@ -1,3 +1,8 @@
++2015-08-10  Peter Breitenlohner  <peb at mppmu.mpg.de>
++
++	* opl2ofm.ch, ovp2ovf.ch: Send also real numbers to stderr,
++	completing the change from 2015-01-11.
++
+ 2015-01-18  Peter Breitenlohner  <peb at mppmu.mpg.de>
+ 
+ 	* odvicopy.ch: Drop intcast().
+--- texlive-bin.orig/texk/web2c/omegaware/opl2ofm.ch
++++ texlive-bin/texk/web2c/omegaware/opl2ofm.ch
+@@ -39,6 +39,7 @@
+ @y
+ @d print(#)==write(stderr,#)
+ @d print_ln(#)==write_ln(stderr,#)
++ at d print_real(#)==fprint_real(stderr,#)
+ @z
+ 
+ @x [still 2] No banner unless verbose.
+--- texlive-bin.orig/texk/web2c/omegaware/ovp2ovf.ch
++++ texlive-bin/texk/web2c/omegaware/ovp2ovf.ch
+@@ -28,6 +28,7 @@
+ @y
+ @d print(#)==write(stderr,#)
+ @d print_ln(#)==write_ln(stderr,#)
++ at d print_real(#)==fprint_real(stderr,#)
+ @z
+ 
+ @x [2] Print the banner later.
+--- texlive-bin.orig/texk/web2c/pltotf.ch
++++ texlive-bin/texk/web2c/pltotf.ch
+@@ -32,6 +32,7 @@
+ @y
+ @d print(#)==write(stderr,#)
+ @d print_ln(#)==write_ln(stderr,#)
++ at d print_real(#)==fprint_real(stderr,#)
+ @z
+ 
+ @x [still 2] No banner unless verbose.
+--- texlive-bin.orig/texk/web2c/vptovf.ch
++++ texlive-bin/texk/web2c/vptovf.ch
+@@ -21,6 +21,7 @@
+ @y
+ @d print(#)==write(stderr,#)
+ @d print_ln(#)==write_ln(stderr,#)
++ at d print_real(#)==fprint_real(stderr,#)
+ @z
+ 
+ @x [2] Print the banner later.

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



More information about the Reproducible-commits mailing list