[libtest-if-perl] 02/06: Set up everything in d/control

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Thu Aug 13 17:09:42 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libtest-if-perl.

commit 908e65781f2bc8f7ba4b9e44a138f670a5de35be
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Thu Aug 13 13:49:16 2015 -0300

    Set up everything in d/control
---
 debian/control | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index e656424..c5dd501 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,22 @@
 Source: libtest-if-perl
 Section: perl
 Priority: optional
-Maintainer: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+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: perl,
                      liblib-abs-perl
 Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-if-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-if-perl.git
 Homepage: https://metacpan.org/release/Test-If
+Testsuite: autopkgtest-pkg-perl
 
 Package: libtest-if-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: Test only if ...
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends},
+         ${perl:Depends}
+Description: Allow use conditionals in tests
+ Test::If allow you combine options and it is allowed to omit plan
+ options, if it is runned by loaded module or you want to load it
+ manually. If some of conditions will not be met, test will be skipped.

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



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