This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libima-dbi-perl.
commit 3571e527ab8fadefb9e32b5214cbdcc9a56e716d Author: gregor herrmann <[email protected]> Date: Mon Aug 11 18:19:03 2014 +0200 Drop unnecessary version from (build) dependencies. Remove an ancient Breaks. --- debian/control | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/debian/control b/debian/control index 7407436..95def29 100644 --- a/debian/control +++ b/debian/control @@ -1,24 +1,27 @@ Source: libima-dbi-perl -Section: perl -Priority: optional Maintainer: Debian Perl Group <[email protected]> Uploaders: Krzysztof Krzyżaniak (eloy) <[email protected]> +Section: perl +Priority: optional Build-Depends: debhelper (>= 8) -Build-Depends-Indep: perl (>= 5.8.0), libdbix-contextualfetch-perl (>= 1.00), - libdbi-perl (>= 1.20), libclass-data-inheritable-perl (>= 0.02), - libtest-pod-perl, libtest-pod-coverage-perl +Build-Depends-Indep: perl, + libclass-data-inheritable-perl, + libdbi-perl, + libdbix-contextualfetch-perl, + libtest-pod-coverage-perl, + libtest-pod-perl Standards-Version: 3.9.5 -Homepage: https://metacpan.org/release/Ima-DBI -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libima-dbi-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libima-dbi-perl.git - +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libima-dbi-perl.git +Homepage: https://metacpan.org/release/Ima-DBI Package: libima-dbi-perl Architecture: all -Breaks: libclass-dbi-perl (<< 0.96) -Depends: ${perl:Depends}, ${misc:Depends}, - libdbix-contextualfetch-perl (>= 1.00), libdbi-perl (>= 1.20), - libclass-data-inheritable-perl (>= 0.02) +Depends: ${perl:Depends}, + ${misc:Depends}, + libclass-data-inheritable-perl, + libdbi-perl, + libdbix-contextualfetch-perl Description: Database connection caching and organization Ima::DBI attempts to organize and facilitate caching and more efficient use of database connections and statement handles. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libima-dbi-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
