[Pkg-ocaml-maint-commits] [SCM] eliom packaging branch, master, updated. debian/2.1.1b-1-2-g02d5a8e

Stephane Glondu steph at glondu.net
Wed Apr 11 12:08:43 UTC 2012


The following commit has been merged in the master branch:
commit 69fa80ef3304dbbfe44fd1ab4b06cd715ef4ffd6
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Apr 11 13:58:52 2012 +0200

    Fix installation on bytecode architectures

diff --git a/debian/patches/0002-Fix-installation-on-bytecode-architectures.patch b/debian/patches/0002-Fix-installation-on-bytecode-architectures.patch
new file mode 100644
index 0000000..d27b6cb
--- /dev/null
+++ b/debian/patches/0002-Fix-installation-on-bytecode-architectures.patch
@@ -0,0 +1,21 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Wed, 11 Apr 2012 13:58:02 +0200
+Subject: Fix installation on bytecode architectures
+
+---
+ src/Makefile |    1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/Makefile b/src/Makefile
+index 48e7e4c..0572578 100644
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -66,7 +66,6 @@ install.man: install.META
+ 	ln -sf eliomc.1 $(TEMPROOT)$(MANDIR)/man1/eliomopt.1
+ 	ln -sf eliomc.1 $(TEMPROOT)$(MANDIR)/man1/eliomcp.1
+ 	ln -sf eliomc.1 $(TEMPROOT)$(MANDIR)/man1/eliomdep.1
+-	${MAKE} -C server install
+ 
+ install.META:
+ 	${OCAMLFIND} install ${PROJECTNAME} \
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 1ad536c..c6d3cac 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Fix-manpages-installation-when-installing-only-bytec.patch
+0002-Fix-installation-on-bytecode-architectures.patch

-- 
eliom packaging



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