[libcatalyst-view-json-perl] 10/11: Update build/runtime JSON dependencies

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Wed Aug 12 20:28:56 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libcatalyst-view-json-perl.

commit 76f4557845ea47f7a56dd235c4389df555c42704
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Aug 12 17:24:18 2015 -0300

    Update build/runtime JSON dependencies
---
 debian/changelog |  1 +
 debian/control   | 29 ++++++++++++++---------------
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7b139d2..24d36da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libcatalyst-view-json-perl (0.35-1) UNRELEASED; urgency=medium
   * Declare compliance with Debian policy 3.9.6
   * Add autopkgtest-pkg-perl
   * Add patch fixing typo in manpage
+  * Update build/runtime JSON dependencies
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Wed, 12 Aug 2015 17:11:19 -0300
 
diff --git a/debian/control b/debian/control
index 077fa38..a00ca0e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,30 +1,29 @@
 Source: libcatalyst-view-json-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libcatalyst-perl (>= 5.6),
- libjson-perl,
- libjson-any-perl (>= 1.15),
- libmro-compat-perl,
- libyaml-perl,
- perl
+Build-Depends-Indep: libcatalyst-perl,
+                     libjson-maybexs-perl (>= 1.003000),
+                     libmro-compat-perl,
+                     libyaml-perl,
+                     perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatalyst-view-json-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-view-json-perl.git
 Homepage: https://metacpan.org/release/Catalyst-View-JSON
-Testsuite: autopkgtest-pkg-perl
 
 Package: libcatalyst-view-json-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libcatalyst-perl (>= 5.6),
- libjson-perl,
- libjson-any-perl (>= 1.15),
- libmro-compat-perl
-Replaces: libcatalyst-modules-perl (<< 48~)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libcatalyst-perl,
+         libjson-maybexs-perl (>= 1.003000),
+         libmro-compat-perl
 Breaks: libcatalyst-modules-perl (<< 48~)
+Replaces: libcatalyst-modules-perl (<< 48~)
 Description: JSON view plugin for Catalyst
  Catalyst::View::JSON is a Catalyst View handler that returns stash
  data in JSON format.

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



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