[Pkg-octave-commit] r2651 - octave/trunk/debian/patches

Rafael Laboissiere rafael at alioth.debian.org
Wed Feb 11 21:36:20 UTC 2009


Author: rafael
Date: 2009-02-11 21:36:20 +0000 (Wed, 11 Feb 2009)
New Revision: 2651

Modified:
   octave/trunk/debian/patches/dont_set_helvetica-3.1.dpatch
Log:
Add also a patch for removing the Helvetica setting in src/graphics.h.in


Modified: octave/trunk/debian/patches/dont_set_helvetica-3.1.dpatch
===================================================================
--- octave/trunk/debian/patches/dont_set_helvetica-3.1.dpatch	2009-02-11 14:43:43 UTC (rev 2650)
+++ octave/trunk/debian/patches/dont_set_helvetica-3.1.dpatch	2009-02-11 21:36:20 UTC (rev 2651)
@@ -39,3 +39,23 @@
        fontsize = 12;
        fontunits = "points";
        fontweight = "normal";
+--- octave3.1-3.1.52.orig/src/graphics.h.in
++++ octave3.1-3.1.52/src/graphics.h.in
+@@ -2686,7 +2686,7 @@
+       array_property currentpoint , Matrix (2, 3, 0.0)
+       radio_property drawmode , "{normal}|fast"
+       radio_property fontangle , "{normal}|italic|oblique"
+-      string_property fontname , "Helvetica"
++      string_property fontname , "*"
+       double_property fontsize , 12
+       radio_property fontunits , "{points}|normalized|inches|centimeters|pixels"
+       radio_property fontweight , "{normal}|light|demi|bold"
+@@ -2966,7 +2966,7 @@
+       double_property rotation , 0
+       radio_property horizontalalignment , "{left}|center|right"
+       color_property color , color_values (0, 0, 0)
+-      string_property fontname , "Helvetica"
++      string_property fontname , "*"
+       double_property fontsize , 10
+       radio_property fontangle , "{normal}|italic|oblique"
+       radio_property fontweight , "light|{normal}|demi|bold"




More information about the Pkg-octave-commit mailing list