[libdaemon-control-perl] 04/05: Add deleting-unknown-formatting.patch patch

Salvatore Bonaccorso carnil at debian.org
Sun Feb 23 12:36:16 UTC 2014


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 35a683b388019037138e070a00dbfdc73f055ba6
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Feb 23 13:32:26 2014 +0100

    Add deleting-unknown-formatting.patch patch
    
    Delete unknown formatting M<> in POD of Daemon::Control
---
 debian/patches/deleting-unknown-formatting.patch | 27 ++++++++++++++++++++++++
 debian/patches/series                            |  1 +
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/deleting-unknown-formatting.patch b/debian/patches/deleting-unknown-formatting.patch
new file mode 100644
index 0000000..d8d8da7
--- /dev/null
+++ b/debian/patches/deleting-unknown-formatting.patch
@@ -0,0 +1,27 @@
+Description: Deleting unknown formatting M<> in POD
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=93280
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=93280
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2014-02-23
+
+--- a/lib/Daemon/Control.pm
++++ b/lib/Daemon/Control.pm
+@@ -713,7 +713,7 @@
+ 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
+-control, as well as running multiple instances of M<Daemon::Control> from one script.
++control, as well as running multiple instances of Daemon::Control from one script.
+ 
+     my $daemon = Daemon::Control->new(
+         ...
+@@ -1013,7 +1013,7 @@
+ Is called when B<foreground> is given as an argument.  Starts the 
+ program or code reference and stays in the foreground -- no forking
+ is done, regardless of the compile-time arguments.  Additionally,
+-turns C<quiet> on to avoid showing M<Daemon::Control> output.
++turns C<quiet> on to avoid showing Daemon::Control output.
+ 
+     /usr/bin/my_program_launcher.pl foreground
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..945c1aa
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+deleting-unknown-formatting.patch

-- 
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