[Pkg-ocaml-maint-commits] [SCM] tyxml packaging branch, master, updated. debian/2.0.1-1-7-g053a7d7

Stephane Glondu steph at glondu.net
Sat Dec 31 12:50:36 UTC 2011


The following commit has been merged in the master branch:
commit 1a76e0e9a055174144fde7c0383fa32c39d1df72
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Dec 31 13:32:45 2011 +0100

    Fix typo causing FTBFS with ocamlduce

diff --git a/debian/patches/0001-Fix-typo-causing-FTBFS-with-ocamlduce.patch b/debian/patches/0001-Fix-typo-causing-FTBFS-with-ocamlduce.patch
new file mode 100644
index 0000000..67c43ce
--- /dev/null
+++ b/debian/patches/0001-Fix-typo-causing-FTBFS-with-ocamlduce.patch
@@ -0,0 +1,22 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Sat, 31 Dec 2011 13:32:01 +0100
+Subject: Fix typo causing FTBFS with ocamlduce
+
+---
+ doc/Makefile |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/doc/Makefile b/doc/Makefile
+index 79b10bb..0e8d503 100644
+--- a/doc/Makefile
++++ b/doc/Makefile
+@@ -3,7 +3,7 @@ include ../Makefile.filelist
+ 
+ LIB := -I ../lib -I ../syntax
+ 
+-ifeq "${OCAMLDUCE}" "YES"
++ifeq "${OCAMLDUCE}" "yes"
+ OCAMLDOC := ${OCAMLDUCEFIND} ocamldoc -package ocamlduce
+ else
+ OCAMLDOC := ${OCAMLFIND} ocamldoc
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..bc45bd8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-typo-causing-FTBFS-with-ocamlduce.patch

-- 
tyxml packaging



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