r49919 - in /trunk/libsvn-hooks-perl/debian: changelog patches/series patches/spelling_errors.patch

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Sat Jan 2 14:46:52 UTC 2010


Author: angelabad-guest
Date: Sat Jan  2 14:46:47 2010
New Revision: 49919

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49919
Log:
Add patch to fix spelling errors in manpages

Added:
    trunk/libsvn-hooks-perl/debian/patches/spelling_errors.patch
Modified:
    trunk/libsvn-hooks-perl/debian/changelog
    trunk/libsvn-hooks-perl/debian/patches/series

Modified: trunk/libsvn-hooks-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/debian/changelog?rev=49919&op=diff
==============================================================================
--- trunk/libsvn-hooks-perl/debian/changelog (original)
+++ trunk/libsvn-hooks-perl/debian/changelog Sat Jan  2 14:46:47 2010
@@ -1,10 +1,14 @@
 libsvn-hooks-perl (0.23-2) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: replace (build) dependency on libemail-simple-
     creator-perl with "libemail-simple-perl (>= 2.100) | libemail-
     simple-creator-perl".
 
- -- gregor herrmann <gregoa at debian.org>  Fri, 04 Dec 2009 15:53:41 +0100
+  [ Angel Abad ]
+  * Add a patch to fix some spelling errors in manpages
+
+ -- Angel Abad <angelabad at gmail.com>  Sat, 02 Jan 2010 15:39:47 +0100
 
 libsvn-hooks-perl (0.23-1) unstable; urgency=low
 

Modified: trunk/libsvn-hooks-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/debian/patches/series?rev=49919&op=diff
==============================================================================
--- trunk/libsvn-hooks-perl/debian/patches/series (original)
+++ trunk/libsvn-hooks-perl/debian/patches/series Sat Jan  2 14:46:47 2010
@@ -1,1 +1,2 @@
 pod.patch
+spelling_errors.patch

Added: trunk/libsvn-hooks-perl/debian/patches/spelling_errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/debian/patches/spelling_errors.patch?rev=49919&op=file
==============================================================================
--- trunk/libsvn-hooks-perl/debian/patches/spelling_errors.patch (added)
+++ trunk/libsvn-hooks-perl/debian/patches/spelling_errors.patch Sat Jan  2 14:46:47 2010
@@ -1,0 +1,71 @@
+Author: Angel Abad <angelabad at gmail.com>
+Description: Fix spelling errors in manpages
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=53289 
+
+--- a/lib/SVN/Hooks.pm
++++ b/lib/SVN/Hooks.pm
+@@ -181,7 +181,7 @@
+ 
+ =item SVN::Hooks::Notify
+ 
+-Sends notification emails after succesful commits.
++Sends notification emails after successful commits.
+ 
+ =item SVN::Hooks::UpdateConfFile
+ 
+--- a/lib/SVN/Hooks/CheckStructure.pm
++++ b/lib/SVN/Hooks/CheckStructure.pm
+@@ -77,7 +77,7 @@
+ =item NUMBER
+ 
+ A positive number simply tells that whatever the current component is
+-is ok and finishes the check succesfully.
++is ok and finishes the check successfully.
+ 
+ A negative number tells that whatever the current component is is a
+ structure violation and aborts the commit.
+--- a/lib/SVN/Hooks/Mailer.pm
++++ b/lib/SVN/Hooks/Mailer.pm
+@@ -15,11 +15,11 @@
+ 
+ =head1 NAME
+ 
+-SVN::Hooks::Mailer - Send emails after succesful commits.
++SVN::Hooks::Mailer - Send emails after successful commits.
+ 
+ =head1 SYNOPSIS
+ 
+-This SVN::Hooks plugin sends notification emails after succesful
++This SVN::Hooks plugin sends notification emails after successful
+ commits. It's deprecated. You should use SVN::Hooks::Notify instead.
+ 
+ The emails contain information about the commit like this:
+--- a/lib/SVN/Hooks/UpdateConfFile.pm
++++ b/lib/SVN/Hooks/UpdateConfFile.pm
+@@ -37,7 +37,7 @@
+ 
+ =head2 UPDATE_CONF_FILE(FROM, TO, @ARGS)
+ 
+-This directive tells that after a succesful commit the file FROM, kept
++This directive tells that after a successful commit the file FROM, kept
+ under version control, must be copied to TO.
+ 
+ FROM can be a string or a qr/Regexp/ specifying the file path relative
+@@ -86,7 +86,7 @@
+ 
+ An actuator is a function or a command (specified by an array of
+ strings that will be passed to the shell) that will be invoked after a
+-succesful commit of FROM in the post-commit hook.
++successful commit of FROM in the post-commit hook.
+ 
+ The function receives two string arguments: the contents of FROM and
+ the relative path to FROM.
+@@ -96,7 +96,7 @@
+ 
+ =item rotate => NUMBER
+ 
+-By default, after each succesful commit the TO file is overwriten by
++By default, after each successful commit the TO file is overwriten by
+ the new contents of FROM. With this option, the last NUMBER versions
+ of TO are kept on disk with numeric suffixes ranging from C<.0> to
+ C<.NUMBER-1>. This can be useful, for instance, in case you manage to




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