r49451 - in /trunk/libdevel-nytprof-perl/debian/patches: fix-pod-spelling.patch series
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Mon Dec 28 04:52:17 UTC 2009
Author: jawnsy-guest
Date: Mon Dec 28 04:52:07 2009
New Revision: 49451
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49451
Log:
fix typos using a patch :/
Added:
trunk/libdevel-nytprof-perl/debian/patches/fix-pod-spelling.patch
Modified:
trunk/libdevel-nytprof-perl/debian/patches/series
Added: trunk/libdevel-nytprof-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/patches/fix-pod-spelling.patch?rev=49451&op=file
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libdevel-nytprof-perl/debian/patches/fix-pod-spelling.patch Mon Dec 28 04:52:07 2009
@@ -1,0 +1,38 @@
+Description: fix some typos
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: yes
+Bug-CPAN: http://rt.cpan.org/Ticket/Display.html?id=53146
+--- a/lib/Devel/NYTProf.pm
++++ b/lib/Devel/NYTProf.pm
+@@ -476,7 +476,7 @@
+ exit 1;
+
+ You can also specify which signals to catch in this way by listing them,
+-seperated by commas, as the value of the option (case is not significant):
++separated by commas, as the value of the option (case is not significant):
+
+ sigexit=int,hup
+
+--- a/lib/Devel/NYTProf/PgPLPerl.pm
++++ b/lib/Devel/NYTProf/PgPLPerl.pm
+@@ -68,7 +68,7 @@
+ =head2 Explicit call to finish_profile needed
+
+ Postgres <= 8.4 doesn't execute END blocks when it shuts down, so NYTProf
+-doesn't get a chance to terminate the profile cleanly. To get a useable profile
++doesn't get a chance to terminate the profile cleanly. To get a usable profile
+ you need to explicitly call finish_profile() in your plperl code.
+
+ I've submitted a bug report asking for END blocks to be run at shutdown:
+--- a/lib/Devel/NYTProf/Reader.pm
++++ b/lib/Devel/NYTProf/Reader.pm
+@@ -629,7 +629,7 @@
+
+ Basic Parameters:
+
+- Paramter Description
++ Parameter Description
+ ------------ --------------
+ suffix The file suffix for the output file
+ header Text printed at the start of the output file
Modified: trunk/libdevel-nytprof-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/patches/series?rev=49451&op=diff
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/patches/series (original)
+++ trunk/libdevel-nytprof-perl/debian/patches/series Mon Dec 28 04:52:07 2009
@@ -1,3 +1,4 @@
+fix-pod-spelling.patch
manpage-section.patch
usr-share.patch
bin-docs.patch
More information about the Pkg-perl-cvs-commits
mailing list