[libregexp-grammars-perl] 02/03: Add (build-)dependency for Lexical::Var

Salvatore Bonaccorso carnil at debian.org
Thu Aug 29 19:57:53 UTC 2013


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 65088d578d1dbc1291bc7ea39e3150cd5abffa89
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Aug 29 21:55:34 2013 +0200

    Add (build-)dependency for Lexical::Var
    
    Add Build-Depends-Indep and Depends on liblexical-var-perl
---
 debian/control |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index c79b377..ffa25a9 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
+Build-Depends-Indep: libtest-pod-perl, liblexical-var-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Salvatore Bonaccorso <carnil at debian.org>
 Standards-Version: 3.9.4
@@ -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}
+Depends: ${misc:Depends}, ${perl:Depends}, liblexical-var-perl
 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