[liblingua-en-nameparse-perl] 05/10: Add (build-)dependency on Perl 5.13.10 for utf8 1.09 (or warnings 1.12, Test::More 0.94)
Florian Schlichting
fsfs at alioth.debian.org
Tue Sep 10 08:37:18 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository liblingua-en-nameparse-perl.
commit c931e704cfcf0c6c2f40f5a7dc2b7515b717837c
Author: Florian Schlichting <fsfs at debian.org>
Date: Tue Sep 10 10:22:26 2013 +0200
Add (build-)dependency on Perl 5.13.10 for utf8 1.09 (or warnings 1.12, Test::More 0.94)
---
debian/control | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 4497528..8b9d77c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
Build-Depends: debhelper (>= 7),
perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
Build-Depends-Indep: perl, libparse-recdescent-perl, libtest-pod-perl,
- libtest-pod-coverage-perl
+ libtest-pod-coverage-perl,
+ perl (>= 5.13.10) | libutf8-perl (>= 1.09)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn at debian.org>,
Nicholas Bamber <nicholas at periapt.co.uk>
@@ -15,7 +16,8 @@ Standards-Version: 3.9.1
Package: liblingua-en-nameparse-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libparse-recdescent-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libparse-recdescent-perl,
+ perl (>= 5.13.10) | libutf8-perl (>= 1.09)
Description: module for parsing a person's name in free text
Lingua::EN::NameParse takes as input a person or persons name in
free format text such as,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblingua-en-nameparse-perl.git
More information about the Pkg-perl-cvs-commits
mailing list