r64682 - in /trunk/libproc-simple-perl/debian: changelog patches/fix-spelling-error-in-manpage.patch patches/series

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Sun Nov 7 13:49:08 UTC 2010


Author: carnil
Date: Sun Nov  7 13:48:48 2010
New Revision: 64682

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64682
Log:
Add fix-spelling-error-in-manpage.patch to fix typos in manpage of
Proc::Simple.

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

Modified: trunk/libproc-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-simple-perl/debian/changelog?rev=64682&op=diff
==============================================================================
--- trunk/libproc-simple-perl/debian/changelog (original)
+++ trunk/libproc-simple-perl/debian/changelog Sun Nov  7 13:48:48 2010
@@ -11,8 +11,10 @@
     - Refer to GPL-1 license text in `/usr/share/common-licenses'.
     - Refer to Debian systems instead of Debian GNU/Linux systems.
   * Bump Standards-Version to 3.9.1.
+  * Add fix-spelling-error-in-manpage.patch to fix typos in manpage of
+    Proc::Simple.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 07 Nov 2010 14:36:01 +0100
+ -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 07 Nov 2010 14:48:20 +0100
 
 libproc-simple-perl (1.26-2) unstable; urgency=low
 

Added: trunk/libproc-simple-perl/debian/patches/fix-spelling-error-in-manpage.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-simple-perl/debian/patches/fix-spelling-error-in-manpage.patch?rev=64682&op=file
==============================================================================
--- trunk/libproc-simple-perl/debian/patches/fix-spelling-error-in-manpage.patch (added)
+++ trunk/libproc-simple-perl/debian/patches/fix-spelling-error-in-manpage.patch Sun Nov  7 13:48:48 2010
@@ -1,0 +1,28 @@
+Description: Fix spelling errors in manpage of Proc::Simple.
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=62802
+Forwarded: yes
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Reviewed-by: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2010-11-07
+
+--- a/Simple.pm
++++ b/Simple.pm
+@@ -79,7 +79,7 @@
+ The I<start> Method returns immediately after starting the
+ specified process in background, i.e. there's no blocking.
+ It returns I<1> if the process has been launched
+-sucessfully and I<0> if not.
++successfully and I<0> if not.
+ 
+ The I<poll> method checks if the process is still running
+ 
+@@ -231,7 +231,7 @@
+ The I<start> Method returns immediately after starting the
+ specified process in background, i.e. non-blocking mode.
+ It returns I<1> if the process has been launched
+-sucessfully and I<0> if not.
++successfully and I<0> if not.
+ 
+ =cut
+ 

Modified: trunk/libproc-simple-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-simple-perl/debian/patches/series?rev=64682&op=diff
==============================================================================
--- trunk/libproc-simple-perl/debian/patches/series (original)
+++ trunk/libproc-simple-perl/debian/patches/series Sun Nov  7 13:48:48 2010
@@ -1,1 +1,2 @@
 fix-pod
+fix-spelling-error-in-manpage.patch




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