[Pkg-ocaml-maint-commits] [tyxml] 01/04: Fix compilation with ocamlnet 3.6.5
Stéphane Glondu
glondu at alioth.debian.org
Sun Nov 10 01:19:35 UTC 2013
This is an automated email from the git hooks/post-receive script.
glondu pushed a commit to branch master
in repository tyxml.
commit c621c44888555a355302473410fcec88fb970cc7
Author: Stephane Glondu <steph at glondu.net>
Date: Thu Jun 6 11:53:40 2013 +0200
Fix compilation with ocamlnet 3.6.5
---
.../0001-Fix-compilation-with-ocamlnet-3.6.5.patch | 36 ++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 37 insertions(+)
diff --git a/debian/patches/0001-Fix-compilation-with-ocamlnet-3.6.5.patch b/debian/patches/0001-Fix-compilation-with-ocamlnet-3.6.5.patch
new file mode 100644
index 0000000..66857be
--- /dev/null
+++ b/debian/patches/0001-Fix-compilation-with-ocamlnet-3.6.5.patch
@@ -0,0 +1,36 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Thu, 6 Jun 2013 11:53:16 +0200
+Subject: Fix compilation with ocamlnet 3.6.5
+
+---
+ files/META.in | 2 +-
+ lib/Makefile | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/files/META.in b/files/META.in
+index e5a2d83..230fbe4 100644
+--- a/files/META.in
++++ b/files/META.in
+@@ -2,7 +2,7 @@ _LIBDIR_
+
+ description = "XHTML and HTML5 pages typed with polymorphic variants"
+ version = "dev"
+-requires = "netstring"
++requires = "netstring,netstring-pcre"
+ archive(byte) = "_LIBNAME_.cma"
+ archive(native) = "_LIBNAME_.cmxa"
+
+diff --git a/lib/Makefile b/lib/Makefile
+index 3122f1a..510d231 100644
+--- a/lib/Makefile
++++ b/lib/Makefile
+@@ -13,7 +13,7 @@ DUCE_INTF := xml_sigs_duce.mli xhtml_types_duce.mli xml_print_duce.mli xhtml_du
+
+ DUCE_FILES := xml_print_duce.ml xhtml_duce.ml
+
+-LIBS := -package netstring
++LIBS := -package netstring -package netstring-pcre
+
+ # SYNTAX := -ppopt ../syntax/pa_include.cmo -package camlp4 -syntax camlp4o
+
+--
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f55d091
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-compilation-with-ocamlnet-3.6.5.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/tyxml.git
More information about the Pkg-ocaml-maint-commits
mailing list