[flint] 01/01: libflint-dev depends on libmpfr-dev
felix salfelder
felix-guest at alioth.debian.org
Fri Sep 13 18:29:45 UTC 2013
This is an automated email from the git hooks/post-receive script.
felix-guest pushed a commit to branch master-gmp
in repository flint.
commit de6280e961e0e6948bec0c6581e6bec23d5e0be9
Author: Felix Salfelder <felix at salfelder.org>
Date: Fri Sep 13 20:28:25 2013 +0200
libflint-dev depends on libmpfr-dev
---
debian/control | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 9b29d5e..66a0990 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,9 @@ Description: C library for number theory, shared library
Package: libflint-dev
Section: libdevel
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libflint-2.3 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libmpfr-dev,
+ libflint-2.3 (= ${binary:Version})
Description: C library for number theory, development files
The Fast Library for Integer Number Theory is a C library which supports
polynomial arithmetic over the integers, fast integer arithmetic and factoring
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/flint.git
More information about the debian-science-commits
mailing list