r66097 - in /trunk/libchart-perl/debian: changelog patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Dec 21 22:46:04 UTC 2010


Author: gregoa
Date: Tue Dec 21 22:45:58 2010
New Revision: 66097

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66097
Log:
Add a new patch to fix various spelling mistakes in the docs.

Added:
    trunk/libchart-perl/debian/patches/spelling.patch
Modified:
    trunk/libchart-perl/debian/changelog
    trunk/libchart-perl/debian/patches/series

Modified: trunk/libchart-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchart-perl/debian/changelog?rev=66097&op=diff
==============================================================================
--- trunk/libchart-perl/debian/changelog (original)
+++ trunk/libchart-perl/debian/changelog Tue Dec 21 22:45:58 2010
@@ -20,6 +20,7 @@
   * Refresh color.patch.
   * debian/copyright: refresh formatting, add new third party file.
   * Set Standards-Version to 3.9.1; remove version from perl build dependency..
+  * Add a new patch to fix various spelling mistakes in the docs.
 
  -- Jotam Jr. Trejo <jotamjr at debian.org.sv>  Tue, 07 Dec 2010 22:08:39 -0600
 

Modified: trunk/libchart-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchart-perl/debian/patches/series?rev=66097&op=diff
==============================================================================
--- trunk/libchart-perl/debian/patches/series (original)
+++ trunk/libchart-perl/debian/patches/series Tue Dec 21 22:45:58 2010
@@ -1,1 +1,2 @@
 color.patch
+spelling.patch

Added: trunk/libchart-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchart-perl/debian/patches/spelling.patch?rev=66097&op=file
==============================================================================
--- trunk/libchart-perl/debian/patches/spelling.patch (added)
+++ trunk/libchart-perl/debian/patches/spelling.patch Tue Dec 21 22:45:58 2010
@@ -1,0 +1,63 @@
+Description: spelling fixes
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-12-21
+
+--- a/Chart.pod
++++ b/Chart.pod
+@@ -31,7 +31,7 @@
+     $obj->png ( FILEHANDLE );
+     $obj->cgi_png ();
+ 
+-    The similiar functions are available for jpeg
++    The similar functions are available for jpeg
+ 
+     # Retrieve imagemap information
+     $obj->set ( 'imagemap' => 'true' );
+@@ -168,7 +168,7 @@
+ =item 'xy_plot'
+ 
+ Forces Chart to plot a x-y-graph, which means, that the x-axis is also
+-numeric if set to 'true'. Very usefull for mathematical graphs.
++numeric if set to 'true'. Very useful for mathematical graphs.
+ Works for Lines, Points, LinesPoints and ErrorBars. Split makes always a 
+ xy_plot. Defaults to 'false'.
+ 
+@@ -180,7 +180,7 @@
+ =item 'max_y_ticks'
+ 
+ Sets the maximum number of y_ticks to draw when generating a scale.
+-Default is 100. This limit is used to avoid ploting an unreasonably
++Default is 100. This limit is used to avoid plotting an unreasonably
+ large number of ticks if non-round values are used for the min_val
+ and max_val.
+ 
+@@ -229,8 +229,8 @@
+ every 1 unit.. If no 'min_val' & 'max_val', the system will autoscale the
+ range to 30-120 with 10 ticks every 10 units.
+ 
+-If the 'min_val' & 'max_val' are specifed to exesive precision, they may
+-be overiden by the system, ploting a maximum 'max_y_ticks' ticks.
++If the 'min_val' & 'max_val' are specified to exesive precision, they may
++be overiden by the system, plotting a maximum 'max_y_ticks' ticks.
+ 
+ =item 'include_zero'
+ 
+@@ -619,14 +619,14 @@
+ 'set' or 'pt is the type of the datafile. 
+ If the parameter is 'set' then each line in the data file
+ has to be a complete data set. The value of the set has to be 
+-seperated by whitespaces. For example the file looks like this:
++separated by whitespaces. For example the file looks like this:
+ 
+ 	'foo'  'bar'
+ 	30     16
+ 	25     32
+ 
+ If the parameter is 'pt', one line has to include all values
+-of one data point seperated by whitespaces. For example:
++of one data point separated by whitespaces. For example:
+ 
+ 	'foo'  30  25
+ 	'bar'  16  32




More information about the Pkg-perl-cvs-commits mailing list