[SCM] Debian packaging of libchart-perl branch, master, updated. a1063ffdc6b3b8e5427e4d9871fb8e2d92232d81

gregor herrmann gregoa at debian.org
Mon Jan 2 14:50:37 UTC 2012


The following commit has been merged in the master branch:
commit 0a394e09d17a2cd05feffedba3815efe188422b9
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jan 2 15:08:43 2012 +0100

    Remove spelling patch, refresh color.patch, add grammar.patch.

diff --git a/debian/patches/color.patch b/debian/patches/color.patch
index dac23fb..bed6cc5 100644
--- a/debian/patches/color.patch
+++ b/debian/patches/color.patch
@@ -8,7 +8,7 @@ Last-Update: 2010-12-21
 
 --- a/Chart/Base.pm
 +++ b/Chart/Base.pm
-@@ -1020,7 +1020,64 @@
+@@ -1042,7 +1042,64 @@
                qw (red green blue purple peach orange mauve olive pink light_purple light_blue plum yellow turquoise light_green brown
                HotPink PaleGreen1 DarkBlue BlueViolet orange2 chocolate1 LightGreen pink light_purple light_blue plum yellow turquoise light_green brown
                pink PaleGreen2 MediumPurple PeachPuff1 orange3 chocolate2 olive pink light_purple light_blue plum yellow turquoise light_green brown
@@ -74,7 +74,7 @@ Last-Update: 2010-12-21
          ),
  
      };
-@@ -1243,6 +1300,372 @@
+@@ -1268,6 +1325,372 @@
      'SlateBlue'    => [ 106, 90,  205 ],
      'BlueViolet'   => [ 138, 43,  226 ],
      'RoyalBlue'    => [ 65,  105, 225 ],
diff --git a/debian/patches/grammar.patch b/debian/patches/grammar.patch
new file mode 100644
index 0000000..edf2b02
--- /dev/null
+++ b/debian/patches/grammar.patch
@@ -0,0 +1,18 @@
+Description: fix a grammar mistake
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=73672
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=73672
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-01-02
+
+--- a/Chart.pod
++++ b/Chart.pod
+@@ -473,7 +473,7 @@
+ =item 'scale'
+ 
+ Every y-value of a split chart will be multiplied with that value, but
+-the scale won't change. Which means that split allows to overdraw certain 
++the scale won't change. Which means that split allows one to overdraw certain
+ rows! Only useful if you want to give prominence to the maximal amplitudes
+ of the data. Defaults to 1. 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 7e13d3b..61aec9e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
 color.patch
-spelling.patch
+grammar.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index c4a4b5b..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-Description: spelling fixes
-Origin: vendor
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=69689
-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

-- 
Debian packaging of libchart-perl



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