[Pkg-ocaml-maint-commits] [SCM] nurpawiki packaging branch, master, updated. debian/1.2.3-3-6-g19a8ccf

Stephane Glondu steph at glondu.net
Mon Mar 15 15:05:31 UTC 2010


The following commit has been merged in the master branch:
commit ad31bc67f7c5e8e76624c11d21c08f4db99c6bb5
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Mar 15 15:38:10 2010 +0100

    Install .a file along with .cmxa

diff --git a/debian/patches/0004-Install-.a-file-along-with-.cmxa.patch b/debian/patches/0004-Install-.a-file-along-with-.cmxa.patch
new file mode 100644
index 0000000..bf3587d
--- /dev/null
+++ b/debian/patches/0004-Install-.a-file-along-with-.cmxa.patch
@@ -0,0 +1,20 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Mon, 15 Mar 2010 15:37:45 +0100
+Subject: [PATCH] Install .a file along with .cmxa
+
+Signed-off-by: Stephane Glondu <steph at glondu.net>
+---
+ Makefile |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 605cc42..d7e8453 100644
+--- a/Makefile
++++ b/Makefile
+@@ -46,4 +46,4 @@ clean:
+ 	-rm -Rf _build META version.ml
+ 
+ install:
+-	ocamlfind install nurpawiki META $(foreach T,$(TARGETS),_build/$(T))
++	ocamlfind install nurpawiki META $(foreach T,$(TARGETS),_build/$(T) $(if $(findstring .cmxa,$(T)),_build/$(T:.cmxa=.a)))
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index b83aa2d..103119e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-Use-proper-connection-dependent-escaping.patch
 0002-Add-native-archive-to-META.patch
 0003-Port-to-Ocsigen-1.3.patch
+0004-Install-.a-file-along-with-.cmxa.patch

-- 
nurpawiki packaging



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