[libtest-deep-json-perl] 04/06: Update build-dependencies and package description

Nick Morrott nickm-guest at moszumanska.debian.org
Fri Aug 12 04:23:39 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-deep-json-perl.

commit 4d6ce76bfc422471f97a87860379eaea971ab041
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Fri Aug 12 04:02:29 2016 +0100

    Update build-dependencies and package description
---
 debian/control | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index 894ef47..0eaa616 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,12 @@ 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),
- libmodule-build-perl,
- perl
+               libmodule-build-perl,
+               perl
 Build-Depends-Indep: libexporter-lite-perl,
- libjson-perl,
- libtest-deep-perl
+                     libjson-perl,
+                     libtest-deep-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-deep-json-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-deep-json-perl.git
@@ -17,12 +18,12 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libtest-deep-json-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libexporter-lite-perl,
- libjson-perl,
- libtest-deep-perl
-Description: Compare JSON with Test::Deep
- Test::Deep::JSON provides json($expected) function to expect that target can
- be parsed as a JSON string and matches (by cmp_deeply) with $expected.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libexporter-lite-perl,
+         libjson-perl,
+         libtest-deep-perl
+Description: Test::Deep plugin for comparing JSON data
+ Test::Deep::JSON provides the sub json to indicate that the data
+ being tested is a JSON string. An error condition is reported if
+ the data cannot be parsed as valid JSON.

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



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