This is an automated email from the git hooks/post-receive script. dod pushed a commit to branch master in repository libdbix-class-schema-loader-perl.
commit c2947d71e4f12b1aef791c66e1acf2f414718671 Author: Dominique Dumont <[email protected]> Date: Sun Dec 27 21:20:37 2015 +0100 control: depends on perl 5.22 for Sub::Util module With this module, dh_perl only generates 'perl' dependency. Using dh_perl -V may not be the best option because dh_perl creates a versioned dep using current perl version. I.e perl 5.24 in a year or so. --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index e1a1f89..dfd555f 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Uploaders: Krzysztof Krzyżaniak (eloy) <[email protected]>, gregor herrmann <[email protected]>, Dominique Dumont <[email protected]> Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: libcarp-clan-perl, @@ -43,11 +44,10 @@ Build-Depends-Indep: libcarp-clan-perl, libtry-tiny-perl, libuniversal-require-perl, perl (>= 5.17.3) | libpod-simple-perl (>= 3.22), - perl + perl (>= 5.22) Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdbix-class-schema-loader-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbix-class-schema-loader-perl.git -Testsuite: autopkgtest-pkg-perl Homepage: https://metacpan.org/release/DBIx-Class-Schema-Loader Package: libdbix-class-schema-loader-perl @@ -78,7 +78,8 @@ Depends: ${misc:Depends}, libstring-toidentifier-en-perl, libsub-name-perl, libtry-tiny-perl, - libuniversal-require-perl + libuniversal-require-perl, + perl (>= 5.22) Recommends: libmoose-perl (>= 1.12), libmoosex-nonmoose-perl Description: module to automate definition of a DBIx::Class::Schema @@ -91,4 +92,3 @@ Description: module to automate definition of a DBIx::Class::Schema is somewhat heuristic, especially with respect to choosing relationship types and names, as well as join types. The relationships generated by this module will probably never be as well-defined as hand-generated ones. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbix-class-schema-loader-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
