[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 ad92c30bef29b3ebe5102412f9dd53f1831b05ae
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Thu Dec 20 20:26:42 2012 -0500

    ensure that we depend on Math::BigInt

diff --git a/debian/control b/debian/control
index bc96921..2a88976 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
 Build-Depends: debhelper (>= 9),
  help2man,
+ libmath-bigint-perl,
  perl
 Standards-Version: 3.9.4
 Homepage: http://search.cpan.org/dist/Math-Prime-Util/
@@ -13,7 +14,8 @@ 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}
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+ libmath-bigint-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

-- 




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