[Reproducible-commits] [texlive-bin] 76/400: debian/patches/xdvi-zoom-with-eps-figures.patch: Make zooming with Ghostscript 9.0x working correctly. EPS figures were cut off after zooming and scrolling. (Taken from Ubuntu packaging, thanks Jeremy Bicha) See http://bugs.ghostscript.com/show_bug.cgi?id=692540

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Thu Jul 9 21:39:36 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 cf5a76092c2dbffb385e1da9268ca05eecc318c3
Author: Norbert Preining <preining at debian.org>
Date:   Tue May 8 00:34:38 2012 +0000

    debian/patches/xdvi-zoom-with-eps-figures.patch: Make zooming with
    Ghostscript 9.0x working correctly. EPS figures were cut off after
    zooming and scrolling. (Taken from Ubuntu packaging, thanks Jeremy Bicha)
    See http://bugs.ghostscript.com/show_bug.cgi?id=692540
---
 debian/changelog                                |  4 ++++
 debian/patches/series                           |  1 +
 debian/patches/xdvi-zoom-with-eps-figures.patch | 11 +++++++++++
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1e3cb86..7487c42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
 texlive-bin (2011.20120507-2) unstable; urgency=low
 
   * UNRELEASED
+  * debian/patches/xdvi-zoom-with-eps-figures.patch: Make zooming with
+    Ghostscript 9.0x working correctly. EPS figures were cut off after
+    zooming and scrolling. (Taken from Ubuntu packaging, thanks Jeremy Bicha)
+    See http://bugs.ghostscript.com/show_bug.cgi?id=692540
 
  -- Norbert Preining <preining at debian.org>  Mon, 07 May 2012 12:52:39 +0900
 
diff --git a/debian/patches/series b/debian/patches/series
index a84f295..c9d6d4b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -46,3 +46,4 @@ build-wovp2ovf
 #xdvipdfmx-config-i-directive
 pmpost-20120415-tl11.diff
 pmpost-svg-20120119-tl11.diff
+xdvi-zoom-with-eps-figures.patch
diff --git a/debian/patches/xdvi-zoom-with-eps-figures.patch b/debian/patches/xdvi-zoom-with-eps-figures.patch
new file mode 100644
index 0000000..54399fb
--- /dev/null
+++ b/debian/patches/xdvi-zoom-with-eps-figures.patch
@@ -0,0 +1,11 @@
+--- a/texk/xdvik/psgs.c
++++ b/texk/xdvik/psgs.c
+@@ -852,7 +852,7 @@
+     char buf[150];
+ 
+     /* For gs 2, we pretty much have to start over to enlarge the window. */
+-    if ((GS_old && (globals.page.w > GS_page_w || globals.page.h > GS_page_h))
++    if (((globals.page.w > GS_page_w || globals.page.h > GS_page_h))
+ 	|| GS_alpha != resource.gs_alpha)
+ 	destroy_gs();
+ 

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