[libmojolicious-perl] 01/04: Make (build) dependency on perl versioned

gregor herrmann gregoa at debian.org
Thu Oct 9 23:51:24 UTC 2014


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

gregoa pushed a commit to branch master
in repository libmojolicious-perl.

commit 2575ee3f196b606a08026c7fe8b7b5866d496131
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 10 01:38:51 2014 +0200

    Make (build) dependency on perl versioned
    
    This release needs Pod::Simple 3.09 and Time::Local 1.2.
    The latter is only available in perl >= 5.13.9.
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 1bca500..b663f57 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Uploaders: Jonathan Yu <jawnsy at cpan.org>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libjs-jquery, libjs-prettify
+Build-Depends-Indep: perl (>= 5.13.9), libjs-jquery, libjs-prettify
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmojolicious-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmojolicious-perl.git
@@ -22,6 +22,7 @@ Depends: ${misc:Depends},
          ${perl:Depends},
          libjs-jquery (>= 1.7.1),
          libjs-prettify,
+         perl (>= 5.13.9)
 Recommends: perl (>= 5.19.8) | libio-socket-ip-perl,
             libio-socket-ssl-perl (>= 1.84),
             libio-socket-socks-perl (>= 0.65),

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



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