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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Mar 30 20:12:59 UTC 2010


Author: gregoa
Date: Tue Mar 30 20:12:39 2010
New Revision: 55200

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55200
Log:
Add a patch to fix minor spelling mistake.

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

Modified: trunk/libnetpacket-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/debian/changelog?rev=55200&op=diff
==============================================================================
--- trunk/libnetpacket-perl/debian/changelog (original)
+++ trunk/libnetpacket-perl/debian/changelog Tue Mar 30 20:12:39 2010
@@ -9,6 +9,7 @@
   * Bump debhelper dependency to 7.0.17 (M::B::C). Add perl (>= 5.10) as an
     alternative to libmodule-build-perl.
   * debian/copyright: use DEP5 formatting and clarify license.
+  * Add a patch to fix minor spelling mistake.
 
  -- gregor herrmann <gregoa at debian.org>  Tue, 30 Mar 2010 21:55:31 +0200
 

Added: trunk/libnetpacket-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/debian/patches/series?rev=55200&op=file
==============================================================================
--- trunk/libnetpacket-perl/debian/patches/series (added)
+++ trunk/libnetpacket-perl/debian/patches/series Tue Mar 30 20:12:39 2010
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libnetpacket-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/debian/patches/spelling.patch?rev=55200&op=file
==============================================================================
--- trunk/libnetpacket-perl/debian/patches/spelling.patch (added)
+++ trunk/libnetpacket-perl/debian/patches/spelling.patch Tue Mar 30 20:12:39 2010
@@ -1,0 +1,15 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: spelling fix
+Forwarded: no
+
+--- a/lib/NetPacket/UDP.pm
++++ b/lib/NetPacket/UDP.pm
+@@ -326,7 +326,7 @@ sub alterPacket
+         # 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;
+ 




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