[Pkg-ocaml-maint-commits] [SCM] pcre-ocaml packaging branch, master, updated. debian/6.2.3-1-7-gd4edfcf

Stephane Glondu steph at glondu.net
Sun Jan 1 15:22:48 UTC 2012


The following commit has been merged in the master branch:
commit fa7445ff4b1e296aac65e4e45ad3a3949615e564
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Jan 1 16:16:56 2012 +0100

    Fix type in debug-native-code-library target of OCamlMakefile

diff --git a/debian/patches/0004-Fix-typo-in-debug-native-code-library-target-of-OCam.patch b/debian/patches/0004-Fix-typo-in-debug-native-code-library-target-of-OCam.patch
new file mode 100644
index 0000000..3f82663
--- /dev/null
+++ b/debian/patches/0004-Fix-typo-in-debug-native-code-library-target-of-OCam.patch
@@ -0,0 +1,22 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Sun, 1 Jan 2012 16:16:14 +0100
+Subject: Fix typo in debug-native-code-library target of OCamlMakefile
+
+---
+ OCamlMakefile |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/OCamlMakefile b/OCamlMakefile
+index 2c2fe49..b10cf68 100644
+--- a/OCamlMakefile
++++ b/OCamlMakefile
+@@ -869,7 +869,7 @@ dcl:	debug-code-library
+ # generates byte-code libraries with debugging information (native code)
+ debug-native-code-library:	$(PRE_TARGETS)
+ 			$(QUIET)$(MAKE) -r -f $(OCAMLMAKEFILE) \
+-				$(RES_CLIB) $(NCRESULT).cma \
++				$(RES_CLIB) $(NCRESULT).cmxa \
+ 				REAL_RESULT="$(NCRESULT)" make_deps=yes \
+ 				REAL_OCAMLC="$(OCAMLOPT)" \
+ 				CREATE_LIB=yes \
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 43bc890..4b32958 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-enable-byte-only-build.patch
 0002-build-PIC-shared-objects.patch
 0003-Compile-with-debugging-symbols.patch
+0004-Fix-typo-in-debug-native-code-library-target-of-OCam.patch

-- 
pcre-ocaml packaging



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