[SCM] Debian packaging of libnet-ip-perl branch, master, updated. 0cd9dc1e9ce312ef231ab3b140174e7c715a6927

Xavier Guimard x.guimard at free.fr
Fri Dec 14 22:16:33 UTC 2012


The following commit has been merged in the master branch:
commit 4cb1879fa03ed347c96eb502a992951d00fddc2e
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Fri Dec 14 23:14:01 2012 +0100

    Update patches offsets + add pod-error.patch

diff --git a/debian/patches/ip_reverse.patch b/debian/patches/ip_reverse.patch
index f4c51a9..05e526c 100644
--- a/debian/patches/ip_reverse.patch
+++ b/debian/patches/ip_reverse.patch
@@ -28,7 +28,7 @@ Last-Update: 2011-05-11
 +
 --- a/IP.pm
 +++ b/IP.pm
-@@ -1769,12 +1769,13 @@
+@@ -1843,12 +1843,13 @@
  
      if ($ip_version == 4) {
          my @quads    = split /\./, $ip;
diff --git a/debian/patches/pod-error.patch b/debian/patches/pod-error.patch
new file mode 100644
index 0000000..9012acd
--- /dev/null
+++ b/debian/patches/pod-error.patch
@@ -0,0 +1,18 @@
+Description: Fix little POD error
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=81988
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=81988
+Last-Update: 2012-12-14
+
+--- a/IP.pm
++++ b/IP.pm
+@@ -2005,7 +2005,9 @@ sub ip_auth {
+ 1;
+ 
+ __END__
++
+ =encoding utf8
++
+ =head1 NAME
+ 
+ Net::IP - Perl extension for manipulating IPv4/IPv6 addresses
diff --git a/debian/patches/series b/debian/patches/series
index 665a020..3de6e0f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 spelling.patch
 ipcount.patch
 ip_reverse.patch
+pod-error.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index e49b429..0deb893 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -1,10 +1,12 @@
 Author: Nicholas Bamber <nicholas at periapt.co.uk>
 Subject: spelling mistakes
-Forwarded: no
-Last-Update: 2011-05-03
+Bug: https://rt.cpan.org/Ticket/Display.html?id=81988
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=81988
+Reviewed-By: Xavier Guimard <x.guimard at free.fr>
+Last-Update: 2012-12-14
 --- a/IP.pm
 +++ b/IP.pm
-@@ -1201,7 +1201,7 @@
+@@ -1233,7 +1233,7 @@
  # Purpose           : Split a prefix into IP and prefix length
  # Comments          : If it was passed a simple IP, it just returns it
  # Params            : Prefix
@@ -13,7 +15,7 @@ Last-Update: 2011-05-03
  sub ip_splitprefix {
      my $prefix = shift;
  
-@@ -2012,7 +2012,7 @@
+@@ -2086,7 +2086,7 @@
  
  Return the current object error string. The error string is set whenever one 
  of the methods produces an error. Also, a global, class-wide B<Error()> 
@@ -22,7 +24,7 @@ Last-Update: 2011-05-03
  
  C<warn ($ip-E<gt>error());>
  
-@@ -2335,7 +2335,7 @@
+@@ -2409,7 +2409,7 @@
  If it was passed a simple IP, it just returns it.
  
      Params  : Prefix
@@ -31,7 +33,7 @@ Last-Update: 2011-05-03
  
  C<($ip,$len) = ip_splitprefix ($prefix)>
  
-@@ -2504,7 +2504,7 @@
+@@ -2658,7 +2658,7 @@
  
  The Math::BigInt library is needed for functions that use integers. These are
  ip_inttobin, ip_bintoint, and the size method. In a next version, 

-- 
Debian packaging of libnet-ip-perl



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