[libtest-deep-unorderedpairs-perl] 03/03: control
gregor herrmann
gregoa at debian.org
Sun Sep 8 15:14:20 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libtest-deep-unorderedpairs-perl.
commit ff6d41b3c6004e8027294cf259f085e89a0ef5bb
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Sep 8 17:11:41 2013 +0200
control
---
debian/control | 27 ++++++++++++++++-----------
1 file changed, 16 insertions(+), 11 deletions(-)
diff --git a/debian/control b/debian/control
index 6ae0e8b..f02b3f8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,15 @@
Source: libtest-deep-unorderedpairs-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
+Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libtest-checkdeps-perl (>= 0.002),
- libtest-deep-perl,
- libtest-fatal-perl,
- libtest-warnings-perl,
- perl (>= 5.11.1)
+ libtest-deep-perl,
+ libtest-fatal-perl,
+ libtest-warnings-perl,
+ perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
+ perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-deep-unorderedpairs-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-deep-unorderedpairs-perl.git
@@ -16,9 +17,13 @@ Homepage: https://metacpan.org/release/Test-Deep-UnorderedPairs
Package: libtest-deep-unorderedpairs-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libtest-deep-perl
-Description: A Test::Deep plugin for comparing lists as if they were hashes
- (no description was found)
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libtest-deep-perl
+Description: Test::Deep plugin for comparing lists as if they were hashes
+ Test::Deep::UnorderedPairs provides the sub unordered_pairs (and tuples,
+ samehash, as synonyms) to indicate the data being tested is a list of pairs
+ that should be tested where the order of the pairs is insignificant.
.
- This description was automagically extracted from the module by dh-make-perl.
+ This is useful when testing a function that returns a list of hash elements
+ as an arrayref, not a hashref.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-deep-unorderedpairs-perl.git
More information about the Pkg-perl-cvs-commits
mailing list