[Pkg-ocaml-maint-commits] [SCM] ocaml-zarith packaging branch, master, updated. debian/1.1-1-10-g8d13c80

Mehdi Dogguy mehdi at debian.org
Tue Jun 25 19:36:18 UTC 2013


The following commit has been merged in the master branch:
commit cb0e4159e06b27beb5a55d1c5948ea1499ce0b31
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Tue Jun 25 20:41:57 2013 +0200

    Make libzarith-ocaml-dev depend on libgmp3-dev. (Closes: #714088)

diff --git a/debian/changelog b/debian/changelog
index 2f9e61a..0ea67a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-zarith (1.1-3) UNRELEASED; urgency=low
+
+  * Make libzarith-ocaml-dev depend on libgmp3-dev. (Closes: #714088)
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Tue, 25 Jun 2013 20:40:40 +0200
+
 ocaml-zarith (1.1-2) unstable; urgency=low
 
   * Fix "make test" call: it should be "test" on native architectures
diff --git a/debian/control b/debian/control
index b6d804a..b1dd34e 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Homepage: https://forge.ocamlcore.org/projects/zarith/
 
 Package: libzarith-ocaml-dev
 Architecture: any
-Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}, libgmp3-dev
 Provides: ${ocaml:Provides}
 Suggests: ocaml-findlib
 Description: arithmetic and logical operations over arbitrary-precision integers (dev)

-- 
ocaml-zarith packaging



More information about the Pkg-ocaml-maint-commits mailing list