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

Mike Furr mfurr at costa.debian.org
Wed Nov 9 03:32:55 UTC 2005


Author: mfurr
Date: 2005-11-09 03:32:54 +0000 (Wed, 09 Nov 2005)
New Revision: 1944

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


Modified: trunk/packages/mlgmp/trunk/debian/changelog
===================================================================
--- trunk/packages/mlgmp/trunk/debian/changelog	2005-11-09 03:24:34 UTC (rev 1943)
+++ trunk/packages/mlgmp/trunk/debian/changelog	2005-11-09 03:32:54 UTC (rev 1944)
@@ -1,3 +1,9 @@
+mlgmp (20021123-9) unstable; urgency=low
+
+  * Rebuild with 3.09 
+
+ -- Mike Furr <mfurr at debian.org>  Tue,  8 Nov 2005 22:29:07 -0500
+
 mlgmp (20021123-8) unstable; urgency=low
 
   * Moved the binary packages into their proper sections of 

Modified: trunk/packages/mlgmp/trunk/debian/control
===================================================================
--- trunk/packages/mlgmp/trunk/debian/control	2005-11-09 03:24:34 UTC (rev 1943)
+++ trunk/packages/mlgmp/trunk/debian/control	2005-11-09 03:32:54 UTC (rev 1944)
@@ -2,13 +2,13 @@
 Priority: optional
 Maintainer: Mike Furr <mfurr at debian.org>
 Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Sylvain L e Gall <sylvain.le-gall at polytechnique.org>
-Build-Depends: ocaml-nox-3.08.3, debhelper (>= 4.0.0), dpatch, libgmp3-dev, libmpfr-dev
+Build-Depends: ocaml-nox-3.09.0, debhelper (>= 4.0.0), dpatch, libgmp3-dev, libmpfr-dev
 Standards-Version: 3.6.1
 
 Package: libgmp-ocaml
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, ocaml-nox-3.08.3
+Depends: ${shlibs:Depends}, ocaml-nox-3.09.0
 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
@@ -21,7 +21,7 @@
 Package: libgmp-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: libgmp-ocaml (= ${Source-Version}), ocaml-nox-3.08.3, libgmp3-dev
+Depends: libgmp-ocaml (= ${Source-Version}), ocaml-nox-3.09.0, 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: trunk/packages/mlgmp/trunk/debian/libgmp-ocaml.files
===================================================================
--- trunk/packages/mlgmp/trunk/debian/libgmp-ocaml.files	2005-11-09 03:24:34 UTC (rev 1943)
+++ trunk/packages/mlgmp/trunk/debian/libgmp-ocaml.files	2005-11-09 03:32:54 UTC (rev 1944)
@@ -1,2 +1,2 @@
-usr/lib/ocaml/3.08.3/stublibs/
+usr/lib/ocaml/3.09.0/stublibs/
 

Modified: trunk/packages/mlgmp/trunk/debian/rules
===================================================================
--- trunk/packages/mlgmp/trunk/debian/rules	2005-11-09 03:24:34 UTC (rev 1943)
+++ trunk/packages/mlgmp/trunk/debian/rules	2005-11-09 03:32:54 UTC (rev 1944)
@@ -39,7 +39,7 @@
 	else \
 	  $(MAKE) install DESTDIR=$(CURDIR)/debian/$(PACKAGE)-dev; \
 	fi
-	cp debian/META debian/$(PACKAGE)-dev/usr/lib/ocaml/3.08.3/gmp
+	cp debian/META debian/$(PACKAGE)-dev/usr/lib/ocaml/3.09.0/gmp
 
 
 # Build architecture-independent files here.




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