[Pkg-ocaml-maint-commits] [SCM] mingw32-ocaml packaging branch, master, updated. debian/3.11.1+debian1-1-gc689f7b

Romain Beauxis toots at rastageeks.org
Sat Jan 16 20:35:09 UTC 2010


The following commit has been merged in the master branch:
commit c689f7bedda60e38a7edb798ab8dc0c9ff74acd9
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Sat Jan 16 14:35:02 2010 -0600

    Added patch from Jerome Vouillon

diff --git a/debian/changelog b/debian/changelog
index 74a2081..cbe1940 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mingw32-ocaml (3.11.1+debian2) unstable; urgency=low
+
+  * Added a patch to also remove all binary objects
+    in byterun/ to force their recompilation.
+  Thanks to Jerome Vouillon for reporting and fixing the issue. 
+
+ -- Romain Beauxis <toots at rastageeks.org>  Sat, 16 Jan 2010 14:33:40 -0600
+
 mingw32-ocaml (3.11.1+debian1) unstable; urgency=low
 
   * Initial release.
diff --git a/debian/rules b/debian/rules
index b2525a3..5eb6cd2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,6 +75,9 @@ stamp-prepare-cross-build: stamp-patch-mingw32-include
 	# i386 versions, essentially causing ocamlopt to use the Win/i386 code
 	# generator.
 	cd $(DEB_BUILDDIR)/$(OCAML_DIR) && make partialclean
+	# We need to remove any .o object for make sure they are
+	# recompiled later..
+	cd $(DEB_BUILDDIR)/$(OCAML_DIR) && rm byterun/*.o
 	touch stamp-prepare-cross-build
 
 stamp-build-mingw32-ocaml:

-- 
mingw32-ocaml packaging



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