[libtest-requiresinternet-perl] 03/06: control

gregor herrmann gregoa at debian.org
Thu Jul 3 18:11:13 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtest-requiresinternet-perl.

commit 8387e231385ed376ee738bba6531c69298cef0ce
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jul 2 18:44:41 2014 +0200

    control
---
 debian/control | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index cc64e39..4b66ca2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,11 @@
 Source: libtest-requiresinternet-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+                     netbase
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-requiresinternet-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-requiresinternet-perl.git
@@ -12,8 +13,15 @@ Homepage: https://metacpan.org/release/Test-RequiresInternet
 
 Package: libtest-requiresinternet-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: Easily test network connectivity
- (no description was found)
+Depends: ${misc:Depends},
+         ${perl:Depends}
+Description: module to easily test network connectivity
+ Test::RequiresInternet is intended to easily test network connectivity
+ before functional tests begin to non-local Internet resources. It does not
+ require any modules beyond those supplied in core Perl.
+ .
+ If the environment variable NO_NETWORK_TESTING is set, then the tests will be
+ skipped without attempting any socket connections.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ If the sockets cannot connect to the specified hosts and ports, the exception
+ is caught, reported and the tests skipped.

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



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