From d90543dcbe36b455b6e199539bf0ca6b2bfe1770 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 5 Jul 2013 16:00:57 +0200 Subject: [PATCH] Build-Depend on according versions of libcatalyst-perl + libdbix-class-resultset-recursiveupdate-perl Address: | Checking prerequisites... | requires: | ! Catalyst::Runtime (5.90015) is installed, but we need version >= 5.90040 | ! DBIx::Class::ResultSet::RecursiveUpdate (0.25) is installed, but we need version >= 0.30 | | ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions | of the modules indicated above before proceeding with this installation --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 9b633b76ba..b093cad2e6 100644 --- a/debian/control +++ b/debian/control @@ -7,11 +7,11 @@ Build-Depends: debhelper (>= 8), libcatalyst-actionrole-acl-perl, libcatalyst-devel-perl, libcatalyst-modules-perl, - libcatalyst-perl, + libcatalyst-perl (>= 5.90040), libcatalyst-view-tt-perl, libdata-validate-ip-perl, libdatetime-format-iso8601-perl, - libdbix-class-resultset-recursiveupdate-perl, + libdbix-class-resultset-recursiveupdate-perl (>= 0.30~), libdevel-cover-perl, libfile-type-perl, libhash-storediterator-perl,