r71586 - in /trunk/libnetpacket-perl/debian: changelog patches/spelling.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Mar 18 01:17:42 UTC 2011


Author: periapt-guest
Date: Fri Mar 18 01:17:09 2011
New Revision: 71586

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71586
Log:
* Refreshed spelling patch
* Shortened short description

Modified:
    trunk/libnetpacket-perl/debian/changelog
    trunk/libnetpacket-perl/debian/patches/spelling.patch

Modified: trunk/libnetpacket-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/debian/changelog?rev=71586&op=diff
==============================================================================
--- trunk/libnetpacket-perl/debian/changelog (original)
+++ trunk/libnetpacket-perl/debian/changelog Fri Mar 18 01:17:09 2011
@@ -8,6 +8,8 @@
     - Removed NetPacket::ICMPv6, NetPacket::IPv6 and NetPacket::PFLog
   * Updated copyright
   * Removed README as it duplicates the man page
+  * Refreshed spelling patch
+  * Shortened short description
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 17 Mar 2011 19:59:52 +0000
 

Modified: trunk/libnetpacket-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/debian/patches/spelling.patch?rev=71586&op=diff
==============================================================================
--- trunk/libnetpacket-perl/debian/patches/spelling.patch (original)
+++ trunk/libnetpacket-perl/debian/patches/spelling.patch Fri Mar 18 01:17:09 2011
@@ -2,16 +2,16 @@
 Description: spelling fix
 Forwarded: no
 Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
-Last-Update: 2010-10-12
+Last-Update: 2011-03-18
 
 --- a/lib/NetPacket/UDP.pm
 +++ b/lib/NetPacket/UDP.pm
-@@ -314,7 +314,7 @@
-         # replace foo in the payload with bar
-         $udp_obj->{data} =~ s/foo/bar/g;
+@@ -309,7 +309,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);
-         $data = $ip_obj->encode;
+-            # reencode the packet
++            # re-encode the packet
+             $ip_obj->{data} = $udp_obj->encode($ip_obj);
+             $data = $ip_obj->encode;
  




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