[Reproducible-commits] [texlive-bin] 62/400: remove xdvik patch, not needed anymore

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Thu Jul 9 21:39:34 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 4935aca2663ea4aaf262f0d14f65d6d7b5ca55be
Author: Norbert Preining <preining at debian.org>
Date:   Sun Apr 8 13:13:38 2012 +0000

    remove xdvik patch, not needed anymore
---
 debian/changelog                              |  6 +++---
 debian/patches/series                         |  1 -
 debian/patches/xdvik-22.84.16-open-mode.patch | 17 -----------------
 3 files changed, 3 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6e4e860..df1539b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,12 @@
-texlive-bin (2011.20120328-2) unstable; urgency=low
+texlive-bin (2011.20120408-1) unstable; urgency=low
 
-  * UNRELEASED
   * add patches (maybe to be included upstream) that allows inclusion of
     one config file in another for (x)dvipdfmx. This will be
     used by the paper code.
   * fix description of libptexenc-dev package (Closes: #667694)
+  * remove xdvik patch, included upstream
 
- -- Norbert Preining <preining at debian.org>  Sun, 08 Apr 2012 21:37:48 +0900
+ -- Norbert Preining <preining at debian.org>  Sun, 08 Apr 2012 22:12:54 +0900
 
 texlive-bin (2011.20120328-1) unstable; urgency=low
 
diff --git a/debian/patches/series b/debian/patches/series
index b15e7ba..f3b636b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -35,7 +35,6 @@ set-e-in-various-scripts
 #cve-2010-0739.patch
 #2011# upstream # cve-2010-0827.patch
 #2011# upstream # upstream-tex-file_arg-passing-fix
-xdvik-22.84.16-open-mode.patch
 #partial_lfs_support.diff
 #2011# upstream # 73_tex_segfault
 #2011# not necessary anymore, different fix upstream # unstymie-xetex-with-zlib-1.2.6.patch
diff --git a/debian/patches/xdvik-22.84.16-open-mode.patch b/debian/patches/xdvik-22.84.16-open-mode.patch
deleted file mode 100644
index c346a3e..0000000
--- a/debian/patches/xdvik-22.84.16-open-mode.patch
+++ /dev/null
@@ -1,17 +0,0 @@
----
- texk/xdvik/util.c |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: texlive-bin-2011.20120408/texk/xdvik/util.c
-===================================================================
---- texlive-bin-2011.20120408.orig/texk/xdvik/util.c	2012-04-08 21:41:48.345583375 +0900
-+++ texlive-bin-2011.20120408/texk/xdvik/util.c	2012-04-08 21:42:03.009666386 +0900
-@@ -259,7 +259,7 @@
-     int fd = open(fname, flags);
-     if (fd < 0 && (errno == EMFILE || errno == ENFILE)) {
- 	close_a_file();
--	fd = open(fname, flags);
-+	fd = open(fname, flags, mode);
-     }
-     return fd;
- }

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