[libpoe-perl] 02/04: add a patch ficing a spelling error in POD

Damyan Ivanov dmn at alioth.debian.org
Sat Oct 19 22:18:44 UTC 2013


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

dmn pushed a commit to branch master
in repository libpoe-perl.

commit 28727974a046aa02b291cc14dad49f7d0c50f361
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Oct 19 22:12:06 2013 +0000

    add a patch ficing a spelling error in POD
---
 debian/changelog                  |    1 +
 debian/patches/pod-spelling.patch |   16 ++++++++++++++++
 debian/patches/series             |    1 +
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8c89763..e2499a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libpoe-perl (2:1.3560-1) UNRELEASED; urgency=low
   * update years of upstream copyright
   * add libio-pipely-perl to build-dependencies
   * claim conformance with Policy 3.9.4
+  * add a patch ficing a spelling error in POD
 
  -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 06 Jan 2013 22:06:07 +0100
 
diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch
new file mode 100644
index 0000000..4cbf38d
--- /dev/null
+++ b/debian/patches/pod-spelling.patch
@@ -0,0 +1,16 @@
+Description: POD spelling mistake in POE::Resource::Clock
+ seperate -> separate
+Author: Damyan Ivanov <dmn at debian.org>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=89627
+
+--- a/lib/POE/Resource/Clock.pm
++++ b/lib/POE/Resource/Clock.pm
+@@ -321,7 +321,7 @@ clock is used to comunicate the time wit
+ 
+ There are 3 possible clock sources in order of preference:
+ L<POSIX::RT::Clock>, L<Time::HiRes> and L<perlfunc/time>.  Only
+-C<POSIX::RT::Clock> has a seperate monotonic and wall clock; the other two use the
++C<POSIX::RT::Clock> has a separate monotonic and wall clock; the other two use the
+ same source for both clocks.
+ 
+ Clock selection and behaviour is controled with the following:
diff --git a/debian/patches/series b/debian/patches/series
index caeb5ba..8120fef 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 makefile_dont_use_defaults.patch
 honour_no_network_option.patch
+pod-spelling.patch

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



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