[libclass-prototyped-perl] 05/09: Refresh patches (offset).

gregor herrmann gregoa at debian.org
Sat Sep 21 20:32:40 UTC 2013


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

gregoa pushed a commit to branch master
in repository libclass-prototyped-perl.

commit b87a0be9bc2c8ae3eba525c18cabc2c88c223b1e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 21 22:28:02 2013 +0200

    Refresh patches (offset).
---
 debian/patches/example-interpreter |    4 ++--
 debian/patches/pod-long-line       |    6 +++---
 debian/patches/pod-spelling        |    8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/patches/example-interpreter b/debian/patches/example-interpreter
index 3d434ac..c59e595 100644
--- a/debian/patches/example-interpreter
+++ b/debian/patches/example-interpreter
@@ -2,8 +2,8 @@ Author: Russ Allbery <rra at debian.org>
 Description: Add a #! line to the graphtest.pl example so that it's
  executable when installed.
 
---- libclass-prototyped-perl.orig/examples/graphtest.pl
-+++ libclass-prototyped-perl/examples/graphtest.pl
+--- a/examples/graphtest.pl
++++ b/examples/graphtest.pl
 @@ -1,3 +1,5 @@
 +#!/usr/bin/perl
 +
diff --git a/debian/patches/pod-long-line b/debian/patches/pod-long-line
index 4c6db24..62f5703 100644
--- a/debian/patches/pod-long-line
+++ b/debian/patches/pod-long-line
@@ -2,9 +2,9 @@ Author: Russ Allbery <rra at debian.org>
 Description: Avoid lines that are too long to be displayed by nroff by
  rephrasing the description of the profile() method.
 
---- libclass-prototyped-perl.orig/lib/Class/Prototyped.pm
-+++ libclass-prototyped-perl/lib/Class/Prototyped.pm
-@@ -2559,11 +2559,12 @@
+--- a/lib/Class/Prototyped.pm
++++ b/lib/Class/Prototyped.pm
+@@ -2565,11 +2565,12 @@
  
  =item C<profile> (C<filter>, rank 80)
  
diff --git a/debian/patches/pod-spelling b/debian/patches/pod-spelling
index 3abf195..9e924fd 100644
--- a/debian/patches/pod-spelling
+++ b/debian/patches/pod-spelling
@@ -1,14 +1,14 @@
 Author: Russ Allbery <rra at debian.org>
 Description: Fix spelling error in POD documentation
 
---- libclass-prototyped-perl.orig/lib/Class/Prototyped.pm
-+++ libclass-prototyped-perl/lib/Class/Prototyped.pm
-@@ -2315,7 +2315,7 @@
+--- a/lib/Class/Prototyped.pm
++++ b/lib/Class/Prototyped.pm
+@@ -2321,7 +2321,7 @@
        sub1 => sub { print "this is sub1 in p2" },
    );
  
 -It calls C<newCore> to create the new object*, so if you have overriden C<new>, 
-+It calls C<newCore> to create the new object*, so if you have overridden C<new>, 
++It calls C<newCore> to create the new object*, so if you have overridden C<new>,
  you should contemplate overriding C<clone> in order to ensure that behavioral 
  changes made to C<new> that would be applicable to C<clone> are implemented.  Or 
  simply override C<newCore>.

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



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