[libtest2-asyncsubtest-perl] 05/06: control

gregor herrmann gregoa at debian.org
Sat Oct 29 23:18:48 UTC 2016


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

gregoa pushed a commit to branch master
in repository libtest2-asyncsubtest-perl.

commit 1b5a8786cee13c8d3ccb17ce9db31a69f6c37983
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 30 01:12:28 2016 +0200

    control
---
 debian/control | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index 17939c1..4b91cee 100644
--- a/debian/control
+++ b/debian/control
@@ -1,34 +1,33 @@
 Source: libtest2-asyncsubtest-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
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libscope-guard-perl,
- libtest-simple-perl (>= 1.302032),
- libtest2-suite-perl (>= 0.000034),
- perl
+                     libtest-simple-perl (>= 1.302032) | perl (>= 5.25.3),
+                     libtest2-suite-perl,
+                     perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest2-asyncsubtest-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest2-asyncsubtest-perl.git
 Homepage: https://metacpan.org/release/Test2-AsyncSubtest
-Testsuite: autopkgtest-pkg-perl
 
 Package: libtest2-asyncsubtest-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libscope-guard-perl,
- libtest-simple-perl (>= 1.302032),
- libtest2-suite-perl (>= 0.000034)
-Description: Object representing an async subtest.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libscope-guard-perl,
+         libtest-simple-perl (>= 1.302032) | perl (>= 5.25.3),
+         libtest2-suite-perl
+Description: module for asynchronous subtests
  Regular subtests have a limited scope, they start, events are generated, then
  they close and send an Test2::Event::Subtest event. This is a problem if you
- want the subtest to keep recieving events while other events are also being
- generated. This class implements subtests that stay pen until you decide to
- close them.
+ want the subtest to keep receiving events while other events are also being
+ generated. Test2::AsyncSubtest implements subtests that stay pen until you
+ decide to close them.
  .
  This is mainly useful for tools that start a subtest in one process or thread
  and then spawn children. In many cases it is nice to let the parent process
  continue instead of waiting on the children.
- .
- This description was automagically extracted from the module by dh-make-perl.

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



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