[libtest2-plugin-nowarnings-perl] 05/06: d/control
Nick Morrott
nickm-guest at moszumanska.debian.org
Tue Oct 11 01:12:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
nickm-guest pushed a commit to branch master
in repository libtest2-plugin-nowarnings-perl.
commit d4f3d0a150bcaf81e0fc3726fb11a9426019889e
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date: Thu Sep 22 23:44:39 2016 +0100
d/control
---
debian/control | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index 2c0ec7b..d4ec92d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,9 @@ 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: libtest-simple-perl,
- libtest2-suite-perl,
- perl
+Build-Depends-Indep: libtest-simple-perl (>= 1.302047) | perl (>= 5.25.4),
+ libtest2-suite-perl,
+ perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest2-plugin-nowarnings-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest2-plugin-nowarnings-perl.git
@@ -15,9 +15,13 @@ Testsuite: autopkgtest-pkg-perl
Package: libtest2-plugin-nowarnings-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libtest-simple-perl
-Description: Fail if tests warn
- An event representing an unwanted warning. This is treated as a failure.
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libtest-simple-perl (>= 1.302047) | perl (>= 5.25.4)
+Description: Perl testing plugin to fail tests if warnings are generated
+ The Test2::Plugin::NoWarnings plugin causes tests to fail if any warnings
+ are generated whilst the tests run. Each warning generates a new failing
+ test, and the warning content is output via diag.
.
- This description was automagically extracted from the module by dh-make-perl.
+ This module uses $SIG{__WARN__}, so if the code you're testing sets this,
+ this module will stop working.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest2-plugin-nowarnings-perl.git
More information about the Pkg-perl-cvs-commits
mailing list