r73931 - in /trunk/libnet-ip-perl/debian: changelog compat control docs

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue May 3 16:31:54 UTC 2011


Author: periapt-guest
Date: Tue May  3 16:31:45 2011
New Revision: 73931

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73931
Log:
* Reviewed long description
* Raised standards versions to 3.9.2
* Raised debhelper version and compat level to 7
* Removed version in perl dependency
* Removed README file

Removed:
    trunk/libnet-ip-perl/debian/docs
Modified:
    trunk/libnet-ip-perl/debian/changelog
    trunk/libnet-ip-perl/debian/compat
    trunk/libnet-ip-perl/debian/control

Modified: trunk/libnet-ip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ip-perl/debian/changelog?rev=73931&op=diff
==============================================================================
--- trunk/libnet-ip-perl/debian/changelog (original)
+++ trunk/libnet-ip-perl/debian/changelog Tue May  3 16:31:45 2011
@@ -1,6 +1,11 @@
 libnet-ip-perl (1.25-3) UNRELEASED; urgency=low
 
   * Took package over for the Debian Perl Group (Closes: #625260)
+  * Reviewed long description
+  * Raised standards versions to 3.9.2
+  * Raised debhelper version and compat level to 7
+  * Removed version in perl dependency
+  * Removed README file
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 03 May 2011 17:19:49 +0100
 

Modified: trunk/libnet-ip-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ip-perl/debian/compat?rev=73931&op=diff
==============================================================================
--- trunk/libnet-ip-perl/debian/compat (original)
+++ trunk/libnet-ip-perl/debian/compat Tue May  3 16:31:45 2011
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libnet-ip-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ip-perl/debian/control?rev=73931&op=diff
==============================================================================
--- trunk/libnet-ip-perl/debian/control (original)
+++ trunk/libnet-ip-perl/debian/control Tue May  3 16:31:45 2011
@@ -3,18 +3,17 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
-Build-Depends: debhelper (>> 4.0.0)
-Build-Depends-Indep: perl (>= 5.6.0-17)
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Standards-Version: 3.9.2
 
 Package: libnet-ip-perl
 Architecture: all
 Depends: ${perl:Depends} 
 Description: Perl extension for manipulating IPv4/IPv6 addresses
- This package contains the Net::IP module, which provides functions 
- to deal with IPv4/IPv6 addresses. The module can be used as a class,
- allowing the user to instantiate IP objects, which can be single IP
- addresses, prefixes, or ranges of addresses. There is also a procedural
- way of accessing most of the functions. Most subroutines can take either
- IPv4 or IPv6 addresses transparently.
+ Net::IP provides functions to deal with IPv4/IPv6 addresses.
+ The module can be used as a class, allowing the user to instantiate IP
+ objects, which can be single IP addresses, prefixes, or ranges of addresses.
+ There is also a procedural way of accessing most of the functions. Most
+ subroutines can take either IPv4 or IPv6 addresses transparently.
 




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