[Reproducible-commits] [texlive-bin] 42/400: remove buggy upstream patch that was changed/reverted, we need new usptream for telxive-bin

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Thu Jul 9 21:39:32 UTC 2015


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

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

commit 0941b69f9e747620fb455815d5750d6115445c47
Author: Norbert Preining <preining at debian.org>
Date:   Wed Mar 14 09:06:05 2012 +0000

    remove buggy upstream patch that was changed/reverted, we need new usptream
    for telxive-bin
---
 debian/changelog                         |  8 ++--
 debian/patches/series                    |  1 -
 debian/patches/upstream-r25581-eptex-fix | 65 --------------------------------
 3 files changed, 3 insertions(+), 71 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 86ab236..b9be90e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,8 @@
-texlive-bin (2011.20120307-2) experimental; urgency=low
+texlive-bin (2011.2012XXXXX-00000) experimental; urgency=low
 
-  * UNRELEASED
-  * debian/patches/upstream-r25581-eptex-fix
-    include upstream fix for eptex and euptex segfault
+  * UNRELEASED, rebuild with new .orig.tar.gz!!! We need fixes from svn!!!
 
- -- Norbert Preining <preining at debian.org>  Fri, 09 Mar 2012 08:37:10 +0900
+ -- Norbert Preining <preining at debian.org>  Wed, 14 Mar 2012 18:04:57 +0900
 
 texlive-bin (2011.20120307-1) experimental; urgency=low
 
diff --git a/debian/patches/series b/debian/patches/series
index 65daf68..e336743 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -42,4 +42,3 @@ xdvik-22.84.16-open-mode.patch
 #2011# not necessary anymore, different fix upstream # unstymie-xetex-with-zlib-1.2.6.patch
 debian-no-linked-scripts
 build-wovp2ovf
-upstream-r25581-eptex-fix
diff --git a/debian/patches/upstream-r25581-eptex-fix b/debian/patches/upstream-r25581-eptex-fix
deleted file mode 100644
index 8f524a1..0000000
--- a/debian/patches/upstream-r25581-eptex-fix
+++ /dev/null
@@ -1,65 +0,0 @@
-Fix a bug in eptex and euptex
-included upstream in revision 25581
-see http://oku.edu.mie-u.ac.jp/tex/mod/forum/discuss.php?d=782
----
- texk/web2c/ptexdir/ChangeLog    |    4 ++++
- texk/web2c/ptexdir/ptex-base.ch |    2 +-
- texk/web2c/uptexdir/ChangeLog   |    4 ++++
- texk/web2c/uptexdir/uptex-m.ch  |    4 ++--
- 4 files changed, 11 insertions(+), 3 deletions(-)
-
-Index: texlive-bin-2011.20120307/texk/web2c/ptexdir/ChangeLog
-===================================================================
---- texlive-bin-2011.20120307.orig/texk/web2c/ptexdir/ChangeLog	2012-03-05 17:50:28.000000000 +0900
-+++ texlive-bin-2011.20120307/texk/web2c/ptexdir/ChangeLog	2012-03-09 08:31:25.965656225 +0900
-@@ -1,3 +1,7 @@
-+2012-03-08  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
-+
-+	* ptex-base.ch: fix a long-remained bug in show_context.
-+
- 2012-03-04  Peter Breitenlohner  <peb at mppmu.mpg.de>
- 
- 	Avoid 'differ in signedness' warnings.
-Index: texlive-bin-2011.20120307/texk/web2c/ptexdir/ptex-base.ch
-===================================================================
---- texlive-bin-2011.20120307.orig/texk/web2c/ptexdir/ptex-base.ch	2012-03-05 17:50:28.000000000 +0900
-+++ texlive-bin-2011.20120307/texk/web2c/ptexdir/ptex-base.ch	2012-03-09 08:31:25.965656225 +0900
-@@ -1549,7 +1549,7 @@
-   begin  if (token_type=backed_up)and(loc<>null) then
-     begin  if (link(start)=null)and(check_kanji(info(start))) then {|wchar_token|}
-       begin cur_input:=input_stack[base_ptr-1];
--      s:=get_avail; info(s):=Lo(buffer[loc]);
-+      s:=get_avail; info(s):=Lo(info(loc));
-       cur_input:=input_stack[base_ptr];
-       link(start):=s;
-       show_token_list(start,loc,100000);
-Index: texlive-bin-2011.20120307/texk/web2c/uptexdir/ChangeLog
-===================================================================
---- texlive-bin-2011.20120307.orig/texk/web2c/uptexdir/ChangeLog	2012-03-05 17:50:28.000000000 +0900
-+++ texlive-bin-2011.20120307/texk/web2c/uptexdir/ChangeLog	2012-03-09 08:31:25.969656212 +0900
-@@ -1,3 +1,7 @@
-+2012-03-08  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
-+
-+	* uptex-m.ch: fix a long-remained bug in show_context.
-+
- 2012-03-04  Peter Breitenlohner  <peb at mppmu.mpg.de>
- 
- 	Avoid 'differ in signedness' warnings.
-Index: texlive-bin-2011.20120307/texk/web2c/uptexdir/uptex-m.ch
-===================================================================
---- texlive-bin-2011.20120307.orig/texk/web2c/uptexdir/uptex-m.ch	2012-03-05 17:50:28.000000000 +0900
-+++ texlive-bin-2011.20120307/texk/web2c/uptexdir/uptex-m.ch	2012-03-09 08:31:25.965656225 +0900
-@@ -352,11 +352,11 @@
- @x
-     begin  if (link(start)=null)and(check_kanji(info(start))) then {|wchar_token|}
-       begin cur_input:=input_stack[base_ptr-1];
--      s:=get_avail; info(s):=Lo(buffer[loc]);
-+      s:=get_avail; info(s):=Lo(info(loc));
- @y
-     begin  if (link(start)=null)and(check_kanji(info(start))) then {|wchar_token|}
-       begin cur_input:=input_stack[base_ptr-1];
--      s:=get_avail; info(s):=(buffer[loc] mod max_char_val);
-+      s:=get_avail; info(s):=(info(loc) mod max_char_val);
- @z
- 
- @x

-- 
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