[libsys-hostip-perl] 03/04: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Sat Jun 4 01:28:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

nickm-guest pushed a commit to branch master
in repository libsys-hostip-perl.

commit d70ced996c30429cf49f3f358aabbcb8910f50e2
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Sat Jun 4 01:40:21 2016 +0100

    d/control
---
 debian/control | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 2d1a922..92c8cca 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,10 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nick Morrott <knowledgejunkie at gmail.com>
-Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl
+Build-Depends: debhelper (>= 9),
+ libmodule-build-perl
+Build-Depends-Indep: perl,
+ net-tools
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsys-hostip-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsys-hostip-perl.git
@@ -14,13 +16,12 @@ Testsuite: autopkgtest-pkg-perl
 Package: libsys-hostip-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Try extra hard to get IP address related info
- Sys::HostIP does what it can to determine the ip address of your machine. All
- 3 methods work fine on every system that I've been able to test on. (Irix,
- OpenBSD, FreeBSD, NetBSD, Solaris, Linux, OSX, Win32, Cygwin). It does this
- by parsing ifconfig(8) (ipconfig on Win32/Cygwin) output.
+Description: Perl module to determine local machine's IP address
+ Sys::HostIP determines the IP address of the local machine by parsing
+ ifconfig(8) (ipconfig on Win32/Cygwin) output.
  .
- It has an object oriented interface and a functional one for compatibility
- with older versions.
+ It has been tested on a wide range of systems including Irix, OpenBSD,
+ FreeBSD, NetBSD, Solaris, Linux, OSX, Win32, and Cygwin.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ For convenience, Sys::HostIP offers both object-oriented and functional
+ interfaces.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsys-hostip-perl.git



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