[libmath-prime-util-perl] 04/06: Move libmath-prime-util-gmp-perl from Recommends to Depends

gregor herrmann gregoa at debian.org
Mon Oct 13 19:57:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-prime-util-perl.

commit d91d558fec837589a4c9e6da6c837781eb447d72
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Oct 13 21:44:32 2014 +0200

    Move libmath-prime-util-gmp-perl from Recommends to Depends
    
    as intended by upstream. Add it to Build-Depends as well, as it's optionally
    used during tests.
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c934777..139d72b 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9.20120312~),
                help2man,
                libbytes-random-secure-perl,
+               libmath-prime-util-gmp-perl,
                libtest-warn-perl,
                perl
 Standards-Version: 3.9.6
@@ -19,12 +20,12 @@ Homepage: https://metacpan.org/release/Math-Prime-Util
 Package: libmath-prime-util-perl
 Architecture: any
 Depends: libbytes-random-secure-perl,
+         libmath-prime-util-gmp-perl,
          ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends}
 Recommends: libmath-bigint-gmp-perl,
             libmath-mpfr-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

-- 
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