[libdaemon-control-perl] 02/03: Add spelling-error-in-manpage.patch patch

Salvatore Bonaccorso carnil at debian.org
Fri Aug 4 07:07:57 UTC 2017


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

carnil pushed a commit to branch master
in repository libdaemon-control-perl.

commit 123d1afc7ef2fc9ca38a272f81fd721b24bb72ce
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Aug 4 09:06:51 2017 +0200

    Add spelling-error-in-manpage.patch patch
---
 debian/patches/series                          |  1 +
 debian/patches/spelling-error-in-manpage.patch | 27 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f7c4b35
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-error-in-manpage.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
new file mode 100644
index 0000000..2d7e44b
--- /dev/null
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -0,0 +1,27 @@
+Description: Fix spelling errors in manpage
+Origin: vendor
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2017-08-04
+Forwarded: https://github.com/symkat/Daemon-Control/issues/93
+Bug: https://github.com/symkat/Daemon-Control/issues/93
+
+--- a/lib/Daemon/Control.pm
++++ b/lib/Daemon/Control.pm
+@@ -783,7 +783,7 @@ Write a program that describes the daemo
+ 
+ By default C<run> will use @ARGV for the action, and exit with an LSB compatible
+ exit code.  For finer control, you can use C<run_command>, which will return
+-the exit code, and accepts the action as an argument.  This enables more programatic
++the exit code, and accepts the action as an argument.  This enables more programmatic
+ control, as well as running multiple instances of L<Daemon::Control> from one script.
+ 
+     my $daemon = Daemon::Control->new(
+@@ -1104,7 +1104,7 @@ Daemon::Control.
+ You can replace Daemon::Control methods by writing your own and using
+ Role::Tiny within your class to allow it to be composed into Daemon::Control.
+ 
+-The default Daemon::Control ships with no dependancies and supports Perl
++The default Daemon::Control ships with no dependencies and supports Perl
+ 5.8.1+, to use the plugin system your module MUST declare dependency on
+ L<Role::Tiny> and if you wish to use the C<around>, C<before> and C<after>
+ your module MUST declare dependance on L<Class::Method::Modifiers> in your

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



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