r60559 - in /trunk/libnetwork-ipv4addr-perl/debian: changelog patches/documentation_fixes.patch

franck at users.alioth.debian.org franck at users.alioth.debian.org
Sun Jul 25 21:06:20 UTC 2010


Author: franck
Date: Sun Jul 25 21:05:14 2010
New Revision: 60559

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60559
Log:
Updated documentation_fixes.patch to fix a new spelling error. (Closes: 590316).

Modified:
    trunk/libnetwork-ipv4addr-perl/debian/changelog
    trunk/libnetwork-ipv4addr-perl/debian/patches/documentation_fixes.patch

Modified: trunk/libnetwork-ipv4addr-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetwork-ipv4addr-perl/debian/changelog?rev=60559&op=diff
==============================================================================
--- trunk/libnetwork-ipv4addr-perl/debian/changelog (original)
+++ trunk/libnetwork-ipv4addr-perl/debian/changelog Sun Jul 25 21:05:14 2010
@@ -13,6 +13,8 @@
     -not-uversionmangle.html
   * Bumped up Standards-Version to 3.8.3.
     + Removed versionned BD on perl (oldstable has 5.8 > 5.6)
+  * Updated documentation_fixes.patch to fix a new spelling error.
+   (Closes: 590316).
 
   [ gregor herrmann ]
   * Adjust debian/repack.sh to the change in debian/watch.

Modified: trunk/libnetwork-ipv4addr-perl/debian/patches/documentation_fixes.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetwork-ipv4addr-perl/debian/patches/documentation_fixes.patch?rev=60559&op=diff
==============================================================================
--- trunk/libnetwork-ipv4addr-perl/debian/patches/documentation_fixes.patch (original)
+++ trunk/libnetwork-ipv4addr-perl/debian/patches/documentation_fixes.patch Sun Jul 25 21:05:14 2010
@@ -2,7 +2,7 @@
 # Closes #211548 thanks to 'Dagurashibanipal' von Bidder
 --- a/IPv4Addr.pm
 +++ b/IPv4Addr.pm
-@@ -227,13 +227,13 @@ Net::IPv4Addr - Perl extension for manip
+@@ -227,13 +227,13 @@
  Net::IPv4Addr provides functions for parsing IPv4 addresses both
  in traditional address/netmask format and in the new CIDR format.
  There are also methods for calculating the network and broadcast 
@@ -19,7 +19,7 @@
  
  All these addresses would be accepted:
  
-@@ -270,28 +270,15 @@ to import them all or explicitly import 
+@@ -270,28 +270,15 @@
      my $cidr = ipv4_parse($ip_str,$msk_str);
      my ($ip) = ipv4_parse($ip_str,$msk_str);
  
@@ -51,7 +51,7 @@
  
  =item ipv4_broadcast
  
-@@ -299,22 +286,22 @@ Again, the function croak if the input i
+@@ -299,22 +286,22 @@
      my $broadcast   = ipv4_broadcast($ip_str,$msk_str);
  
  This function returns the broadcast address. If the input doesn't
@@ -80,7 +80,7 @@
  
  =item ipv4_in_network
  
-@@ -326,15 +313,15 @@ This function checks if the second netwo
+@@ -326,33 +313,33 @@
  the first one and it implements the following semantics :
  
     If net1 or net2 is a magic address (0.0.0.0 or 255.255.255.255)
@@ -100,7 +100,13 @@
     net1.
  
  Trap bad input with C<eval> or else.
-@@ -346,13 +333,13 @@ Trap bad input with C<eval> or else.
+ 
+-=item ipv4_checkip
++=item ipv4_chkip
+ 
+-    if ($ip = ipv4_checkip($str) ) {
++    if ($ip = ipv4_chkip($str) ) {
+ 	# Do something
      }
  
  Return the IPv4 address in the string or undef if the input 
@@ -116,7 +122,7 @@
  As usual, croaks if it doesn't like your input (in this case a number
  between 0 and 32).
  
-@@ -360,7 +347,7 @@ between 0 and 32).
+@@ -360,7 +347,7 @@
  
      my $masklen = ipv4_msk2cidr( $msk );
  




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