This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libtext-levenshtein-perl.
commit bdd6908b3db2dcd88cfdea0b65c86fa97cbc659e Author: gregor herrmann <[email protected]> Date: Sun May 10 18:36:32 2015 +0200 Add (build) dependency on Unicode::Collate 1.04. --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index af0d70a..7c1caaf 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ Uploaders: Ryan Niebur <[email protected]>, Section: perl Priority: optional Build-Depends: debhelper (>= 8) -Build-Depends-Indep: perl +Build-Depends-Indep: perl, + perl (>= 5.19.7) | libunicode-collate-perl (>= 1.04) Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-levenshtein-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-levenshtein-perl.git @@ -15,7 +16,8 @@ Testsuite: autopkgtest-pkg-perl Package: libtext-levenshtein-perl Architecture: all Depends: ${perl:Depends}, - ${misc:Depends} + ${misc:Depends}, + perl (>= 5.19.7) | libunicode-collate-perl (>= 1.04) Description: implementation of the Levenshtein edit distance Text::Levenshtein implements the Levenshtein edit distance. The Levenshtein edit distance is a measure of the degree of proximity between two strings. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-levenshtein-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
