[Pkg-ocaml-maint-commits] [SCM] mingw32-ocaml packaging branch, master, updated. debian/3.11.1+debian1-5-g9791dec
Romain Beauxis
toots at rastageeks.org
Wed Feb 10 23:17:41 UTC 2010
The following commit has been merged in the master branch:
commit 9791dec54cc340f6239c8ef02fc599f432251d9f
Author: Romain Beauxis <toots at rastageeks.org>
Date: Wed Feb 10 16:29:59 2010 -0600
Forgot this one..
diff --git a/debian/hardcode_mingw32_include.patch b/debian/patches/hardcode_mingw32_include.patch
similarity index 81%
rename from debian/hardcode_mingw32_include.patch
rename to debian/patches/hardcode_mingw32_include.patch
index 06874d2..07b77f3 100644
--- a/debian/hardcode_mingw32_include.patch
+++ b/debian/patches/hardcode_mingw32_include.patch
@@ -1,7 +1,7 @@
Index: build-tree/ocaml-3.11.1/utils/clflags.ml
===================================================================
---- build-tree.orig/ocaml-3.11.1/utils/clflags.ml 2010-01-07 04:00:11.000000000 +0100
-+++ build-tree/ocaml-3.11.1/utils/clflags.ml 2010-01-07 04:00:24.000000000 +0100
+--- build-tree.orig/ocaml-3.11.2/utils/clflags.ml 2010-01-07 04:00:11.000000000 +0100
++++ build-tree/ocaml-3.11.2/utils/clflags.ml 2010-01-07 04:00:24.000000000 +0100
@@ -20,7 +20,7 @@
let compile_only = ref false (* -c *)
diff --git a/debian/rules b/debian/rules
index 9475a25..9c337df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,7 @@ stamp-build-ocamlcore:
stamp-patch-mingw32-include:
# Now patch utils/clflags.ml to hardcode mingw32-specific include.
- patch -p0 < debian/hardcode_mingw32_include.patch
+ patch -p0 < debian/patches/hardcode_mingw32_include.patch
touch stamp-patch-mingw32-include
stamp-prepare-cross-build: stamp-patch-mingw32-include
--
mingw32-ocaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list