This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libmodule-scandeps-perl.
commit cb35a1936c713a8266bd3654a645c588843c5c0a Author: gregor herrmann <[email protected]> Date: Tue Sep 16 17:41:11 2014 +0200 Add (build) dependency on Module::Metadata. --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 340965c..e174b8e 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,8 @@ Build-Depends-Indep: perl, libmodule-pluggable-perl | perl (<< 5.17.0), libprefork-perl, libtest-pod-perl, - libtest-requires-perl + libtest-requires-perl, + perl (>= 5.13.9) | libmodule-metadata-perl Standards-Version: 3.9.5 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-scandeps-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-scandeps-perl.git @@ -21,7 +22,8 @@ Homepage: https://metacpan.org/release/Module-ScanDeps Package: libmodule-scandeps-perl Architecture: all Depends: ${misc:Depends}, - ${perl:Depends} + ${perl:Depends}, + perl (>= 5.13.9) | libmodule-metadata-perl Description: module to recursively scan Perl code for dependencies Module::ScanDeps is a Perl module that scans potential modules used by perl programs to determine information about modules they depend on. It performs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-scandeps-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
