r54810 - in /trunk/libipc-run-perl/debian: changelog patches/fix-pod.patch patches/hashbang.patch

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Fri Mar 26 15:32:49 UTC 2010


Author: carnil-guest
Date: Fri Mar 26 15:32:40 2010
New Revision: 54810

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54810
Log:
Refresh debian/patches and update headers to DEP3 patch guidelines. 

Modified:
    trunk/libipc-run-perl/debian/changelog
    trunk/libipc-run-perl/debian/patches/fix-pod.patch
    trunk/libipc-run-perl/debian/patches/hashbang.patch

Modified: trunk/libipc-run-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run-perl/debian/changelog?rev=54810&op=diff
==============================================================================
--- trunk/libipc-run-perl/debian/changelog (original)
+++ trunk/libipc-run-perl/debian/changelog Fri Mar 26 15:32:40 2010
@@ -15,8 +15,9 @@
   * Minimize debian/rules file and use override targets. Bump required version
     on debhelper to (>= 7.0.50). 
   * Make Build-Depends-Indep on libio-pty-perl now unversioned. 
+  * Refresh debian/patches and update headers to DEP3 patch guidelines. 
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Fri, 26 Mar 2010 16:20:28 +0100
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Fri, 26 Mar 2010 16:31:57 +0100
 
 libipc-run-perl (0.84-1) unstable; urgency=low
 

Modified: trunk/libipc-run-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run-perl/debian/patches/fix-pod.patch?rev=54810&op=diff
==============================================================================
--- trunk/libipc-run-perl/debian/patches/fix-pod.patch (original)
+++ trunk/libipc-run-perl/debian/patches/fix-pod.patch Fri Mar 26 15:32:40 2010
@@ -1,14 +1,9 @@
+Description: Fix some errors in POD
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/477399
 Author: gregor herrmann <gregoa at debian.org>
-Description: another error in the POD
-Bug: #477399
-
-Author: gregor herrmann <gregoa at debian.org>
-Description: and some more POD errors
-
-Index: libipc-run-perl/lib/IPC/Run.pm
-===================================================================
---- libipc-run-perl.orig/lib/IPC/Run.pm	2009-07-19 03:24:36.000000000 +0200
-+++ libipc-run-perl/lib/IPC/Run.pm	2009-07-19 03:26:18.000000000 +0200
+--- a/lib/IPC/Run.pm
++++ b/lib/IPC/Run.pm
 @@ -112,7 +112,7 @@
  
  =head1 DESCRIPTION
@@ -27,7 +22,7 @@
  =cut
  
  use strict;
-@@ -3605,6 +3607,8 @@
+@@ -3609,6 +3611,8 @@
  
  =back
  
@@ -36,11 +31,9 @@
  =head1 FILTERS
  
  These filters are used to modify input our output between a child
-Index: libipc-run-perl/lib/IPC/Run/IO.pm
-===================================================================
---- libipc-run-perl.orig/lib/IPC/Run/IO.pm	2009-07-19 03:24:36.000000000 +0200
-+++ libipc-run-perl/lib/IPC/Run/IO.pm	2009-07-19 03:24:38.000000000 +0200
-@@ -224,6 +224,8 @@
+--- a/lib/IPC/Run/IO.pm
++++ b/lib/IPC/Run/IO.pm
+@@ -223,6 +223,8 @@
  
  =over
  
@@ -49,10 +42,8 @@
  =item filename
  
  Gets/sets the filename.  Returns the value after the name change, if
-Index: libipc-run-perl/lib/IPC/Run/Timer.pm
-===================================================================
---- libipc-run-perl.orig/lib/IPC/Run/Timer.pm	2009-07-19 03:24:36.000000000 +0200
-+++ libipc-run-perl/lib/IPC/Run/Timer.pm	2009-07-19 03:25:44.000000000 +0200
+--- a/lib/IPC/Run/Timer.pm
++++ b/lib/IPC/Run/Timer.pm
 @@ -658,6 +658,8 @@
  Note:  Setting the state to 'undef' to expire a timer will not throw an
  exception.

Modified: trunk/libipc-run-perl/debian/patches/hashbang.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run-perl/debian/patches/hashbang.patch?rev=54810&op=diff
==============================================================================
--- trunk/libipc-run-perl/debian/patches/hashbang.patch (original)
+++ trunk/libipc-run-perl/debian/patches/hashbang.patch Fri Mar 26 15:32:40 2010
@@ -1,5 +1,7 @@
-add hashbang to example script
-
+Description: Fix hashbang to example script
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/543673
+Author: Gregor Herrmann <gregoa at debian.org>
 --- a/eg/synopsis_scripting
 +++ b/eg/synopsis_scripting
 @@ -1,3 +1,4 @@




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