[libgen-test-rinci-funcresult-perl] 03/05: Set up debian/control file

Lucas Kanashiro kanashiro.duarte at gmail.com
Sun Dec 6 21:04:59 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libgen-test-rinci-funcresult-perl.

commit 95bfe5585697d41ba565273e5e3b775305d0870a
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sun Dec 6 17:11:13 2015 -0200

    Set up debian/control file
---
 debian/control | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 8ca608f..0d1d03b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,10 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Lucas Kanashiro <kanashiro.duarte at gmail.com>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libcapture-tiny-perl,
- libdata-dump-oneline-perl,
- libfile-slurp-tiny-perl,
- perl (>= 5.13.11)
+                     libdata-dump-oneline-perl,
+                     libfile-slurp-tiny-perl,
+                     perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
+                     perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgen-test-rinci-funcresult-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgen-test-rinci-funcresult-perl.git
@@ -16,9 +17,15 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libgen-test-rinci-funcresult-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libdata-dump-oneline-perl
-Description: Generate a test function for a function
- (no description was found)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdata-dump-oneline-perl
+Description: Perl module that generates a test function for a function
+ Gen::Test::Rinci::FuncResult generates a test function for a function as
+ output.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ This module accepts, among others, the name or the reference to the function
+ that wants to test (T) and the name of the generated function, B.
+ .
+ B will run T once with some specified arguments, catch exception, and test its
+ result. The result is expected to be an enveloped result.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgen-test-rinci-funcresult-perl.git



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