[Pkg-ocaml-maint-commits] [nurpawiki] 02/05: Port to Eliom 4

Stéphane Glondu glondu at moszumanska.debian.org
Wed Jul 23 11:48:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository nurpawiki.

commit a7bd334f4f092edcb67f5060d364d7f66544e396
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Jul 23 12:50:10 2014 +0200

    Port to Eliom 4
---
 debian/patches/0007-Port-to-Eliom-4.patch | 52 +++++++++++++++++++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 53 insertions(+)

diff --git a/debian/patches/0007-Port-to-Eliom-4.patch b/debian/patches/0007-Port-to-Eliom-4.patch
new file mode 100644
index 0000000..e066a40
--- /dev/null
+++ b/debian/patches/0007-Port-to-Eliom-4.patch
@@ -0,0 +1,52 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Wed, 23 Jul 2014 12:49:31 +0200
+Subject: Port to Eliom 4
+
+---
+ services.ml    | 2 +-
+ session.ml     | 1 +
+ user_editor.ml | 1 +
+ 3 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/services.ml b/services.ml
+index 9c088c4..78e768c 100644
+--- a/services.ml
++++ b/services.ml
+@@ -17,6 +17,7 @@
+ open Eliom_content.Html5.F
+ open Eliom_parameter
+ open Eliom_service
++open Eliom_service.Http
+ 
+ open Config
+ open Types
+@@ -71,4 +72,3 @@ let task_side_effect_undo_complete_action =
+ 
+ let task_side_effect_mod_priority_action = 
+   coservice' ~get_params:((int "task_id") ** bool "dir") ()
+-
+diff --git a/session.ml b/session.ml
+index 118a9ae..a9228a5 100644
+--- a/session.ml
++++ b/session.ml
+@@ -17,6 +17,7 @@
+ open Lwt
+ open Eliom_content.Html5.F
+ open Eliom_service
++open Eliom_service.Http
+ open Eliom_parameter
+ 
+ open Services
+diff --git a/user_editor.ml b/user_editor.ml
+index fa4a106..a1eeea2 100644
+--- a/user_editor.ml
++++ b/user_editor.ml
+@@ -18,6 +18,7 @@ open Lwt
+ open Eliom_content.Html5.F
+ open Eliom_parameter
+ open Eliom_service
++open Eliom_service.Http
+ 
+ open Services
+ open Types
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 2f39964..828b566 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 0004-Install-.a-file-along-with-.cmxa.patch
 0005-Replace-ocsigen_ext-by-ocsigen.ext-in-conf-template.patch
 0006-Port-to-Ocsigen-2-Eliom-3.patch
+0007-Port-to-Eliom-4.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/nurpawiki.git



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