[libconfig-json-perl] 09/12: Update dependencies

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Mon Jul 27 16:52:43 UTC 2015


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

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

commit 980c0688d9efb3733c77b512da773618432cb66b
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Jul 27 13:40:25 2015 -0300

    Update dependencies
---
 debian/changelog |  1 +
 debian/control   | 10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 179b16d..c944290 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,7 @@ libconfig-json-perl (1.5202-1) UNRELEASED; urgency=low
   * Declare compliance with Debian policy 3.9.6
   * Add autopkgtest-pkg-perl
   * Set debhelper >= 9
+  * Update dependencies
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 27 Jul 2015 13:31:12 -0300
 
diff --git a/debian/control b/debian/control
index af45beb..43c6a9c 100644
--- a/debian/control
+++ b/debian/control
@@ -8,10 +8,11 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl,
-                     libjson-perl,
+Build-Depends-Indep: libjson-perl,
+                     libmoo-perl,
+                     libscalar-list-utils-perl,
                      libtest-deep-perl,
-                     libany-moose-perl
+                     perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-json-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-json-perl.git
@@ -22,11 +23,10 @@ Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
          libjson-perl,
-         libany-moose-perl
+         libmoo-perl
 Description: parser for JSON-based configuration files
  Config::JSON is a Perl module capable of parsing and writing configuration
  files written in JavaScript Object Notation (JSON). It supports arbitrary
  file inclusion (even hierarchical includes) and comments in the file. It is
  beneficial in environments that already use JSON, since the parser is already
  loaded into memory.
-

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



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