This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libjson-pointer-perl.
commit bf0bd87f408041f84db7342b4bf786d9d3c210cf Author: gregor herrmann <[email protected]> Date: Sat Oct 4 00:35:44 2014 +0200 Update (versioned) (build) dependencies. --- debian/control | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/debian/control b/debian/control index 3c18873..a2afa5c 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,16 @@ Source: libjson-pointer-perl -Section: perl -Priority: optional Maintainer: Debian Perl Group <[email protected]> Uploaders: Michael Prokop <[email protected]> +Section: perl +Priority: optional Build-Depends: debhelper (>= 8), - perl -Build-Depends-Indep: libclass-accessor-lite-perl (>= 0.05), - libclone-perl (>= 0.36), - libjson-perl (>= 2.53), - libtest-exception-perl (>= 0.31), - liburi-perl (>= 1.60) + libmodule-build-perl (>= 0.380000), + perl (>= 5.13.10) +Build-Depends-Indep: libclass-accessor-lite-perl, + libclone-perl (>= 0.36), + libjson-perl (>= 2.53), + libtest-exception-perl (>= 0.31), + liburi-perl (>= 1.60) Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libjson-pointer-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libjson-pointer-perl.git @@ -17,12 +18,13 @@ Homepage: https://metacpan.org/release/JSON-Pointer Package: libjson-pointer-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, - libclass-accessor-lite-perl (>= 0.05), - libclone-perl (>= 0.36), - libjson-perl (>= 2.53), - liburi-perl (>= 1.60), - perl (>= 5.13.10) +Depends: ${misc:Depends}, + ${perl:Depends}, + libclass-accessor-lite-perl, + libclone-perl (>= 0.36), + libjson-perl (>= 2.53), + liburi-perl (>= 1.60), + perl (>= 5.13.10) Description: Perl implementation of JSON Pointer (RFC6901) JSON::Pointer is implemented JSON Pointer (http://tools.ietf.org/html/rfc6901) and some useful operator from JSON Patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libjson-pointer-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
