[Pkg-octave-commit] [octave] 02/15: Remove old patches not applied on 3.6 series

Sébastien Villemot sebastien at moszumanska.debian.org
Wed Dec 11 13:32:52 UTC 2013


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

sebastien pushed a commit to branch master
in repository octave.

commit bf12ccab8c88a75ef4b5fe14a5b747f86419c24e
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Tue Dec 10 12:34:43 2013 +0100

    Remove old patches not applied on 3.6 series
    
    Git-Dch: Ignore
---
 debian/patches/dont_set_helvetica-3.1.diff | 25 -------------------------
 debian/patches/normal-markersize.diff      | 25 -------------------------
 2 files changed, 50 deletions(-)

diff --git a/debian/patches/dont_set_helvetica-3.1.diff b/debian/patches/dont_set_helvetica-3.1.diff
deleted file mode 100644
index 62297c9..0000000
--- a/debian/patches/dont_set_helvetica-3.1.diff
+++ /dev/null
@@ -1,25 +0,0 @@
-Don't set Helvetica as default font, it's not available as TrueType
-font. Fixes Bug#477688.
-
- -- Rafael Laboissiere <rafael at debian.org>  Sat, 19 Jul 2008 10:27:26 +0200
-
---- a/scripts/plot/__go_draw_axes__.m
-+++ b/scripts/plot/__go_draw_axes__.m
-@@ -1751,7 +1751,7 @@
- 
- function [f, s, fnt, it, bld] = get_fontname_and_size (t)
-   if (isempty (t.fontname))
--    fnt = "Helvetica";
-+    fnt = "*";
-   else
-     fnt = t.fontname;
-   endif
-@@ -1789,7 +1789,7 @@
-   if (strcmp (fld, "string"))
-     [f, s, fnt, it, bld] = get_fontname_and_size (obj);
-   else
--    f = "Helvetica";
-+    f = "*";
-     s = 10;
-     fnt = f;
-     it = false;
diff --git a/debian/patches/normal-markersize.diff b/debian/patches/normal-markersize.diff
deleted file mode 100644
index b263498..0000000
--- a/debian/patches/normal-markersize.diff
+++ /dev/null
@@ -1,25 +0,0 @@
-Revert the symbol markers in plots to their normal size.  Thanks to
-Francesco Potorti for the patch.
-
- -- Rafael Laboissiere <rafael at debian.org>  Tue, 24 Feb 2009 11:40:01 +0100
-
---- a/scripts/plot/__go_draw_axes__.m
-+++ b/scripts/plot/__go_draw_axes__.m
-@@ -689,7 +689,7 @@
- 	     usingclause{data_idx} = sprintf ("record=%d", numel (obj.xdata));
- 
- 	     if (isfield (obj, "markersize"))
--	       mdat = obj.markersize / 3;
-+	       mdat = obj.markersize / 6;
- 	     endif
- 
-              if (isfield (obj, "edgecolor"))
-@@ -1471,7 +1471,7 @@
-     endif
- 
-     if (isfield (obj, "markersize"))
--      fprintf (plot_stream, " pointsize %f", obj.markersize / 3);
-+      fprintf (plot_stream, " pointsize %f", obj.markersize / 6);
-       found_style = true;
-     endif
-   else

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list