[libobject-remote-perl] 07/13: Update libmoo-perl version and libjson-pp-perl

Lucas Kanashiro kanashiro.duarte at gmail.com
Sat Jan 16 18:45:09 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libobject-remote-perl.

commit 057a28f1325e1de6eb4cb1ed04c9768bb2e895fa
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sat Jan 16 14:53:32 2016 -0200

    Update libmoo-perl version and libjson-pp-perl
---
 debian/changelog |  1 +
 debian/control   | 50 +++++++++++++++++++++++++-------------------------
 2 files changed, 26 insertions(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cf6a987..f8a710e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libobject-remote-perl (0.003006-1) UNRELEASED; urgency=medium
   * Import upstream version 0.003006
   * Update upstream copyright
   * Update debian/* copyright
+  * Update libmoo-perl version and libjson-pp-perl
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sat, 16 Jan 2016 14:41:46 -0200
 
diff --git a/debian/control b/debian/control
index d406d3d..2c1711b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,21 +4,20 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Hilko Bengen <bengen at debian.org>
 Build-Depends: debhelper (>= 9.20120312)
-Build-Depends-Indep: perl,
- libclass-c3-perl,
- libexporter-declare-perl,
- libfuture-perl (>= 0.29),
- libjson-pp-perl,
- liblog-contextual-perl (>= 0.005000),
- libmodule-runtime-perl,
- libmoo-perl (>= 1.001),
- libmro-compat-perl,
- libstring-shellquote-perl,
-# tests
- libbareword-filehandles-perl,
- libindirect-perl,
- libmultidimensional-perl,
- libtest-fatal-perl,
+Build-Depends-Indep: libclass-c3-perl,
+                     libexporter-declare-perl,
+                     libfuture-perl (>= 0.29),
+                     liblog-contextual-perl (>= 0.005000),
+                     libmodule-runtime-perl,
+                     libmoo-perl (>= 1.006),
+                     libmro-compat-perl,
+                     libstring-shellquote-perl,
+                     libbareword-filehandles-perl,
+                     libindirect-perl,
+                     libmultidimensional-perl,
+                     libtest-fatal-perl,
+                     perl,
+                     perl (>= 5.13.9) | libjson-pp-perl
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libobject-remote-perl.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libobject-remote-perl.git
@@ -26,16 +25,17 @@ Homepage: https://metacpan.org/release/Object-Remote
 
 Package: libobject-remote-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libclass-c3-perl,
- libexporter-declare-perl,
- libfuture-perl (>= 0.29),
- libjson-pp-perl,
- liblog-contextual-perl (>= 0.005000),
- libmodule-runtime-perl,
- libmoo-perl (>= 1.001),
- libmro-compat-perl,
- libstring-shellquote-perl,
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-c3-perl,
+         libexporter-declare-perl,
+         libfuture-perl (>= 0.29),
+         liblog-contextual-perl (>= 0.005000),
+         libmodule-runtime-perl,
+         libmoo-perl (>= 1.006),
+         libmro-compat-perl,
+         libstring-shellquote-perl,
+         perl (>= 5.13.9) | libjson-pp-perl
 Description: Call methods on objects in other processes or on other hosts
  Object::Remote allows a process to create an object in another
  process - usually one running on another machine connected via ssh,

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



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