[SCM] Packaging Net::IPTrie in Debian branch, master, updated. 0134fc83b113b1ca28aaf0b639613d3a0f619381

Carlos Vicente cvicente at cpan.org
Sun Feb 12 17:04:44 UTC 2012


The following commit has been merged in the master branch:
commit 0a4c3382cf4c0052ee86f75641c26d460db8f771
Author: Carlos Vicente <cvicente at cpan.org>
Date:   Sun Feb 12 08:33:33 2012 -0800

    Unapplied patch and fixed control

diff --git a/debian/control b/debian/control
index 1aee11e..84fc97d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
 	       perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000),
-Build-Depends-Indep: libnetaddr-ip-perl
+Build-Depends-Indep: libnetaddr-ip-perl,
                      libscalar-list-utils-perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libnet-iptrie-perl.git
@@ -16,10 +16,10 @@ Package: libnet-iptrie-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libnetaddr-ip-perl
+         libnetaddr-ip-perl,
          perl (>= 5.11.3) | libscalar-list-utils-perl
 Description: Perl module for building IPv4 and IPv6 address space hierarchies
  Net::IPTrie uses a radix tree (or trie) to quickly build the hierarchy of a
  given address space (both IPv4 and IPv6). This allows the user to perform 
-fast subnet or routing lookups. It is implemented exclusively in Perl.
+ fast subnet or routing lookups. It is implemented exclusively in Perl.
 
diff --git a/lib/Net/IPTrie/Node.pm b/lib/Net/IPTrie/Node.pm
index 712d473..f76c5cf 100644
--- a/lib/Net/IPTrie/Node.pm
+++ b/lib/Net/IPTrie/Node.pm
@@ -25,7 +25,7 @@ use base qw (Net::IPTrie::_Node);
 
 =head1 NAME
 
-Net::IPTrie::Node - Implements attributes and behavior for nodes inside the trie
+Net::IPTrie::Node
 
 =head1 SYNOPSIS
 

-- 
Packaging Net::IPTrie in Debian



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