[libpath-class-perl] 02/07: Add versioned (build-)dependency on perl for Perl::OSType
    Salvatore Bonaccorso 
    carnil at debian.org
       
    Sat Dec 14 06:31:45 UTC 2013
    
    
  
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository libpath-class-perl.
commit 37a4b2ee3bdfb0ecb382b866a1dffdbb75d587cf
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Dec 14 07:05:27 2013 +0100
    Add versioned (build-)dependency on perl for Perl::OSType
    
    The module uses now Perl::OSType, which is present from Perl 5.13.9 on.
    Add a versioned Build-Depends and Depends on perl (>= 5.13.9).
---
 debian/control | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 2d34351..58f84e1 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Uploaders: Salvatore Bonaccorso <carnil at debian.org>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
-               perl (>= 5.11.4) | libmodule-build-perl
+               perl (>= 5.11.4) | libmodule-build-perl,
+               perl (>= 5.13.9)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpath-class-perl.git
@@ -17,7 +18,8 @@ Homepage: https://metacpan.org/release/Path-Class/
 Package: libpath-class-perl
 Architecture: all
 Depends: ${misc:Depends},
-         ${perl:Depends}
+         ${perl:Depends},
+         perl (>= 5.13.9)
 Description: module for cross-platform path specification manipulation
  Path::Class is a module for manipulation of file and directory specifications
  (strings describing their locations; for example: '/home/ken/foo.txt') in a
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpath-class-perl.git
    
    
More information about the Pkg-perl-cvs-commits
mailing list