[libtest-needs-perl] 03/03: control

gregor herrmann gregoa at debian.org
Sat May 28 11:37:57 UTC 2016


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

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

commit b3460fdc574e58d983c05fb71f20c534d4e421db
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 28 13:35:05 2016 +0200

    control
---
 debian/control | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 4d24dfa..18fbbba 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,14 @@ Testsuite: autopkgtest-pkg-perl
 Package: libtest-needs-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Skip tests when modules not available
- (no description was found)
+Description: module to skip tests when modules are not available
+ Test::Needs allows one to skip test scripts if modules are not available. The
+ requested modules will be loaded, and optionally have their versions checked.
+ If the module is missing, the test script will be skipped. Modules that are
+ found but fail to compile will exit with an error rather than skip.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ If used in a subtest, the rest of the subtest will be skipped.
+ .
+ If the "RELEASE_TESTING" environment variable is set, the tests will
+ fail rather than skip. Subtests will be aborted, but the test script
+ will continue running after that point.

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



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