This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libxml-compile-cache-perl.
commit 6dfa2a41caeb5bcbd43899af93c0eae1b9347eb7 Author: gregor herrmann <[email protected]> Date: Fri Jul 24 15:36:36 2015 +0200 Make two (build) dependencies versioned as per updated upstream requirements. --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 025f751..70c2fb4 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,9 @@ Section: perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: liblog-report-perl, - libxml-compile-perl, + libxml-compile-perl (>= 1.48), libxml-compile-tester-perl, - libxml-libxml-simple-perl, + libxml-libxml-simple-perl (>= 0.95), perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-compile-cache-perl.git @@ -20,9 +20,9 @@ Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liblog-report-perl, - libxml-compile-perl, + libxml-compile-perl (>= 1.48), libxml-compile-tester-perl, - libxml-libxml-simple-perl + libxml-libxml-simple-perl (>= 0.95) Description: module that keeps the cache of compiled XML schemas XML::Compile::Cache is the smart brother of XML::Compile::Schema; it keeps track of your compiled readers and writers, and also helps you administer the -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-compile-cache-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
