[libmath-prime-util-perl] 04/05: Wrap and sort fields in debian/control

Salvatore Bonaccorso carnil at debian.org
Wed Aug 27 11:10:31 UTC 2014


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 <carnil at debian.org>
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



More information about the Pkg-perl-cvs-commits mailing list