[libtest-timer-perl] 04/06: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Fri Aug 5 19:45:27 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libtest-timer-perl.

commit d7a09136ae21a2dd25dfe5349afcb9f717ffd1f4
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Fri Aug 5 16:01:23 2016 +0100

    d/control
---
 debian/control | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index bba48c7..1c2ab71 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,11 @@ Section: perl
 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: debhelper (>= 9),
+               libmodule-build-perl
 Build-Depends-Indep: liberror-perl,
- libmodule-build-perl (>= 0.30),
- libtest-exception-perl,
- perl (>= 5.21.6)
+                     libtest-exception-perl,
+                     perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010)
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-timer-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-timer-perl.git
@@ -16,12 +16,17 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libtest-timer-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- liberror-perl
-Description: a test module to test/assert response times
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         liberror-perl
+Description: Perl module to test/assert code response times
  Test::Timer implements a set of test primitives to test and assert test times
  from bodies of code.
  .
- The key features are subroutines to assert or test the following:
+ The key features are subroutines to test/assert the following:
  .
- This description was automagically extracted from the module by dh-make-perl.
+   - that execution of a given piece of code does not exceed a specified time
+     limit
+   .
+   - that execution of a given piece of code takes longer than a specified time
+     limit and does not exceed another

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



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