[libevent-perl] 07/08: Create patch fixing typos in manpage

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Jun 13 16:01:36 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libevent-perl.

commit 603a015e1957e308011705c91ed5328c46a6b7c8
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Jun 13 12:38:51 2016 -0300

    Create patch fixing typos in manpage
---
 debian/changelog                              |  1 +
 debian/patches/0001_fix-typo-in-manpage.patch | 24 ++++++++++++++++++++++++
 debian/patches/series                         |  1 +
 3 files changed, 26 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0491624..2bf4ad8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libevent-perl (1.25-1) UNRELEASED; urgency=medium
   * Update years of Debian packaging copyright
   * Declare compliance with Debian policy 3.9.8
   * debian/rules: DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+  * Create patch fixing typos in manpage
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 13 Jun 2016 12:02:50 -0300
 
diff --git a/debian/patches/0001_fix-typo-in-manpage.patch b/debian/patches/0001_fix-typo-in-manpage.patch
new file mode 100644
index 0000000..d76b7d0
--- /dev/null
+++ b/debian/patches/0001_fix-typo-in-manpage.patch
@@ -0,0 +1,24 @@
+Description: Fix typo in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2016-06-13
+
+--- a/lib/Event.pod
++++ b/lib/Event.pod
+@@ -239,7 +239,7 @@ already handling the signal, which it wo
+ another active watcher for the same signal.  If this situation might
+ occur, and it would be a problem for the new watcher to see older
+ events, call C<queue_pending()> immediately before starting the new
+-watcher in order to reify any outstanding events.  This explaination
++watcher in order to reify any outstanding events.  This explanation
+ may be more clear if read along with C<demo/queue_pending.t>.
+ 
+ =item $watcher->again
+@@ -327,7 +327,7 @@ often than C<min> seconds.
+ 
+ If neither C<min> nor C<max> is specified, the watcher defaults to
+ one-shot behaviour (C<repeat> false), otherwise it defaults to repeating.
+-In either case, the default can be overidden by specifying a C<repeat>
++In either case, the default can be overridden by specifying a C<repeat>
+ attribute.  C<min> defaults to 0.01, and C<max> defaults to infinity.
+ 
+ =item var
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f857c26
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_fix-typo-in-manpage.patch

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



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