[libtest-is-perl] 03/04: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Thu Mar 17 02:34:10 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-is-perl.

commit 1b48192576d549f6c1fba2e1e20f43b254607222
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Thu Mar 17 02:30:03 2016 +0000

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

diff --git a/debian/control b/debian/control
index 3e45274..c700a20 100644
--- a/debian/control
+++ b/debian/control
@@ -5,29 +5,20 @@ 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-Indep: perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-is-perl.git
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-is-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-is-perl.git
 Homepage: https://metacpan.org/release/Test-Is
 Testsuite: autopkgtest-pkg-perl
 
 Package: libtest-is-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Skip test in a declarative way, following the Lancaster Consensus
- Test::Is is a simple way of following the specifications of the
- environment|https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master
- /lancaster-consensus.md#environment-variables-for-testing-contexts variables
- available for Perl tests as defined as one of the "Lancaster
- Consensus|https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/l
- ancaster-consensus.md" at Perl QA Hackathon 2013. Those variables
- (NONINTERACTIVE_TESTING, EXTENDED_TESTING) define which tests should be
- skipped.
+Description: Perl module to skip tests in a declarative way
+ Test::Is is a simple way of following the specifications of the environment
+ variables available for Perl tests as defined as one of the "Lancaster
+ Consensus" at Perl QA Hackathon 2013. Those variables (NONINTERACTIVE_TESTING,
+ EXTENDED_TESTING) define which tests should be skipped.
  .
  If the environment does not match what the author of the test expected, the
  complete test is skipped (in the same way as use Test::More skip_all => ...).
- .
- As an author, you can also expect that you will automatically benefit of
- later evolutions of this specification just by upgrading the module.
- .
- 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/libtest-is-perl.git



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