This is an automated email from the git hooks/post-receive script. carnil pushed a commit to branch master in repository libmath-prime-util-perl.
commit b694f28f4ededf4b80afdddb5fb098bef62dbf94 Author: Salvatore Bonaccorso <[email protected]> Date: Wed Aug 27 13:02:13 2014 +0200 Wrap and sort fields in debian/control --- debian/control | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index c5c1bff..1fa2e67 100644 --- a/debian/control +++ b/debian/control @@ -17,14 +17,14 @@ Homepage: https://metacpan.org/release/Math-Prime-Util Package: libmath-prime-util-perl Architecture: any -Depends: ${misc:Depends}, +Depends: libbytes-random-secure-perl, + ${misc:Depends}, ${perl:Depends}, - ${shlibs:Depends}, - libbytes-random-secure-perl -Recommends: perl (>= 5.19.9) | libdigest-sha-perl (>= 5.87), - libmath-bigint-gmp-perl, + ${shlibs:Depends} +Recommends: libmath-bigint-gmp-perl, libmath-mpfr-perl, - libmath-prime-util-gmp-perl + libmath-prime-util-gmp-perl, + perl (>= 5.19.9) | libdigest-sha-perl (>= 5.87) Description: utilities related to prime numbers, including fast sieves and factoring Math::Prime::Util is a set of perl utilities related to prime numbers. These include multiple sieving methods, is_prime, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
