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 <knowledgejun...@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-maintain...@lists.alioth.debian.org>
 Uploaders: Nick Morrott <knowledgejun...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to