[libnetpacket-perl] 07/10: Refresh and forward spelling.patch

Florian Schlichting fsfs at moszumanska.debian.org
Fri Nov 29 20:34:21 UTC 2013


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

fsfs pushed a commit to branch master
in repository libnetpacket-perl.

commit faaf06c8451275f355cc72488a25556dfafeb88c
Author: Florian Schlichting <fsfs at debian.org>
Date:   Fri Nov 29 21:12:37 2013 +0100

    Refresh and forward spelling.patch
---
 debian/patches/spelling.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index d41a793..5f286c6 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -1,17 +1,17 @@
 Author: gregor herrmann <gregoa at debian.org>
 Description: spelling fix
-Forwarded: no
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=91063
 Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
 Last-Update: 2011-03-18
 
 --- a/lib/NetPacket/UDP.pm
 +++ b/lib/NetPacket/UDP.pm
-@@ -309,7 +309,7 @@
+@@ -321,7 +321,7 @@
              # replace foo in the payload with bar
              $udp_obj->{data} =~ s/foo/bar/g;
  
 -            # reencode the packet
 +            # re-encode the packet
-             $ip_obj->{data} = $udp_obj->encode($ip_obj);
+             $ip_obj->{data} = $udp_obj->encode($udp_obj, $ip_obj);
              $data = $ip_obj->encode;
  

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



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