r71397 - in /trunk/libproc-daemon-perl/debian: changelog patches/pod.patch

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Mon Mar 14 08:19:15 UTC 2011


Author: carnil
Date: Mon Mar 14 08:19:08 2011
New Revision: 71397

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71397
Log:
releasing version 0.08-1

Modified:
    trunk/libproc-daemon-perl/debian/changelog
    trunk/libproc-daemon-perl/debian/patches/pod.patch

Modified: trunk/libproc-daemon-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-daemon-perl/debian/changelog?rev=71397&op=diff
==============================================================================
--- trunk/libproc-daemon-perl/debian/changelog (original)
+++ trunk/libproc-daemon-perl/debian/changelog Mon Mar 14 08:19:08 2011
@@ -1,11 +1,11 @@
-libproc-daemon-perl (0.08-1) UNRELEASED; urgency=low
+libproc-daemon-perl (0.08-1) unstable; urgency=low
 
   * New upstream release
   * Bump Debhelper compat level to 8.
   * debian/control: Bump versioned Build-Depends on debhelper to (>= 8).
   * Refresh debian/patches/pod.patch.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Mon, 14 Mar 2011 08:54:51 +0100
+ -- Salvatore Bonaccorso <carnil at debian.org>  Mon, 14 Mar 2011 09:18:57 +0100
 
 libproc-daemon-perl (0.07-1) unstable; urgency=low
 

Modified: trunk/libproc-daemon-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-daemon-perl/debian/patches/pod.patch?rev=71397&op=diff
==============================================================================
--- trunk/libproc-daemon-perl/debian/patches/pod.patch (original)
+++ trunk/libproc-daemon-perl/debian/patches/pod.patch Mon Mar 14 08:19:08 2011
@@ -1,11 +1,37 @@
 Subject: pod errors
-Forwarded: no
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=66595
+Forwarded: yes
 Author: Nicholas Bamber <nicholas at periapt.co.uk>
 Reviewed-by: Salvatore Bonaccorso <carnil at debian.org>
 Last-Update: 2011-03-14
 
 --- a/lib/Proc/Daemon.pod
 +++ b/lib/Proc/Daemon.pod
+@@ -132,21 +132,21 @@
+ =item child_STDIN
+ 
+ Defines the path to STDIN of your daemon. Defaults to C</dev/null>. Default
+-Mode is '<' (read). You can set your prefered Mode as if you use Perls C<open>
++Mode is '<' (read). You can set your preferred Mode as if you use Perls C<open>
+ with a two-argument form.
+ 
+ 
+ =item child_STDOUT
+ 
+ Defines the path where the output of your daemon will go. Defaults to
+-C</dev/null>. Default Mode is '+>' (write/read). You can set your prefered Mode
++C</dev/null>. Default Mode is '+>' (write/read). You can set your preferred Mode
+ as if you use Perls C<open> with a two-argument form.
+ 
+ 
+ =item child_STDERR
+ 
+ Defines the path where the error output of your daemon will go. Defaults to
+-C</dev/null>. Default Mode is '+>' (write/read). You can set your prefered Mode
++C</dev/null>. Default Mode is '+>' (write/read). You can set your preferred Mode
+ as if you use Perls C<open> with a two-argument form.
+ 
+ 
 @@ -397,7 +397,7 @@
  This module requires the C<POSIX> module to be installed.
  




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