diff -u texlive-bin-2009/debian/changelog texlive-bin-2009/debian/changelog --- texlive-bin-2009/debian/changelog +++ texlive-bin-2009/debian/changelog @@ -1,3 +1,12 @@ +texlive-bin (2009-11ubuntu1) oneiric; urgency=low + + * debian/patches/xdvi-zoom-with-eps-figures.patch: Make zooming with + Ghostscript 9.0x working correctly. EPS figures were cut off after + zoomaing and scrolling. + See http://bugs.ghostscript.com/show_bug.cgi?id=692540 + + -- Till Kamppeter Thu, 29 Sep 2011 17:15:24 +0200 + texlive-bin (2009-11) unstable; urgency=low [ Hilmar Preuße ] @@ -17,7 +26,7 @@ (partial_lfs_support.diff). This hopefully (Closes: #618033). dvips still can't write files > 2GB (see #383781). * we can use gcc-4.5 on armel too - + [ Frank Küster ] * Indicate in the description that this package needs a real TeX package to function, and add a Recommends on texlive-base (closes: #593782) diff -u texlive-bin-2009/debian/patches/series texlive-bin-2009/debian/patches/series --- texlive-bin-2009/debian/patches/series +++ texlive-bin-2009/debian/patches/series @@ -40,0 +41 @@ +xdvi-zoom-with-eps-figures.patch only in patch2: unchanged: --- texlive-bin-2009.orig/debian/patches/xdvi-zoom-with-eps-figures.patch +++ texlive-bin-2009/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(); +