[libregexp-grammars-perl] 01/02: Tighten (Build-)Depends(-Indep) on Perl versions

Salvatore Bonaccorso carnil at debian.org
Sun Jun 15 13:41:53 UTC 2014


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

carnil pushed a commit to branch master
in repository libregexp-grammars-perl.

commit 9f1fda847dbacf074cbbc7b17d7840dc657d2754
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Jun 15 15:39:53 2014 +0200

    Tighten (Build-)Depends(-Indep) on Perl versions
    
    Tighten Build-Depends-Indep and Depends on Perl versions where
    Regexp::Grammars works correctly. Perl 5.18 is not supported and would
    give an approriate warning when using the module.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 39c0a6a..1bbd4ad 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libregexp-grammars-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8), perl
-Build-Depends-Indep: libtest-pod-perl, liblexical-var-perl
+Build-Depends-Indep: libtest-pod-perl, liblexical-var-perl, perl (>= 5.20) | perl (<< 5.18)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Salvatore Bonaccorso <carnil at debian.org>
 Standards-Version: 3.9.5
@@ -12,7 +12,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libregexp-gra
 
 Package: libregexp-grammars-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, liblexical-var-perl
+Depends: ${misc:Depends}, ${perl:Depends}, liblexical-var-perl, perl (>= 5.20) | perl (<< 5.18)
 Description: Perl module to add grammatical parsing features to Perl 5.10 regexes
  Regexp::Grammars adds a small number of new regex constructs that can be used
  within Perl 5.10 patterns to implement complete recursive-descent parsing.

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



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