This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libmath-bigint-gmp-perl.
commit c78854d7073f28cab961310e4abfa9c9cbb0fd64 Author: gregor herrmann <[email protected]> Date: Fri Aug 22 17:33:21 2014 -0700 debian/control: update {versioned,alternative} (build) dependencies. --- debian/control | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 4f0cb11..7d00bdd 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312~), libgmp-dev, - libmath-bigint-perl (>= 1.9993) | perl (>= 5.19.4), + perl (>= 5.19.4) | libmath-bigint-perl (>= 1.9993), libtest-pod-coverage-perl, libtest-pod-perl, libyaml-perl, @@ -23,9 +23,8 @@ Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, - libmath-bigint-perl (>= 1.9993) | perl (>= 5.19.4) + perl (>= 5.19.4) | libmath-bigint-perl (>= 1.9993) Description: module for arbitrary precision arithmetic using GMP Math::BigInt::GMP is a Perl module that uses direct bindings to the GNU Multiple Precision Arithmetic Library (also known as GMP) to provide a high-performance drop-in replacement for Math::BigInt. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-bigint-gmp-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
