r53194 - in /trunk/librrdtool-oo-perl/debian: changelog patches/fix-spelling-error-in-manpage.patch patches/series

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Mon Feb 22 12:25:17 UTC 2010


Author: carnil-guest
Date: Mon Feb 22 12:25:02 2010
New Revision: 53194

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53194
Log:
* debian/patches:
  - Refresh pod-errors patch
  - Add fix-spelling-error-in-manpage.patch to fix some spelling errors
    reported by lintian.

Added:
    trunk/librrdtool-oo-perl/debian/patches/fix-spelling-error-in-manpage.patch
Modified:
    trunk/librrdtool-oo-perl/debian/changelog
    trunk/librrdtool-oo-perl/debian/patches/series

Modified: trunk/librrdtool-oo-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librrdtool-oo-perl/debian/changelog?rev=53194&op=diff
==============================================================================
--- trunk/librrdtool-oo-perl/debian/changelog (original)
+++ trunk/librrdtool-oo-perl/debian/changelog Mon Feb 22 12:25:02 2010
@@ -7,9 +7,12 @@
   * Refresh debian/copyright to revision 135 of machine-readable format
     specification in DEP5. Update Copyright for debian/* packaging. 
   * Bump Standards-Version to 3.8.4 (no changes). 
-  * Refresh pod-errors patch
+  * debian/patches:
+    - Refresh pod-errors patch
+    - Add fix-spelling-error-in-manpage.patch to fix some spelling errors
+      reported by lintian.
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Mon, 22 Feb 2010 12:28:44 +0100
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Mon, 22 Feb 2010 13:19:05 +0100
 
 librrdtool-oo-perl (0.28-1) unstable; urgency=low
 

Added: trunk/librrdtool-oo-perl/debian/patches/fix-spelling-error-in-manpage.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librrdtool-oo-perl/debian/patches/fix-spelling-error-in-manpage.patch?rev=53194&op=file
==============================================================================
--- trunk/librrdtool-oo-perl/debian/patches/fix-spelling-error-in-manpage.patch (added)
+++ trunk/librrdtool-oo-perl/debian/patches/fix-spelling-error-in-manpage.patch Mon Feb 22 12:25:02 2010
@@ -1,0 +1,43 @@
+Description: Fix spelling errors in manpage reported by lintian.
+Origin: vendor
+Bug: http://rt.cpan.org/Public/Bug/Display.html?id=54870
+Forwarded: yes
+Author: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+--- a/lib/RRDTool/OO.pm
++++ b/lib/RRDTool/OO.pm
+@@ -1287,7 +1287,7 @@
+ to combine several primary data points into one archive point, specify
+ values for 
+ C<cpoints> (the number of points to combine) and C<cfunc> 
+-(the consolidation function) explicitely:
++(the consolidation function) explicitly:
+ 
+     $rrd->create(
+          step        => 60,
+@@ -1444,7 +1444,7 @@
+     );
+ 
+ This will assume a start time of 24 hours before now and an
+-end time of now. Specify C<start> and C<end> explicitely to
++end time of now. Specify C<start> and C<end> explicitly to
+ be clear:
+ 
+     $rrd->graph(
+@@ -1462,7 +1462,7 @@
+ not specified. The values for data source and consolidation function
+ default to the first values it finds in the RRD.
+ If there are multiple datasources in the RRD or multiple archives
+-with different values for C<cfunc>, just specify explicitely which
++with different values for C<cfunc>, just specify explicitly which
+ one to draw:
+ 
+     $rrd->graph(
+@@ -2017,7 +2017,7 @@
+         level    => $DEBUG
+     }); 
+ 
+-If you're interested particularily in I<rrdtool> commands issued
++If you're interested particularly in I<rrdtool> commands issued
+ by C<RRDTool::OO> while you're operating it, just enable the
+ category C<"rrdtool">:
+ 

Modified: trunk/librrdtool-oo-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librrdtool-oo-perl/debian/patches/series?rev=53194&op=diff
==============================================================================
--- trunk/librrdtool-oo-perl/debian/patches/series (original)
+++ trunk/librrdtool-oo-perl/debian/patches/series Mon Feb 22 12:25:02 2010
@@ -1,2 +1,3 @@
 pod-errors
 wrong-shebang
+fix-spelling-error-in-manpage.patch




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