[gl2ps] 01/01: 1000_gl2ps_tikz-fix-rotated-text.patch: Remove. Applied upstream in 1.3.9.

Anton Gladky gladk at moszumanska.debian.org
Wed Jun 22 17:13:21 UTC 2016


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

gladk pushed a commit to branch master
in repository gl2ps.

commit df690e2aaa6e70262bffc498b75d79e1d9d17ea6
Author: Agustin Martin Domingo <agmartin at debian.org>
Date:   Tue Jun 21 17:08:16 2016 +0200

    1000_gl2ps_tikz-fix-rotated-text.patch: Remove. Applied upstream in 1.3.9.
    
    This patch was taken from upstream 1.3.9 and incorporated to 1.3.8-1.3 NMU
    to fix #820930.
    
    While it originally fixed a missing brace, keeping it now results in an
    extra brace added in #820930 conditions, one by the fixed code in 1.3.9
    and another by the applied patch.
    
    Remove it.
---
 .../patches/1000_gl2ps_tikz-fix-rotated-text.patch | 33 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 34 deletions(-)

diff --git a/debian/patches/1000_gl2ps_tikz-fix-rotated-text.patch b/debian/patches/1000_gl2ps_tikz-fix-rotated-text.patch
deleted file mode 100644
index bb6ff0c..0000000
--- a/debian/patches/1000_gl2ps_tikz-fix-rotated-text.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: gl2psPrintPGFPrimitive misses closing braces for rotated text
- In function gl2psPrintPGFPrimitive, switch case GL2PS_TEXT opens a curly
- brace which is never closed again, if the text is rotated: I discovered
- the problem when trying to produce tikz output with octave, which produced
- broken output when inserting labels to the y -axis.
- Hopes this helps, with kind regards,
- Felix
-Author: Felix
-Bug: https://geuz.org/trac/gl2ps/ticket/11
-Upstream-Commit: https://geuz.org/trac/gl2ps/changeset/601
-Bug-Debian: https://bugs.debian.org/820930
-
-Index: gl2ps/gl2ps.c
-===================================================================
---- gl2ps.orig/gl2ps.c
-+++ gl2ps/gl2ps.c
-@@ -5483,11 +5483,16 @@ static void gl2psPrintPGFPrimitive(void
-             prim->verts[0].rgba[2], prim->data.text->str);
- 
-     fprintf(gl2ps->stream, "}{}{\\pgfusepath{discard}}}");
-+    if(prim->data.text->angle)
-+       fprintf(gl2ps->stream, "}");
-+
-+    fprintf(gl2ps->stream, "\n");
- 
-     if(prim->data.text->angle)
-        fprintf(gl2ps->stream, "}");
- 
-     fprintf(gl2ps->stream, "\n");
-+    
-     break;
-   case GL2PS_SPECIAL :
-     /* alignment contains the format for which the special output text
diff --git a/debian/patches/series b/debian/patches/series
index b320a7b..20745d0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-1000_gl2ps_tikz-fix-rotated-text.patch
 2000_FixTestLinkage.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gl2ps.git



More information about the debian-science-commits mailing list