[Pkg-ocaml-maint-commits] r1064 - packages/mlgmp/trunk/debian

Mike Furr mfurr@costa.debian.org
Wed, 23 Mar 2005 20:39:03 +0100


Author: mfurr
Date: 2005-03-23 20:39:02 +0100 (Wed, 23 Mar 2005)
New Revision: 1064

Modified:
   packages/mlgmp/trunk/debian/changelog
   packages/mlgmp/trunk/debian/control
   packages/mlgmp/trunk/debian/libgmp-ocaml.files
   packages/mlgmp/trunk/debian/rules
Log:
3.08.3 transition


Modified: packages/mlgmp/trunk/debian/changelog
===================================================================
--- packages/mlgmp/trunk/debian/changelog	2005-03-23 16:58:41 UTC (rev 1063)
+++ packages/mlgmp/trunk/debian/changelog	2005-03-23 19:39:02 UTC (rev 1064)
@@ -1,3 +1,10 @@
+mlgmp (20021123-5) unstable; urgency=medium
+
+  * Rebuild against 3.08.3
+  * Set [Build-]Depends to 3.08.3
+
+ -- Mike Furr <mfurr@debian.org>  Wed, 23 Mar 2005 12:54:24 -0500
+
 mlgmp (20021123-4) unstable; urgency=low
 
   * Rebuild with ocaml 3.08

Modified: packages/mlgmp/trunk/debian/control
===================================================================
--- packages/mlgmp/trunk/debian/control	2005-03-23 16:58:41 UTC (rev 1063)
+++ packages/mlgmp/trunk/debian/control	2005-03-23 19:39:02 UTC (rev 1064)
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Mike Furr <mfurr@debian.org>
 Uploaders: Ralf Treinen <treinen@debian.org>, Sven Luther <luther@debian.org>, Jerome Marant <jerome@debian.org>, Remi Vanicat <vanicat@debian.org>, Stefano Zacchiroli <zack@debian.org>, Sylvain L e Gall <sylvain.le-gall@polytechnique.org>
-Build-Depends: ocaml-nox-3.08, debhelper (>= 4.0.0), dpatch, libgmp3-dev
+Build-Depends: ocaml-nox-3.08.3, debhelper (>= 4.0.0), dpatch, libgmp3-dev, libmpfr-dev
 Standards-Version: 3.6.1
 
 Package: libgmp-ocaml
 Architecture: any
-Depends: ${shlibs:Depends}, ocaml-nox-3.08
+Depends: ${shlibs:Depends}, ocaml-nox-3.08.3
 Description: O'Caml bindings for the GNU multiprecision arithmetic library
  This package provides bindings for the GNU multiprecision library 
  (GNU MP) for the language O'Caml(caml.inria.fr).  It is mostly a 1-1 mapping
@@ -20,7 +20,7 @@
  
 Package: libgmp-ocaml-dev
 Architecture: any
-Depends: libgmp-ocaml (= ${Source-Version}), ocaml-nox-3.08, libgmp3-dev
+Depends: libgmp-ocaml (= ${Source-Version}), ocaml-nox-3.08.3, libgmp3-dev
 Description: O'Caml bindings for the GNU multiprecision arithmetic library
  This package provides bindings for the GNU multiprecision library 
  (GNU MP) for the language O'Caml(caml.inria.fr).  It is mostly a 1-1 mapping

Modified: packages/mlgmp/trunk/debian/libgmp-ocaml.files
===================================================================
--- packages/mlgmp/trunk/debian/libgmp-ocaml.files	2005-03-23 16:58:41 UTC (rev 1063)
+++ packages/mlgmp/trunk/debian/libgmp-ocaml.files	2005-03-23 19:39:02 UTC (rev 1064)
@@ -1,2 +1,2 @@
-usr/lib/ocaml/3.08/stublibs/
+usr/lib/ocaml/3.08.3/stublibs/
 

Modified: packages/mlgmp/trunk/debian/rules
===================================================================
--- packages/mlgmp/trunk/debian/rules	2005-03-23 16:58:41 UTC (rev 1063)
+++ packages/mlgmp/trunk/debian/rules	2005-03-23 19:39:02 UTC (rev 1064)
@@ -39,7 +39,7 @@
 	else \
 	  $(MAKE) install DESTDIR=$(CURDIR)/debian/$(PACKAGE)-dev; \
 	fi
-	cp debian/META debian/$(PACKAGE)-dev/usr/lib/ocaml/3.08/gmp
+	cp debian/META debian/$(PACKAGE)-dev/usr/lib/ocaml/3.08.3/gmp
 
 
 # Build architecture-independent files here.