[SCM] branch, master, updated. 3bf34070616439cb201faf0cb1a918bf018ae5c3

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sun Jan 27 19:18:08 UTC 2013


The following commit has been merged in the master branch:
commit 38113e07a2231b32fb01595fb59bfa2623897775
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Thu Dec 20 20:19:48 2012 -0500

    recommend Math::BigInt::GMP as well

diff --git a/debian/changelog b/debian/changelog
index 25166b3..a8206d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libmath-prime-util-perl (0.16-1) unstable; urgency=low
+libmath-prime-util-perl (0.17-1) unstable; urgency=low
 
-  * Initial Release. (Closes: #696305)
+  * Initial Release into Debian. (Closes: #696305)
 
- -- Daniel Kahn Gillmor <dkg at fifthhorseman.net>  Wed, 19 Dec 2012 00:52:06 -0500
+ -- Daniel Kahn Gillmor <dkg at fifthhorseman.net>  Thu, 20 Dec 2012 20:19:05 -0500
diff --git a/debian/control b/debian/control
index 7a9b29d..bc96921 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-prime
 Package: libmath-prime-util-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Recommends: libmath-prime-util-gmp-perl
+Recommends: libmath-prime-util-gmp-perl, libmath-bigint-gmp-perl
 Description: Utilities related to prime numbers, including fast sieves and factoring
  A set of utilities related to prime numbers. These include multiple sieving
  methods, is_prime, prime_count, nth_prime, approximations and bounds for the

-- 




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