r37907 - in /trunk/libpod-abstract-perl/debian: changelog patches/fix-whatis.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Jun 9 15:54:32 UTC 2009


Author: gregoa
Date: Tue Jun  9 15:54:27 2009
New Revision: 37907

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37907
Log:
Refresh patch.

Modified:
    trunk/libpod-abstract-perl/debian/changelog
    trunk/libpod-abstract-perl/debian/patches/fix-whatis.patch

Modified: trunk/libpod-abstract-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/debian/changelog?rev=37907&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/debian/changelog (original)
+++ trunk/libpod-abstract-perl/debian/changelog Tue Jun  9 15:54:27 2009
@@ -1,5 +1,6 @@
 libpod-abstract-perl (0.18-1) unstable; urgency=low
 
+  [ Nathan Handler ]
   * New upstream release
   * debian/watch:
     - Update to ignore development releases.
@@ -10,6 +11,9 @@
     - Add year for upstream copyright
     - Remove unneeded explanation about upstream licensing
 
+  [ gregor herrmann ]
+  * Refresh patch.
+
  -- Nathan Handler <nhandler at ubuntu.com>  Mon, 08 Jun 2009 22:39:29 +0000
 
 libpod-abstract-perl (0.17-1) unstable; urgency=low

Modified: trunk/libpod-abstract-perl/debian/patches/fix-whatis.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/debian/patches/fix-whatis.patch?rev=37907&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/debian/patches/fix-whatis.patch (original)
+++ trunk/libpod-abstract-perl/debian/patches/fix-whatis.patch Tue Jun  9 15:54:27 2009
@@ -3,9 +3,9 @@
 # Upstream-Bug: https://rt.cpan.org/Ticket/Display.html?id=46557
 --- a/lib/Pod/Abstract/Filter/add_podcmds.pm
 +++ b/lib/Pod/Abstract/Filter/add_podcmds.pm
-@@ -6,6 +6,10 @@ use Pod::Abstract::BuildNode qw(node);
+@@ -6,6 +6,10 @@
  
- our $VERSION = '0.17';
+ our $VERSION = '0.18';
  
 +=head1 NAME
 +
@@ -16,9 +16,9 @@
  =head2 filter
 --- a/lib/Pod/Abstract/Filter/clear_podcmds.pm
 +++ b/lib/Pod/Abstract/Filter/clear_podcmds.pm
-@@ -5,6 +5,12 @@ use base qw(Pod::Abstract::Filter);
+@@ -5,6 +5,12 @@
  
- our $VERSION = '0.17';
+ our $VERSION = '0.18';
  
 +=head1 NAME
 +
@@ -31,9 +31,9 @@
      my $pa = shift;
 --- a/lib/Pod/Abstract/Filter/cut.pm
 +++ b/lib/Pod/Abstract/Filter/cut.pm
-@@ -6,6 +6,12 @@ use base qw(Pod::Abstract::Filter);
+@@ -6,6 +6,12 @@
  
- our $VERSION = '0.17';
+ our $VERSION = '0.18';
  
 +=head1 NAME
 +
@@ -46,9 +46,9 @@
      my $pa = shift;
 --- a/lib/Pod/Abstract/Filter/overlay.pm
 +++ b/lib/Pod/Abstract/Filter/overlay.pm
-@@ -8,6 +8,10 @@ use Pod::Abstract::BuildNode qw(node);
+@@ -8,6 +8,10 @@
  
- our $VERSION = '0.17';
+ our $VERSION = '0.18';
  
 +=head1 NAME
 +
@@ -59,9 +59,9 @@
  =overlay METHODS Pod::Abstract::Filter
 --- a/lib/Pod/Abstract/Filter/sort.pm
 +++ b/lib/Pod/Abstract/Filter/sort.pm
-@@ -8,6 +8,12 @@ use base qw(Pod::Abstract::Filter);
+@@ -8,6 +8,12 @@
  
- our $VERSION = '0.17';
+ our $VERSION = '0.18';
  
 +=head1 NAME
 +
@@ -74,9 +74,9 @@
      my $pa = shift;
 --- a/lib/Pod/Abstract/Filter/unoverlay.pm
 +++ b/lib/Pod/Abstract/Filter/unoverlay.pm
-@@ -6,6 +6,10 @@ use base qw(Pod::Abstract::Filter);
+@@ -6,6 +6,10 @@
  
- our $VERSION = '0.17';
+ our $VERSION = '0.18';
  
 +=head1 NAME
 +
@@ -87,9 +87,9 @@
  =overlay METHODS Pod::Abstract::Filter
 --- a/lib/Pod/Abstract/Parser.pm
 +++ b/lib/Pod/Abstract/Parser.pm
-@@ -8,6 +8,10 @@ use base qw(Pod::Parser);
+@@ -8,6 +8,10 @@
  
- our $VERSION = '0.17';
+ our $VERSION = '0.18';
  
 +=head1 NAME
 +




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