[libsvn-notify-mirror-perl] 06/07: Add two small patches (spelling and POD syntax).

gregor herrmann gregoa at debian.org
Thu Jun 4 12:48:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsvn-notify-mirror-perl.

commit 7040219d8266f46ce6d37571bd02073138a1c4a2
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jun 4 14:45:42 2015 +0200

    Add two small patches (spelling and POD syntax).
---
 debian/patches/pod-whitespace.patch | 29 +++++++++++++++++++++++++++++
 debian/patches/series               |  2 ++
 debian/patches/spelling.patch       | 18 ++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/debian/patches/pod-whitespace.patch b/debian/patches/pod-whitespace.patch
new file mode 100644
index 0000000..f8bba31
--- /dev/null
+++ b/debian/patches/pod-whitespace.patch
@@ -0,0 +1,29 @@
+Description: fix POD ERRORs "L<> starts or ends with whitespace"
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-06-04
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104960
+Bug: https://rt.cpan.org/Ticket/Display.html?id=104960
+
+--- a/lib/SVN/Notify/Mirror/Rsync.pm
++++ b/lib/SVN/Notify/Mirror/Rsync.pm
+@@ -154,7 +154,7 @@
+ 
+ =head1 Local Mirror
+ 
+-Please see L< SVN::Notify::Mirror > for details.
++Please see L<SVN::Notify::Mirror> for details.
+ 
+ =head2 Remote Mirror
+ 
+--- a/lib/SVN/Notify/Mirror/SSH.pm
++++ b/lib/SVN/Notify/Mirror/SSH.pm
+@@ -138,7 +138,7 @@
+ 
+ =head1 Local Mirror
+ 
+-Please see L< SVN::Notify::Mirror > for details.
++Please see L<SVN::Notify::Mirror> for details.
+ 
+ =head2 Remote Mirror
+ 
diff --git a/debian/patches/series b/debian/patches/series
index c9352c4..df24b58 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,3 @@
 pod.patch
+spelling.patch
+pod-whitespace.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..e76ce0b
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-06-04
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104959
+Bug: https://rt.cpan.org/Ticket/Display.html?id=104959
+
+--- a/lib/SVN/Notify/Mirror/SSH.pm
++++ b/lib/SVN/Notify/Mirror/SSH.pm
+@@ -256,7 +256,7 @@
+ 
+ =item 6. Confirm configuration
+ 
+-As the repository user, confirm that you can sucessfully connect to
++As the repository user, confirm that you can successfully connect to
+ the remote account, e.g.:
+ 
+   # su - local_user

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsvn-notify-mirror-perl.git



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