[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian packaging of texlive-bin) branch, master, updated. debian/2013.20130522.30620-1-15-gceb4e27



The following commit has been merged in the master branch:
commit ef5711639d5ef6be013f356cd1b747c39a1bcf4b
Author: Norbert Preining <preining@debian.org>
Date:   Thu May 23 09:02:54 2013 +0900

    remove included mpost-fix-svg-size patch, new upstream

diff --git a/debian/changelog b/debian/changelog
index 6fc9e0d..9bac24e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,12 @@
-texlive-bin (2013.20130523.N-1) UNRELEASED; urgency=low
+texlive-bin (2013.20130523.30626-1) unstable; urgency=low
 
   * update pmpost patch to fix png/svg output, thanks to Akira Kakuto
     (Closes: #709273)
   * disable ttf2pk and enable ttf2pk2, this allows us to get rid
     of unsupported libfreetype(1), thanks again to Ondřej Surý.
-  * fix svg size in mpost output (fix from Kitagawa Hironori)
   * new upstream: remove biber binaries (Closes: #709274)
 
- -- Norbert Preining <preining@debian.org>  Thu, 23 May 2013 00:34:35 +0900
+ -- Norbert Preining <preining@debian.org>  Thu, 23 May 2013 09:01:51 +0900
 
 texlive-bin (2013.20130522.30620-1) unstable; urgency=low
 
diff --git a/debian/patches/mpost-fix-svg-size b/debian/patches/mpost-fix-svg-size
deleted file mode 100644
index e3c8dce..0000000
--- a/debian/patches/mpost-fix-svg-size
+++ /dev/null
@@ -1,16 +0,0 @@
-Patch by Hironori Kitagawa to fix wrong sizes of mpost
----
- texk/web2c/mplibdir/svgout.w |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- texlive-bin.orig/texk/web2c/mplibdir/svgout.w
-+++ texlive-bin/texk/web2c/mplibdir/svgout.w
-@@ -986,7 +986,7 @@
-    }
-   }  else {
-     mp_svg_open_starttag(mp, "text");
--    ds=(mp->font_dsize[gr_font_n(p)]+8) / 16;
-+    ds=(mp->font_dsize[gr_font_n(p)]+8) / 16 / 65536.0;
-     mp_svg_store_double(mp,ds);
-     mp_svg_attribute(mp, "font-size", mp->svg->buf);
-     mp_svg_reset_buf(mp);
diff --git a/debian/patches/series b/debian/patches/series
index deacfdd..ccf2e0e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,4 +5,3 @@ debian-no-linked-scripts
 61_path_max.diff
 disable-t1lib-gd-dvipng-freetype
 pmpost-20130522
-mpost-fix-svg-size

-- 
Debian packaging of texlive-bin)


Reply to: