[gmp-ecm] 39/77: Fix dependance on gmp.

Jerome Benoit calculus-guest at moszumanska.debian.org
Sat Jun 6 12:33:50 UTC 2015


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

calculus-guest pushed a commit to branch master
in repository gmp-ecm.

commit 5b4ca683f51dfb40109f6ca510990fdf17f4dca4
Author: Laurent Fousse <laurent at komite.net>
Date:   Tue Mar 8 16:16:29 2011 +0100

    Fix dependance on gmp.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 243bf55..529f32e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: math
 Priority: optional
 Homepage: http://ecm.gforge.inria.fr/
 Maintainer: Laurent Fousse <lfousse at debian.org>
-Build-Depends: debhelper (>= 7.0.0) , libgmp-dev, m4 [amd64 kfreebsd-amd64], gcc-4.3 [sparc]
+Build-Depends: debhelper (>= 7.0.0) , libgmp10-dev, m4 [amd64 kfreebsd-amd64], gcc-4.3 [sparc]
 Standards-Version: 3.9.1
 
 Package: gmp-ecm
@@ -53,7 +53,7 @@ Description: Factor integers using the Elliptic Curve Method (library)
 Package: libecm-dev
 Architecture: any
 Section: libdevel
-Depends: libgmp-dev (>= 4.2.dfsg-1), libecm0 (= ${binary:Version}), ${misc:Depends}
+Depends: libgmp10-dev, libecm0 (= ${binary:Version}), ${misc:Depends}
 Description: Factor integers using the Elliptic Curve Method (library)
  gmp-ecm is a free implementation of the Elliptic Curve Method (ECM)
  for integer factorization.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gmp-ecm.git



More information about the debian-science-commits mailing list