r60236 - in /trunk/libmoosex-daemonize-perl/debian: changelog patches/ patches/fix-pod.patch patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jul 11 19:59:26 UTC 2010


Author: gregoa
Date: Sun Jul 11 19:59:19 2010
New Revision: 60236

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60236
Log:
Add 2 patches (spelling mistakes, POD mistakes).

Added:
    trunk/libmoosex-daemonize-perl/debian/patches/
    trunk/libmoosex-daemonize-perl/debian/patches/fix-pod.patch
    trunk/libmoosex-daemonize-perl/debian/patches/series
    trunk/libmoosex-daemonize-perl/debian/patches/spelling.patch
Modified:
    trunk/libmoosex-daemonize-perl/debian/changelog

Modified: trunk/libmoosex-daemonize-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-daemonize-perl/debian/changelog?rev=60236&op=diff
==============================================================================
--- trunk/libmoosex-daemonize-perl/debian/changelog (original)
+++ trunk/libmoosex-daemonize-perl/debian/changelog Sun Jul 11 19:59:19 2010
@@ -7,6 +7,7 @@
   * Add /me to Uploaders.
   * debian/control: remove build dependencies and versions from (build) deps
     that are not needed anymore.
+  * Add 2 patches (spelling mistakes, POD mistakes).
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 11 Jul 2010 21:43:09 +0200
 

Added: trunk/libmoosex-daemonize-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-daemonize-perl/debian/patches/fix-pod.patch?rev=60236&op=file
==============================================================================
--- trunk/libmoosex-daemonize-perl/debian/patches/fix-pod.patch (added)
+++ trunk/libmoosex-daemonize-perl/debian/patches/fix-pod.patch Sun Jul 11 19:59:19 2010
@@ -1,0 +1,17 @@
+Description: add missing 'back'
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-07-11
+
+--- a/lib/MooseX/Daemonize/Core.pm
++++ b/lib/MooseX/Daemonize/Core.pm
+@@ -282,6 +282,8 @@
+ 
+ =back
+ 
++=back
++
+ =head1 STUFF YOU SHOULD READ
+ 
+ =over 4

Added: trunk/libmoosex-daemonize-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-daemonize-perl/debian/patches/series?rev=60236&op=file
==============================================================================
--- trunk/libmoosex-daemonize-perl/debian/patches/series (added)
+++ trunk/libmoosex-daemonize-perl/debian/patches/series Sun Jul 11 19:59:19 2010
@@ -1,0 +1,2 @@
+spelling.patch
+fix-pod.patch

Added: trunk/libmoosex-daemonize-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-daemonize-perl/debian/patches/spelling.patch?rev=60236&op=file
==============================================================================
--- trunk/libmoosex-daemonize-perl/debian/patches/spelling.patch (added)
+++ trunk/libmoosex-daemonize-perl/debian/patches/spelling.patch Sun Jul 11 19:59:19 2010
@@ -1,0 +1,46 @@
+Description: spelling mistakes
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-07-11
+
+--- a/lib/MooseX/Daemonize.pm
++++ b/lib/MooseX/Daemonize.pm
+@@ -338,7 +338,7 @@
+ 
+ =head1 DESCRIPTION
+ 
+-Often you want to write a persistant daemon that has a pid file, and responds
++Often you want to write a persistent daemon that has a pid file, and responds
+ appropriately to Signals. This module provides a set of basic roles as an
+ infrastructure to do that.
+ 
+--- a/lib/MooseX/Daemonize/Core.pm
++++ b/lib/MooseX/Daemonize/Core.pm
+@@ -223,7 +223,7 @@
+ 0 to the child process. It will also set the is_daemon flag
+ appropriately.
+ 
+-The C<%options> argument remains for backwards compatability, but
++The C<%options> argument remains for backwards compatibility, but
+ it is suggested that you use the attributes listed above instead.
+ 
+ =item B<daemon_detach (?%options)>
+@@ -231,7 +231,7 @@
+ This detaches the new child process from the terminal by doing
+ the following things.
+ 
+-The C<%options> argument remains for backwards compatability, but
++The C<%options> argument remains for backwards compatibility, but
+ it is suggested that you use the attributes listed above instead.
+ 
+ =over 4
+@@ -273,7 +273,7 @@
+ 
+ This will simply call C<daemon_fork> followed by C<daemon_detach>.
+ 
+-The C<%options> argument remains for backwards compatability, but
++The C<%options> argument remains for backwards compatibility, but
+ it is suggested that you use the attributes listed above instead.
+ 
+ =item meta()




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