[Pkg-ocaml-maint-commits] [ocsigenserver] 01/05: Fix compilation with ocamlnet 3.6.5
Stéphane Glondu
glondu at alioth.debian.org
Sun Nov 10 12:48:33 UTC 2013
This is an automated email from the git hooks/post-receive script.
glondu pushed a commit to branch master
in repository ocsigenserver.
commit 7980e7a5b0e969058ef69f82cfde56e0dccf6b73
Author: Stephane Glondu <steph at glondu.net>
Date: Thu Jun 6 11:47:22 2013 +0200
Fix compilation with ocamlnet 3.6.5
---
debian/control | 2 +-
.../0001-Fix-compilation-with-ocamlnet-3.6.5.patch | 21 ++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 1053574..9ac7c68 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
camlp4-extra,
ocaml-findlib (>= 1.2.5),
liblwt-ssl-ocaml-dev (>= 2.4.2),
- libocamlnet-ocaml-dev (>= 2.2.9-7~),
+ libocamlnet-ocaml-dev (>= 3.6.5),
libpcre-ocaml-dev (>= 6.0.1-2~),
libssl-ocaml-dev (>= 0.4.3-3~),
libgdbm-dev,
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..2d82748
--- /dev/null
+++ b/debian/patches/0001-Fix-compilation-with-ocamlnet-3.6.5.patch
@@ -0,0 +1,21 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Thu, 6 Jun 2013 11:46:46 +0200
+Subject: Fix compilation with ocamlnet 3.6.5
+
+---
+ src/extensions/Makefile | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/extensions/Makefile b/src/extensions/Makefile
+index e7a0fad..6caeb92 100644
+--- a/src/extensions/Makefile
++++ b/src/extensions/Makefile
+@@ -4,6 +4,7 @@ PACKAGE := lwt.unix \
+ lwt.ssl \
+ lwt.react \
+ netstring \
++ netstring-pcre \
+ tyxml.parser \
+
+ LIBS := -I ../baselib -I ../http -I ../server ${addprefix -package ,${PACKAGE}}
+--
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/ocsigenserver.git
More information about the Pkg-ocaml-maint-commits
mailing list