[libmoosex-types-structured-perl] 01/01: Add runtime dependency on JSON::PP

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue Jan 12 01:32:18 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libmoosex-types-structured-perl.

commit ae87e22a849437e98c1f1455227a8929a3db0db8
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Jan 11 23:31:34 2016 -0200

    Add runtime dependency on JSON::PP
---
 debian/changelog | 1 +
 debian/control   | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cd161fa..83a8d26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libmoosex-types-structured-perl (0.35-1) unstable; urgency=medium
 
   * Team upload.
   * Import upstream version 0.35
+  * Add runtime dependency on JSON::PP
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 11 Jan 2016 22:51:06 -0200
 
diff --git a/debian/control b/debian/control
index aca89be..6fa02f9 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,8 @@ Build-Depends-Indep: perl,
                      libsub-exporter-perl,
                      libtest-fatal-perl,
                      libtest-requires-perl,
-                     perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
+                     perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
+                     perl (>= 5.13.9) | libjson-pp-perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-types-structured-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-types-structured-perl.git
@@ -32,7 +33,8 @@ Depends: ${perl:Depends},
          libmoosex-types-perl,
          libmoose-perl,
          libnamespace-clean-perl (>= 0.19),
-         libsub-exporter-perl
+         libsub-exporter-perl,
+         perl (>= 5.13.9) | libjson-pp-perl
 Description: Moose extension for type constraints on structured types
  MooseX::Types::Structured provides structured type constraints for Moose. A
  structured type constraint is a standard container Moose type constraint,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-types-structured-perl.git



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