[libcatalyst-controller-actionrole-perl] 05/09: Update (build) dependencies.

gregor herrmann gregoa at debian.org
Sun May 11 13:24:45 UTC 2014


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

gregoa pushed a commit to branch master
in repository libcatalyst-controller-actionrole-perl.

commit 4b490f56c8cfadb23b9da547cc660a6d84be7a0c
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 11 15:16:33 2014 +0200

    Update (build) dependencies.
---
 debian/compat  |  2 +-
 debian/control | 12 +++++++-----
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 5c66843..3877cce 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,12 @@ Uploaders: Jonathan Yu <jawnsy at cpan.org>,
            Joenio Costa <joenio at perl.org.br>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
-                     libcatalyst-action-rest-perl,
+Build-Depends: debhelper (>= 9.20140227~),
+               libmodule-build-tiny-perl,
+               perl
+Build-Depends-Indep: libcatalyst-action-rest-perl,
                      libcatalyst-perl,
+                     libclass-load-perl,
                      libmoose-perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-controller-actionrole-perl.git
@@ -19,7 +21,8 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          libcatalyst-perl,
-         libmoose-perl (>= 2) | libclass-mop-perl,
+         libclass-load-perl,
+         libmoose-perl,
          libmoosex-types-perl,
          libnamespace-clean-perl,
          libstring-rewriteprefix-perl
@@ -27,4 +30,3 @@ Suggests: libcatalyst-action-rest-perl
 Description: module for applying roles to action instances
  Catalyst::Controller::ActionRole allows one to apply Moose::Roles to the
  Catalyst::Actions for different controller methods.
-

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



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