[flint] 01/02: Added missing dep of -dev on libmpfr-dev
Julien Puydt
julien.puydt at laposte.net
Wed Nov 9 08:07:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository flint.
commit 5253f5ee65128f086ac4221c18ac07c15e44c53b
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Wed Nov 9 08:32:10 2016 +0100
Added missing dep of -dev on libmpfr-dev
---
debian/changelog | 6 ++++++
debian/control | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 5461f7a..311799f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+flint (2.5.2-11) UNRELEASED; urgency=medium
+
+ * Added missing dep from -dev on libmpfr-dev.
+
+ -- Julien Puydt <julien.puydt at laposte.net> Wed, 09 Nov 2016 08:31:31 +0100
+
flint (2.5.2-10) unstable; urgency=medium
* Added a patch by Logan Rosen to fix a FTBFS issue. (Closes: #837453)
diff --git a/debian/control b/debian/control
index 2729f32..29abdc8 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Description: C library for number theory, shared library
Package: libflint-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libflint-2.5.2 (= ${binary:Version})
+Depends: ${misc:Depends}, libflint-2.5.2 (= ${binary:Version}), libmpfr-dev
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